Skip to content

chore(deps): bump hutool-all from 5.7.9 to 5.7.17 - #105

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/cn.hutool-hutool-all-5.7.17
Closed

chore(deps): bump hutool-all from 5.7.9 to 5.7.17#105
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/cn.hutool-hutool-all-5.7.17

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 8, 2021

Copy link
Copy Markdown
Contributor

Bumps hutool-all from 5.7.9 to 5.7.17.

Release notes

Sourced from hutool-all's releases.

5.7.17 (2021-12-09)

🐣新特性

  • 【core 】 增加AsyncUtil(pr#457@Gitee)
  • 【http 】 增加HttpResource(issue#1943@Github)
  • 【http 】 增加BytesBody、FormUrlEncodedBody
  • 【cron 】 TaskTable.remove增加返回值(issue#I4HX3B@Gitee)
  • 【core 】 Tree增加filter、filterNew、cloneTree、hasChild方法(issue#I4HFC6@Gitee)
  • 【poi 】 增加ColumnSheetReader及ExcelReader.readColumn,支持读取某一列
  • 【core 】 IdCardUtil.isValidCard不再自动trim(issue#I4I04O@Gitee)
  • 【core 】 IdCardUtil.isValidCard不再自动trim(issue#I4I04O@Gitee)
  • 【core 】 改进TextFinder,支持限制结束位置及反向查找模式
  • 【core 】 Opt增加部分方法(pr#459@Gitee)
  • 【core 】 增加DefaultCloneable(pr#459@Gitee)
  • 【core 】 CollStreamUtil增加是否并行的重载(pr#467@Gitee)
  • 【core 】 ResourceClassLoader增加缓存(pr#1959@Github)
  • 【crypto 】 增加CipherWrapper,增加setRandom(issue#1958@Github)
  • 【core 】 Opt增加ofTry方法(pr#1956@Github)
  • 【core 】 DateUtil.toIntSecond标记为弃用(issue#I4JHPR@Gitee)
  • 【db 】 Db.executeBatch标记一个重载为弃用(issue#I4JIPH@Gitee)
  • 【core 】 增加CharSequenceUtil.subPreGbk重载(issue#I4JO2E@Gitee)
  • 【core 】 ReflectUtil.getMethod排除桥接方法(pr#1965@Github)
  • 【http 】 completeFileNameFromHeader在使用path为路径时,自动解码(issue#I4K0FS@Gitee)
  • 【core 】 CopyOptions增加override配置(issue#I4JQ1N@Gitee)
  • 【poi 】 SheetRidReader可以获取所有sheet名(issue#I4JA3M@Gitee)
  • 【core 】 AsyncUtil.waitAny增加返回值(pr#473@Gitee)
  • 【core 】 Calculator.compare改为private(issue#1982@Github)
  • 【core 】 NumberUtil增加isOdd、isEven方法(pr#474@Gitee)
  • 【http 】 增加HttpGlobalConfig.setBoundary,删除MultipartBody.BOUNDARY和getContentType(issue#I4KSLY@Gitee)
  • 【core 】 DateTime增加setMinimalDaysInFirstWeek(issue#1988@Github)
  • 【db 】 Db增加query重载,可支持自定义PreparedStatement,从而支持游标(issue#I4JXWN@Gitee)
  • 【cache 】 CacheObj增加getExpiredTime等方法(issue#I4LE80@Gitee)
  • 【extra 】 Ftp增加backToPwd方法(issue#2004@Github)
  • 【core 】 CollStreamUtil修改集合中null处理问题(pr#478@Gitee)

🐞Bug修复

  • 【core 】 修复FileResource构造fileName参数无效问题(issue#1942@Github)
  • 【cache 】 修复WeakCache键值强关联导致的无法回收问题(issue#1953@Github)
  • 【core 】 修复ZipUtil相对路径父路径获取null问题(issue#1961@Github)
  • 【http 】 修复HttpUtil.normalizeParams未判空导致的问题(issue#1975@Github)
  • 【poi 】 修复读取日期类型的自定义样式单元格时间结果为1899年问题(pr#1977@Github)
  • 【poi 】 修复SoapClient参数未使用问题
  • 【core 】 修复HashUtil.cityHash128参数未使用问题
  • 【core 】 修复DateUtil.formatChineseDate显示问题(issue#I4KK5F@Gitee)
  • 【poi 】 修复CellUtil.setCellValueStyle空导致值无法写入问题(issue#1995@Github)
  • 【poi 】 修复CellUtil.setComment参数设置错误问题
  • 【core 】 修复QueryBuilder解析路径导致的错误(issue#1989@Github)
  • 【core 】 修复DateTime.between中DateUnit无效问题
  • 【poi 】 修复StyleUtil.getFormat非static问题(issue#I4LGNP@Gitee)
  • 【crypto 】 修复SM2.getD返回bytes包含符号位的问题(issue#2001@Github)

... (truncated)

Changelog

Sourced from hutool-all's changelog.

5.7.17 (2021-12-09)

🐣新特性

  • 【core 】 增加AsyncUtil(pr#457@Gitee)
  • 【http 】 增加HttpResource(issue#1943@Github)
  • 【http 】 增加BytesBody、FormUrlEncodedBody
  • 【cron 】 TaskTable.remove增加返回值(issue#I4HX3B@Gitee)
  • 【core 】 Tree增加filter、filterNew、cloneTree、hasChild方法(issue#I4HFC6@Gitee)
  • 【poi 】 增加ColumnSheetReader及ExcelReader.readColumn,支持读取某一列
  • 【core 】 IdCardUtil.isValidCard不再自动trim(issue#I4I04O@Gitee)
  • 【core 】 IdCardUtil.isValidCard不再自动trim(issue#I4I04O@Gitee)
  • 【core 】 改进TextFinder,支持限制结束位置及反向查找模式
  • 【core 】 Opt增加部分方法(pr#459@Gitee)
  • 【core 】 增加DefaultCloneable(pr#459@Gitee)
  • 【core 】 CollStreamUtil增加是否并行的重载(pr#467@Gitee)
  • 【core 】 ResourceClassLoader增加缓存(pr#1959@Github)
  • 【crypto 】 增加CipherWrapper,增加setRandom(issue#1958@Github)
  • 【core 】 Opt增加ofTry方法(pr#1956@Github)
  • 【core 】 DateUtil.toIntSecond标记为弃用(issue#I4JHPR@Gitee)
  • 【db 】 Db.executeBatch标记一个重载为弃用(issue#I4JIPH@Gitee)
  • 【core 】 增加CharSequenceUtil.subPreGbk重载(issue#I4JO2E@Gitee)
  • 【core 】 ReflectUtil.getMethod排除桥接方法(pr#1965@Github)
  • 【http 】 completeFileNameFromHeader在使用path为路径时,自动解码(issue#I4K0FS@Gitee)
  • 【core 】 CopyOptions增加override配置(issue#I4JQ1N@Gitee)
  • 【poi 】 SheetRidReader可以获取所有sheet名(issue#I4JA3M@Gitee)
  • 【core 】 AsyncUtil.waitAny增加返回值(pr#473@Gitee)
  • 【core 】 Calculator.compare改为private(issue#1982@Github)
  • 【core 】 NumberUtil增加isOdd、isEven方法(pr#474@Gitee)
  • 【http 】 增加HttpGlobalConfig.setBoundary,删除MultipartBody.BOUNDARY和getContentType(issue#I4KSLY@Gitee)
  • 【core 】 DateTime增加setMinimalDaysInFirstWeek(issue#1988@Github)
  • 【db 】 Db增加query重载,可支持自定义PreparedStatement,从而支持游标(issue#I4JXWN@Gitee)
  • 【cache 】 CacheObj增加getExpiredTime等方法(issue#I4LE80@Gitee)
  • 【extra 】 Ftp增加backToPwd方法(issue#2004@Github)
  • 【core 】 CollStreamUtil修改集合中null处理问题(pr#478@Gitee)

🐞Bug修复

  • 【core 】 修复FileResource构造fileName参数无效问题(issue#1942@Github)
  • 【cache 】 修复WeakCache键值强关联导致的无法回收问题(issue#1953@Github)
  • 【core 】 修复ZipUtil相对路径父路径获取null问题(issue#1961@Github)
  • 【http 】 修复HttpUtil.normalizeParams未判空导致的问题(issue#1975@Github)
  • 【poi 】 修复读取日期类型的自定义样式单元格时间结果为1899年问题(pr#1977@Github)
  • 【poi 】 修复SoapClient参数未使用问题
  • 【core 】 修复HashUtil.cityHash128参数未使用问题
  • 【core 】 修复DateUtil.formatChineseDate显示问题(issue#I4KK5F@Gitee)
  • 【poi 】 修复CellUtil.setCellValueStyle空导致值无法写入问题(issue#1995@Github)
  • 【poi 】 修复CellUtil.setComment参数设置错误问题
  • 【core 】 修复QueryBuilder解析路径导致的错误(issue#1989@Github)
  • 【core 】 修复DateTime.between中DateUnit无效问题
  • 【poi 】 修复StyleUtil.getFormat非static问题(issue#I4LGNP@Gitee)
  • 【crypto 】 修复SM2.getD返回bytes包含符号位的问题(issue#2001@Github)

... (truncated)

Commits
  • ddb8aad release 5.7.17
  • 9468c13 fix getD
  • 95e8c81 fix null
  • b143331 !478 处理了CollStreamUtil.toIdentityMapCollStreamUtil.toMap中,如果value为空时,...
  • 9b5bb63 add method
  • abec19e add method
  • 5009ee6 add method
  • c53b779 fix bug
  • c1e6ea8 Merge remote-tracking branch 'origin/v5-dev' into v5-dev
  • 1b28ba1 处理了CollStreamUtil.toIdentityMap中,如果value为空时,发生NPE异常问题
  • Additional commits viewable in compare view

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)

Bumps [hutool-all](https://github.com/looly/hutool) from 5.7.9 to 5.7.17.
- [Release notes](https://github.com/looly/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](chinabugotech/hutool@5.7.9...5.7.17)

---
updated-dependencies:
- dependency-name: cn.hutool:hutool-all
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Dec 8, 2021
@codecov

codecov Bot commented Dec 8, 2021

Copy link
Copy Markdown

Codecov Report

Merging #105 (898b0d0) into master (fae3aa6) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #105   +/-   ##
=========================================
  Coverage     13.44%   13.44%           
  Complexity       64       64           
=========================================
  Files            79       79           
  Lines          1138     1138           
  Branches         74       74           
=========================================
  Hits            153      153           
  Misses          977      977           
  Partials          8        8           
Flag Coverage Δ
unittests 13.44% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fae3aa6...898b0d0. Read the comment docs.

@dependabot @github

dependabot Bot commented on behalf of github Dec 27, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #108.

@dependabot dependabot Bot closed this Dec 27, 2021
@dependabot
dependabot Bot deleted the dependabot/maven/cn.hutool-hutool-all-5.7.17 branch December 27, 2021 19:10
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.

0 participants