authing-java-sdk
authing-java-sdk copied to clipboard
build(deps): bump hutool-http from 5.7.11 to 5.7.19
Bumps hutool-http from 5.7.11 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
b6c73dd
🛒release 5.7.199dc3b21
update dependencyfd8cbfa
add test506a8c2
fix bug38dd205
fix bug2d2cb45
Merge pull request #2076 from GGGGeorge-gao/v5-dev63fc344
Merge pull request #2074 from samho2008/v5-dev18ba850
fix bug Calculator.conversion EmptyStackException #1984 buge765da7
typo: 波尔 -> 布尔1756195
fix getDHex bug- Additional commits viewable in compare view
You can trigger a rebase of this PR 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.