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 cn.hutool:hutool-all from 5.8.26 to 5.8.28 #136

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 30, 2024

Bumps cn.hutool:hutool-all from 5.8.26 to 5.8.28.

Release notes

Sourced from cn.hutool:hutool-all's releases.

5.8.28(2024-05-29)

🐣新特性

  • 【core 】 修正XmlUtil的omitXmlDeclaration描述注释(issue#I9CPC7@Gitee)
  • 【core 】 StrUtil增加toStringOrEmpty方法(issue#I9CPC7@Gitee)
  • 【extra 】 设置jsch登录认证方式,跳过Kerberos身份验证(pr#3530@Github)
  • 【extra 】 增加设置验证码大小和针对alias注释(pr#3533@Github)
  • 【json 】 JSONConfig增加setWriteLongAsString可选是否将Long写出为String类型(issue#3541@Github)
  • 【cache 】 CacheUtil.newTimedCache增加有schedulePruneDelay参数的重载方法(issue#I9HO25@Gitee)
  • 【core 】 NumberChineseFormatter提供阿拉伯转中文支持多位小数的方法(pr#3552@Github)
  • 【captcha】 Captcha.setBackground为null时背景透明(issue#3558@Github)
  • 【captcha】 HttpDownloader.downloadBytes增加超时参数重载(issue#3556@Github)
  • 【http 】 增加ExceptionFilter和DefaultExceptionFilter支持异常处理(issue#3568@Github)
  • 【poi 】 增加ExcelWriter.addIgnoredErrors,支持忽略警告小标
  • 【core 】 PropertyComparator增加compareSelf构造重载(issue#3569@Github)
  • 【db 】 增加OceanBase的driver推断(pr#1217@Gitee)
  • 【http 】 HttpRequest#get不再尝试File路径(issue#I9O6DA@Gitee)
  • 【core 】 增加IdConstants,提高Snowflake初始化性能(issue#3581@Github)
  • 【core 】 优化 CharSequenceUtil工具类 startWithAny()、startWithAnyIgnoreCase() 参数命名错误问题(pr#1219@Gitee)
  • 【core 】 ListUtil.setOrPadding增加重载,可选限制index大小(issue#3586@Github)
  • 【http 】 getFileNameFromDisposition更加规范,从多个头的值中获取,且filename*优先级更高(pr#3590@Gitee)
  • 【core 】 CsvWriter增加重载writeBeans方法,支持可选bean字段(pr#1222@Gitee)
  • 【core 】 LocalDateTimeUtil增加beginOfDay和endOfDay重载(issue#3594@Github)
  • 【core 】 NumberUtil.pow支持负数(issue#3598@Github)

🐞Bug修复

  • 【http 】 修复HttpUtil.urlWithFormUrlEncoded方法重复编码问题(issue#3536@Github)
  • 【core 】 修复FileMagicNumber.getMagicNumber空指针问题(issue#I9FE8B@Gitee)
  • 【extra 】 修复CompressUtil工具多出\问题(issue#I71K5V@Gitee)
  • 【db 】 解决oracle情况下setObject(inputStream)报错问题,java.sql.SQLException: 无效的列类型问题(pr#1207@Gitee)
  • 【core 】 解决CalendarUtil.isSameDay时区不同导致结果错误问题(pr#3548@Github)
  • 【core 】 修复RandomUtil.randomStringWithoutStr方法问题(pr#1209@Gitee)
  • 【http 】 修复HttpRequest.header相同key被覆盖问题(issue#I9I61C@Gitee)
  • 【core 】 修复TemporalAccessorConverter自定义格式转换问题(issue#I9HQQE@Gitee)
  • 【cron 】 修复CronPattern.nextMatchAfter匹配初始值问题(issue#I9FQUA@Gitee)
  • 【core 】 修复FileUtil.copyFile没有创建父目录导致的问题(issue#3557@Github)
  • 【http 】 修复HttpDownloader全局超时无效问题(issue#3556@Github)
  • 【core 】 修复ZipReader.checkZipBomb遇到空目录报错问题(issue#I9K494@Gitee)
  • 【db 】 修复Oracle下特殊表名导致meta信息获取不到问题(issue#I9BANE@Gitee)
  • 【db 】 修复FuncComparator.thenComparing不生效问题(issue#3569@Github)
  • 【core 】 修复EnumUtil空指针问题(issue#I9NSZ4@Gitee)
  • 【core 】 修复NumberWordFormatter.format小数问题(issue#3579@Github)
  • 【db 】 修复JndiDSFactory空指针问题
  • 【core 】 修复BiMap.put错误的返回值(pr#1218@Gitee)
  • 【core 】 修复BooleanUtil.andOfWrap针对null错误问题(issue#3587@Github)
  • 【core 】 修复FileUtil#getTotalLines在JDK9+结果错误问题(issue#3591@Github)

5.8.27(2024-03-29)

🐣新特性

... (truncated)

Changelog

Sourced from cn.hutool:hutool-all's changelog.

5.8.28(2024-05-29)

🐣新特性

  • 【core 】 修正XmlUtil的omitXmlDeclaration描述注释(issue#I9CPC7@Gitee)
  • 【core 】 StrUtil增加toStringOrEmpty方法(issue#I9CPC7@Gitee)
  • 【extra 】 设置jsch登录认证方式,跳过Kerberos身份验证(pr#3530@Github)
  • 【extra 】 增加设置验证码大小和针对alias注释(pr#3533@Github)
  • 【json 】 JSONConfig增加setWriteLongAsString可选是否将Long写出为String类型(issue#3541@Github)
  • 【cache 】 CacheUtil.newTimedCache增加有schedulePruneDelay参数的重载方法(issue#I9HO25@Gitee)
  • 【core 】 NumberChineseFormatter提供阿拉伯转中文支持多位小数的方法(pr#3552@Github)
  • 【captcha】 Captcha.setBackground为null时背景透明(issue#3558@Github)
  • 【captcha】 HttpDownloader.downloadBytes增加超时参数重载(issue#3556@Github)
  • 【http 】 增加ExceptionFilter和DefaultExceptionFilter支持异常处理(issue#3568@Github)
  • 【poi 】 增加ExcelWriter.addIgnoredErrors,支持忽略警告小标
  • 【core 】 PropertyComparator增加compareSelf构造重载(issue#3569@Github)
  • 【db 】 增加OceanBase的driver推断(pr#1217@Gitee)
  • 【http 】 HttpRequest#get不再尝试File路径(issue#I9O6DA@Gitee)
  • 【core 】 增加IdConstants,提高Snowflake初始化性能(issue#3581@Github)
  • 【core 】 优化 CharSequenceUtil工具类 startWithAny()、startWithAnyIgnoreCase() 参数命名错误问题(pr#1219@Gitee)
  • 【core 】 ListUtil.setOrPadding增加重载,可选限制index大小(issue#3586@Github)
  • 【http 】 getFileNameFromDisposition更加规范,从多个头的值中获取,且filename*优先级更高(pr#3590@Gitee)
  • 【core 】 CsvWriter增加重载writeBeans方法,支持可选bean字段(pr#1222@Gitee)
  • 【core 】 LocalDateTimeUtil增加beginOfDay和endOfDay重载(issue#3594@Github)
  • 【core 】 NumberUtil.pow支持负数(issue#3598@Github)

🐞Bug修复

  • 【http 】 修复HttpUtil.urlWithFormUrlEncoded方法重复编码问题(issue#3536@Github)
  • 【core 】 修复FileMagicNumber.getMagicNumber空指针问题(issue#I9FE8B@Gitee)
  • 【extra 】 修复CompressUtil工具多出\问题(issue#I71K5V@Gitee)
  • 【db 】 解决oracle情况下setObject(inputStream)报错问题,java.sql.SQLException: 无效的列类型问题(pr#1207@Gitee)
  • 【core 】 解决CalendarUtil.isSameDay时区不同导致结果错误问题(pr#3548@Github)
  • 【core 】 修复RandomUtil.randomStringWithoutStr方法问题(pr#1209@Gitee)
  • 【http 】 修复HttpRequest.header相同key被覆盖问题(issue#I9I61C@Gitee)
  • 【core 】 修复TemporalAccessorConverter自定义格式转换问题(issue#I9HQQE@Gitee)
  • 【cron 】 修复CronPattern.nextMatchAfter匹配初始值问题(issue#I9FQUA@Gitee)
  • 【core 】 修复FileUtil.copyFile没有创建父目录导致的问题(issue#3557@Github)
  • 【http 】 修复HttpDownloader全局超时无效问题(issue#3556@Github)
  • 【core 】 修复ZipReader.checkZipBomb遇到空目录报错问题(issue#I9K494@Gitee)
  • 【db 】 修复Oracle下特殊表名导致meta信息获取不到问题(issue#I9BANE@Gitee)
  • 【db 】 修复FuncComparator.thenComparing不生效问题(issue#3569@Github)
  • 【core 】 修复EnumUtil空指针问题(issue#I9NSZ4@Gitee)
  • 【core 】 修复NumberWordFormatter.format小数问题(issue#3579@Github)
  • 【db 】 修复JndiDSFactory空指针问题
  • 【core 】 修复BiMap.put错误的返回值(pr#1218@Gitee)
  • 【core 】 修复BooleanUtil.andOfWrap针对null错误问题(issue#3587@Github)
  • 【core 】 修复FileUtil#getTotalLines在JDK9+结果错误问题(issue#3591@Github)

5.8.27(2024-03-29)

... (truncated)

Commits
  • 3859291 🍼release 5.8.28
  • be39341 add test
  • 503df65 NumberUtil.pow支持负数
  • d58b2fc add test
  • dffac9d fix code
  • 2f1583a LocalDateTimeUtil增加beginOfDay和endOfDay重载
  • 1fc4148 CsvWriter增加重载writeBeans方法,支持可选bean字段
  • cba4a83 !1222 CsvWriter 重载 writeBeans 方法
  • e8a8c81 CsvWriter 重载一个 writeBeans 方法,该方法可以指定导出 Bean 中的部分属性
  • 996bf90 ignore test
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [cn.hutool:hutool-all](https://github.com/looly/hutool) from 5.8.26 to 5.8.28.
- [Release notes](https://github.com/looly/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](dromara/hutool@5.8.26...5.8.28)

---
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 May 30, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 3, 2024

Superseded by #143.

@dependabot dependabot bot closed this Jul 3, 2024
@dependabot dependabot bot deleted the dependabot/maven/cn.hutool-hutool-all-5.8.28 branch July 3, 2024 11:21
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