Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump hutool-http from 5.7.14 to 5.7.19 #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 26, 2022

Bumps hutool-http from 5.7.14 to 5.7.19.

Release notes

Sourced from hutool-http's releases.

5.7.19 (2022-01-07)

🐣新特性

  • 【db 】 优化Condition参数拆分(pr#2046@Github)
  • 【core 】 优化ArrayUtil.isAllEmpty性能(pr#2045@Github)
  • 【core 】 CharSequenceUtil.replace方法支持增补字符(pr#2041@Github)
  • 【extra 】 增加SshjSftp(pr#493@Gitee)
  • 【core 】 增加CheckedUtil(pr#491@Gitee)
  • 【extra 】 增加Sftp.isDir中的抛异常判断条件(issues#I4P9ED@Gitee)

🐞Bug修复

  • 【http 】 HttpUtil重定向次数失效问题(issue#I4O28Q@Gitee)
  • 【core 】 修复UrlPath空白path多/问题(issue#I49KAL@Gitee)
  • 【core 】 修复ServletUtil写出文件时未添加双引号导致逗号等特殊符号引起的问题(issue#I4P1BF@Gitee)
  • 【core 】 NumberUtil增加equals重载解决long传入判断问题(pr#2064@Github)
  • 【core 】 修复CsvParser行号有误问题(pr#2065@Github)
  • 【http 】 修复HttpRequest.of无法自动添加http前缀问题(issue#I4PEYL@Gitee)
  • 【core 】 修复 CharSequenceUtil.brief(str, maxLength) 方法字符串越界问题,以及 maxLength 部分值时结果与预期不符的问题(pr#2068@Github)
  • 【core 】 修复NamingCase中转换下划线字母+数字转换问题(issue#2070@Github)
  • 【core 】 修复split空判断不一致问题(pr#496@Gitee)
  • 【crypto 】 修复SM2.getDHex()前导0丢失,然后导致获取密钥错误(pr#2073@Github)
  • 【core 】 修复关于Calculator.conversion()方法EmptyStackException的bug(pr#2076@Github)
  • 【core 】 修复StrUtil.subBetweenAll循环bug(issue#I4PT3M@Gitee)

5.7.18 (2021-12-25)

🐣新特性

  • 【core 】 新增CollStreamUtil.groupKeyValue(pr#479@Gitee)
  • 【core 】 新增DatePattern.createFormatter(pr#483@Gitee)
  • 【core 】 增加IdUtil.getSnowflakeNextId(pr#485@Gitee)
  • 【log 】 log4j2的编译依赖改为api,core为test依赖(pr#2019@Github)
  • 【core 】 Img.scale缩小默认使用平滑模式,增加scale方法重载可选模式(issue#I4MY6X@Gitee)
  • 【core 】 excel添加写入图片的方法(pr#486@Gitee)
  • 【core 】 增加CollStreamUtil.groupBy(pr#484@Gitee)
  • 【core 】 增加CollUtil.setValueByMap(pr#482@Gitee)
  • 【core 】 LocalDateTimeUtil增加endOfDay重载(issue#2025@Github)
  • 【core 】 IoCopier增加setFlushEveryBuffer方法(issue#2022@Github)

🐞Bug修复

  • 【core 】 LineReadWatcher#onModify文件清空判断问题(issue#2013@Github)
  • 【core 】 修复4位bytes转换float问题(issue#I4M0E4@Gitee)
  • 【core 】 修复CharSequenceUtil.replace问题(issue#I4M16G@Gitee)
  • 【json 】 修复JSONObject 初始化大小值未被使用问题(issue#2016@Github)
  • 【core 】 修复StrUtil.startWith都为null返回错误问题(issue#I4MV7Q@Gitee)
  • 【core 】 修复PasswdStrength检测问题(issue#I4N48X@Gitee)
  • 【core 】 修复UserAgentUtil解析EdgA无法识别问题(issue#I4MCBP@Gitee)
  • 【extra 】 修复Archiver路径前带/问题(issue#I4NS0F@Gitee)
  • 【extra 】 修复getMainColor方法中参数rgbFilters无效问题(pr#2034@Github)
  • 【core 】 修复ChineseDate无法区分闰月问题(issue#I4NQQW@Gitee)
  • 【core 】 修复BeanDesc大小写误判问题(issue#2009@Github)

... (truncated)

Changelog

Sourced from hutool-http's changelog.

5.7.19 (2022-01-07)

🐣新特性

  • 【db 】 优化Condition参数拆分(pr#2046@Github)
  • 【core 】 优化ArrayUtil.isAllEmpty性能(pr#2045@Github)
  • 【core 】 CharSequenceUtil.replace方法支持增补字符(pr#2041@Github)
  • 【extra 】 增加SshjSftp(pr#493@Gitee)
  • 【core 】 增加CheckedUtil(pr#491@Gitee)
  • 【extra 】 增加Sftp.isDir中的抛异常判断条件(issues#I4P9ED@Gitee)

🐞Bug修复

  • 【http 】 HttpUtil重定向次数失效问题(issue#I4O28Q@Gitee)
  • 【core 】 修复UrlPath空白path多/问题(issue#I49KAL@Gitee)
  • 【core 】 修复ServletUtil写出文件时未添加双引号导致逗号等特殊符号引起的问题(issue#I4P1BF@Gitee)
  • 【core 】 NumberUtil增加equals重载解决long传入判断问题(pr#2064@Github)
  • 【core 】 修复CsvParser行号有误问题(pr#2065@Github)
  • 【http 】 修复HttpRequest.of无法自动添加http前缀问题(issue#I4PEYL@Gitee)
  • 【core 】 修复 CharSequenceUtil.brief(str, maxLength) 方法字符串越界问题,以及 maxLength 部分值时结果与预期不符的问题(pr#2068@Github)
  • 【core 】 修复NamingCase中转换下划线字母+数字转换问题(issue#2070@Github)
  • 【core 】 修复split空判断不一致问题(pr#496@Gitee)
  • 【crypto 】 修复SM2.getDHex()前导0丢失,然后导致获取密钥错误(pr#2073@Github)
  • 【core 】 修复关于Calculator.conversion()方法EmptyStackException的bug(pr#2076@Github)
  • 【core 】 修复StrUtil.subBetweenAll循环bug(issue#I4PT3M@Gitee)

5.7.18 (2021-12-25)

🐣新特性

  • 【core 】 新增CollStreamUtil.groupKeyValue(pr#479@Gitee)
  • 【core 】 新增DatePattern.createFormatter(pr#483@Gitee)
  • 【core 】 增加IdUtil.getSnowflakeNextId(pr#485@Gitee)
  • 【log 】 log4j2的编译依赖改为api,core为test依赖(pr#2019@Github)
  • 【core 】 Img.scale缩小默认使用平滑模式,增加scale方法重载可选模式(issue#I4MY6X@Gitee)
  • 【core 】 excel添加写入图片的方法(pr#486@Gitee)
  • 【core 】 增加CollStreamUtil.groupBy(pr#484@Gitee)
  • 【core 】 增加CollUtil.setValueByMap(pr#482@Gitee)
  • 【core 】 LocalDateTimeUtil增加endOfDay重载(issue#2025@Github)
  • 【core 】 IoCopier增加setFlushEveryBuffer方法(issue#2022@Github)

🐞Bug修复

  • 【core 】 LineReadWatcher#onModify文件清空判断问题(issue#2013@Github)
  • 【core 】 修复4位bytes转换float问题(issue#I4M0E4@Gitee)
  • 【core 】 修复CharSequenceUtil.replace问题(issue#I4M16G@Gitee)
  • 【json 】 修复JSONObject 初始化大小值未被使用问题(issue#2016@Github)
  • 【core 】 修复StrUtil.startWith都为null返回错误问题(issue#I4MV7Q@Gitee)
  • 【core 】 修复PasswdStrength检测问题(issue#I4N48X@Gitee)
  • 【core 】 修复UserAgentUtil解析EdgA无法识别问题(issue#I4MCBP@Gitee)
  • 【extra 】 修复Archiver路径前带/问题(issue#I4NS0F@Gitee)
  • 【extra 】 修复getMainColor方法中参数rgbFilters无效问题(pr#2034@Github)
  • 【core 】 修复ChineseDate无法区分闰月问题(issue#I4NQQW@Gitee)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [hutool-http](https://github.com/dromara/hutool) from 5.7.14 to 5.7.19.
- [Release notes](https://github.com/dromara/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](dromara/hutool@5.7.14...5.7.19)

---
updated-dependencies:
- dependency-name: cn.hutool:hutool-http
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants