Skip to content

chore(deps): bump hutool.version from 5.7.3 to 5.8.0 - #82

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/hutool.version-5.8.0
Closed

chore(deps): bump hutool.version from 5.7.3 to 5.8.0#82
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/hutool.version-5.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 9, 2022

Copy link
Copy Markdown
Contributor

Bumps hutool.version from 5.7.3 to 5.8.0.
Updates hutool-core from 5.7.3 to 5.8.0

Release notes

Sourced from hutool-core's releases.

5.8.0 (2022-05-06)

❌不兼容特性

  • 【extra 】 升级jakarta.validation-api到3.x,包名变更导致不能向下兼容
  • 【core 】 BeanUtil删除了beanToMap(Object)方法,因为有可变参数的方法,这个删除可能导致直接升级找不到方法,重新编译项目即可。

🐣新特性

  • 【core 】 Singleton增加部分方法(pr#609@Gitee)
  • 【core 】 BeanUtil增加beanToMap重载(pr#2292@Github)
  • 【core 】 Assert增加对应的equals及notEquals方法(pr#612@Gitee)
  • 【core 】 Assert增加对应的equals及notEquals方法(pr#612@Gitee)
  • 【core 】 DigestUtil增加sha512方法(issue#2298@Github)

🐞Bug修复

  • 【db 】 修复RedisDS无法设置maxWaitMillis问题(issue#I54TZ9@Gitee)

5.8.0.M4 (2022-04-27)

❌不兼容特性

  • 【json 】 【可能兼容问题】JSONArray删除部分构造
  • 【json 】 【可能兼容问题】JSONTokener使用InputStream作为源时,由系统编码变更为UTF-8

🐣新特性

  • 【core 】 BeanUtil增加toBean重载(pr#598@Gitee)
  • 【json 】 新增JSONParser
  • 【json 】 JSON新增在解析时的过滤方法(issue#I52O85@Gitee)
  • 【core 】 添加ArrayUtil.distinct、CollUtil.distinct重载(issue#2256@Github)
  • 【core 】 添加TransMap、FuncMap、ReferenceConcurrentMap、WeakConcurrentMap
  • 【json 】 添加ObjectMapper
  • 【core 】 CHINESE_NAME正则条件放宽(pr#599@Gitee)
  • 【extra 】 增加JakartaServletUtil(issue#2271@Github)
  • 【poi 】 ExcelWriter支持重复别名的数据写出(issue#I53APY@Gitee)
  • 【core 】 增加Hashids(issue#I53APY@Gitee)
  • 【core 】 ReflectUtil.newInstanceIfPossible添加枚举、数组等类型的默认实现
  • 【core 】 CombinationAnnotationElement增加过滤(pr#605@Gitee)
  • 【all 】 精简CHANGELOG
  • 【core 】 新增AnsiEncoder
  • 【log 】 新增彩色日式输出风格ConsoleColorLog(pr#607@Gitee)

🐞Bug修复

  • 【core 】 修复StrUtil.firstNonX非static问题(issue#2257@Github)
  • 【core 】 修复SimpleCache线程安全问题
  • 【core 】 修复ClassLoaderUtil中可能的关联ClassLoader错位问题
  • 【extra 】 修复Sftp错误内容解析大小写问题(issue#I53GPI@Gitee)
  • 【core 】 修复Tailer当文件内容为空时,会报异常问题(pr#602@Gitee)

5.8.0.M2 (2022-04-02)

❌不兼容特性

  • 【extra 】 【可能兼容问题】BeanCopierCache的key结构变更

... (truncated)

Changelog

Sourced from hutool-core's changelog.

5.8.0 (2022-05-06)

❌不兼容特性

  • 【extra 】 升级jakarta.validation-api到3.x,包名变更导致不能向下兼容
  • 【core 】 BeanUtil删除了beanToMap(Object)方法,因为有可变参数的方法,这个删除可能导致直接升级找不到方法,重新编译项目即可。

🐣新特性

  • 【core 】 Singleton增加部分方法(pr#609@Gitee)
  • 【core 】 BeanUtil增加beanToMap重载(pr#2292@Github)
  • 【core 】 Assert增加对应的equals及notEquals方法(pr#612@Gitee)
  • 【core 】 Assert增加对应的equals及notEquals方法(pr#612@Gitee)
  • 【core 】 DigestUtil增加sha512方法(issue#2298@Github)

🐞Bug修复

  • 【db 】 修复RedisDS无法设置maxWaitMillis问题(issue#I54TZ9@Gitee)

5.8.0.M4 (2022-04-27)

❌不兼容特性

  • 【json 】 【可能兼容问题】JSONArray删除部分构造
  • 【json 】 【可能兼容问题】JSONTokener使用InputStream作为源时,由系统编码变更为UTF-8

🐣新特性

  • 【core 】 BeanUtil增加toBean重载(pr#598@Gitee)
  • 【json 】 新增JSONParser
  • 【json 】 JSON新增在解析时的过滤方法(issue#I52O85@Gitee)
  • 【core 】 添加ArrayUtil.distinct、CollUtil.distinct重载(issue#2256@Github)
  • 【core 】 添加TransMap、FuncMap、ReferenceConcurrentMap、WeakConcurrentMap
  • 【json 】 添加ObjectMapper
  • 【core 】 CHINESE_NAME正则条件放宽(pr#599@Gitee)
  • 【extra 】 增加JakartaServletUtil(issue#2271@Github)
  • 【poi 】 ExcelWriter支持重复别名的数据写出(issue#I53APY@Gitee)
  • 【core 】 增加Hashids(issue#I53APY@Gitee)
  • 【core 】 ReflectUtil.newInstanceIfPossible添加枚举、数组等类型的默认实现
  • 【core 】 CombinationAnnotationElement增加过滤(pr#605@Gitee)
  • 【all 】 精简CHANGELOG
  • 【core 】 新增AnsiEncoder
  • 【log 】 新增彩色日式输出风格ConsoleColorLog(pr#607@Gitee)

🐞Bug修复

  • 【core 】 修复StrUtil.firstNonX非static问题(issue#2257@Github)
  • 【core 】 修复SimpleCache线程安全问题
  • 【core 】 修复ClassLoaderUtil中可能的关联ClassLoader错位问题
  • 【extra 】 修复Sftp错误内容解析大小写问题(issue#I53GPI@Gitee)
  • 【core 】 修复Tailer当文件内容为空时,会报异常问题(pr#602@Gitee)

... (truncated)

Commits

Updates hutool-json from 5.7.3 to 5.8.0

Release notes

Sourced from hutool-json's releases.

5.8.0 (2022-05-06)

❌不兼容特性

  • 【extra 】 升级jakarta.validation-api到3.x,包名变更导致不能向下兼容
  • 【core 】 BeanUtil删除了beanToMap(Object)方法,因为有可变参数的方法,这个删除可能导致直接升级找不到方法,重新编译项目即可。

🐣新特性

  • 【core 】 Singleton增加部分方法(pr#609@Gitee)
  • 【core 】 BeanUtil增加beanToMap重载(pr#2292@Github)
  • 【core 】 Assert增加对应的equals及notEquals方法(pr#612@Gitee)
  • 【core 】 Assert增加对应的equals及notEquals方法(pr#612@Gitee)
  • 【core 】 DigestUtil增加sha512方法(issue#2298@Github)

🐞Bug修复

  • 【db 】 修复RedisDS无法设置maxWaitMillis问题(issue#I54TZ9@Gitee)

5.8.0.M4 (2022-04-27)

❌不兼容特性

  • 【json 】 【可能兼容问题】JSONArray删除部分构造
  • 【json 】 【可能兼容问题】JSONTokener使用InputStream作为源时,由系统编码变更为UTF-8

🐣新特性

  • 【core 】 BeanUtil增加toBean重载(pr#598@Gitee)
  • 【json 】 新增JSONParser
  • 【json 】 JSON新增在解析时的过滤方法(issue#I52O85@Gitee)
  • 【core 】 添加ArrayUtil.distinct、CollUtil.distinct重载(issue#2256@Github)
  • 【core 】 添加TransMap、FuncMap、ReferenceConcurrentMap、WeakConcurrentMap
  • 【json 】 添加ObjectMapper
  • 【core 】 CHINESE_NAME正则条件放宽(pr#599@Gitee)
  • 【extra 】 增加JakartaServletUtil(issue#2271@Github)
  • 【poi 】 ExcelWriter支持重复别名的数据写出(issue#I53APY@Gitee)
  • 【core 】 增加Hashids(issue#I53APY@Gitee)
  • 【core 】 ReflectUtil.newInstanceIfPossible添加枚举、数组等类型的默认实现
  • 【core 】 CombinationAnnotationElement增加过滤(pr#605@Gitee)
  • 【all 】 精简CHANGELOG
  • 【core 】 新增AnsiEncoder
  • 【log 】 新增彩色日式输出风格ConsoleColorLog(pr#607@Gitee)

🐞Bug修复

  • 【core 】 修复StrUtil.firstNonX非static问题(issue#2257@Github)
  • 【core 】 修复SimpleCache线程安全问题
  • 【core 】 修复ClassLoaderUtil中可能的关联ClassLoader错位问题
  • 【extra 】 修复Sftp错误内容解析大小写问题(issue#I53GPI@Gitee)
  • 【core 】 修复Tailer当文件内容为空时,会报异常问题(pr#602@Gitee)

5.8.0.M2 (2022-04-02)

❌不兼容特性

  • 【extra 】 【可能兼容问题】BeanCopierCache的key结构变更

... (truncated)

Changelog

Sourced from hutool-json's changelog.

5.8.0 (2022-05-06)

❌不兼容特性

  • 【extra 】 升级jakarta.validation-api到3.x,包名变更导致不能向下兼容
  • 【core 】 BeanUtil删除了beanToMap(Object)方法,因为有可变参数的方法,这个删除可能导致直接升级找不到方法,重新编译项目即可。

🐣新特性

  • 【core 】 Singleton增加部分方法(pr#609@Gitee)
  • 【core 】 BeanUtil增加beanToMap重载(pr#2292@Github)
  • 【core 】 Assert增加对应的equals及notEquals方法(pr#612@Gitee)
  • 【core 】 Assert增加对应的equals及notEquals方法(pr#612@Gitee)
  • 【core 】 DigestUtil增加sha512方法(issue#2298@Github)

🐞Bug修复

  • 【db 】 修复RedisDS无法设置maxWaitMillis问题(issue#I54TZ9@Gitee)

5.8.0.M4 (2022-04-27)

❌不兼容特性

  • 【json 】 【可能兼容问题】JSONArray删除部分构造
  • 【json 】 【可能兼容问题】JSONTokener使用InputStream作为源时,由系统编码变更为UTF-8

🐣新特性

  • 【core 】 BeanUtil增加toBean重载(pr#598@Gitee)
  • 【json 】 新增JSONParser
  • 【json 】 JSON新增在解析时的过滤方法(issue#I52O85@Gitee)
  • 【core 】 添加ArrayUtil.distinct、CollUtil.distinct重载(issue#2256@Github)
  • 【core 】 添加TransMap、FuncMap、ReferenceConcurrentMap、WeakConcurrentMap
  • 【json 】 添加ObjectMapper
  • 【core 】 CHINESE_NAME正则条件放宽(pr#599@Gitee)
  • 【extra 】 增加JakartaServletUtil(issue#2271@Github)
  • 【poi 】 ExcelWriter支持重复别名的数据写出(issue#I53APY@Gitee)
  • 【core 】 增加Hashids(issue#I53APY@Gitee)
  • 【core 】 ReflectUtil.newInstanceIfPossible添加枚举、数组等类型的默认实现
  • 【core 】 CombinationAnnotationElement增加过滤(pr#605@Gitee)
  • 【all 】 精简CHANGELOG
  • 【core 】 新增AnsiEncoder
  • 【log 】 新增彩色日式输出风格ConsoleColorLog(pr#607@Gitee)

🐞Bug修复

  • 【core 】 修复StrUtil.firstNonX非static问题(issue#2257@Github)
  • 【core 】 修复SimpleCache线程安全问题
  • 【core 】 修复ClassLoaderUtil中可能的关联ClassLoader错位问题
  • 【extra 】 修复Sftp错误内容解析大小写问题(issue#I53GPI@Gitee)
  • 【core 】 修复Tailer当文件内容为空时,会报异常问题(pr#602@Gitee)

... (truncated)

Commits

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.version` from 5.7.3 to 5.8.0.

Updates `hutool-core` from 5.7.3 to 5.8.0
- [Release notes](https://github.com/dromara/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](chinabugotech/hutool@5.7.3...5.8.0)

Updates `hutool-json` from 5.7.3 to 5.8.0
- [Release notes](https://github.com/dromara/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](chinabugotech/hutool@5.7.3...5.8.0)

---
updated-dependencies:
- dependency-name: cn.hutool:hutool-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: cn.hutool:hutool-json
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

dependabot Bot commented on behalf of github May 16, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #83.

@dependabot dependabot Bot closed this May 16, 2022
@dependabot
dependabot Bot deleted the dependabot/maven/hutool.version-5.8.0 branch May 16, 2022 17:08
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