PlexPt / rocket-pt

基于 Java 的私有PT(private tracker)站点系统,可以提供高质量的连接服务和简单易用的界面。base on NexusPHP。
MIT License
118 stars 22 forks source link

Bump cn.hutool:hutool-all from 5.8.26 to 5.8.29 #143

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

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

Release notes

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

5.8.29(2024-07-03)

🐣新特性

  • 【core 】 DateUtil增加offsetYear方法
  • 【core 】 ListUtil增加move方法(issue#3603@Github)
  • 【core 】 CollUtil.subtract增加空判定(issue#3605@Github)
  • 【core 】 优化DateUtil.format(Date date, String format)接口效率(pr#1226@Gitee)
  • 【csv 】 CsvWriter.writeBeans增加重载,可选是否写出表头(issue#IA57W2@Gitee)
  • 【core 】 BetweenFormatter支持自定义设置单位(pr#1228@Gitee)
  • 【cache 】 Cache.put变更策略,对于替换的键值对,不清理队列(issue#3618@Github)
  • 【core 】 添加 Windows 资源管理器风格字符串比较器(pr#3620@Github)
  • 【core 】 Week.of支持中文名称(issue#3637@Github)
  • 【core 】 ThreadUtil.newExecutor等方法变更方法签名,返回值变更为ThreadPoolExecutor(pr#1230@Gitee)

🐞Bug修复

  • 【core 】 修复AnnotationUtil可能的空指针错误
  • 【core 】 修复BeanUtil.isBean判断Dict错误问题(issue#I9VTZG@Gitee)
  • 【core 】 修复VersionComparator传入空字符串报错问题(pr#3614@Github)
  • 【core 】 修复CaseInsensitiveLinkedMap顺序错误问题(issue#IA4K4F@Gitee)
  • 【core 】 修复DateUtil.offset空指针问题(issue#3617@Github)
  • 【core 】 修复PathMover.moveContent问题(issue#IA5Q8D@Gitee)
  • 【db 】 修复PooledConnection可能的数据库驱动未找到问题(issue#IA6EUQ@Gitee)
  • 【http 】 修复Mac下的微信浏览器被识别为移动端问题(issue#IA74K2@Gitee)
  • 【core 】 修复Tailer指定初始读取行数的计算错误问题(issue#IA77ML@Gitee)
  • 【http 】 修复getFileNameFromDisposition获取头错误问题(issue#3632@Github)
  • 【core 】 修复\n#出现在双引号中解析错误问题(issue#IA8WE0@Gitee)
  • 【core 】 修复FastDatePrinter处理YY错误问题(issue#3641@Github)

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)

... (truncated)

Changelog

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

5.8.29(2024-07-03)

🐣新特性

  • 【core 】 DateUtil增加offsetYear方法
  • 【core 】 ListUtil增加move方法(issue#3603@Github)
  • 【core 】 CollUtil.subtract增加空判定(issue#3605@Github)
  • 【core 】 优化DateUtil.format(Date date, String format)接口效率(pr#1226@Gitee)
  • 【csv 】 CsvWriter.writeBeans增加重载,可选是否写出表头(issue#IA57W2@Gitee)
  • 【core 】 BetweenFormatter支持自定义设置单位(pr#1228@Gitee)
  • 【cache 】 Cache.put变更策略,对于替换的键值对,不清理队列(issue#3618@Github)
  • 【core 】 添加 Windows 资源管理器风格字符串比较器(pr#3620@Github)
  • 【core 】 Week.of支持中文名称(issue#3637@Github)
  • 【core 】 ThreadUtil.newExecutor等方法变更方法签名,返回值变更为ThreadPoolExecutor(pr#1230@Gitee)

🐞Bug修复

  • 【core 】 修复AnnotationUtil可能的空指针错误
  • 【core 】 修复BeanUtil.isBean判断Dict错误问题(issue#I9VTZG@Gitee)
  • 【core 】 修复VersionComparator传入空字符串报错问题(pr#3614@Github)
  • 【core 】 修复CaseInsensitiveLinkedMap顺序错误问题(issue#IA4K4F@Gitee)
  • 【core 】 修复DateUtil.offset空指针问题(issue#3617@Github)
  • 【core 】 修复PathMover.moveContent问题(issue#IA5Q8D@Gitee)
  • 【db 】 修复PooledConnection可能的数据库驱动未找到问题(issue#IA6EUQ@Gitee)
  • 【http 】 修复Mac下的微信浏览器被识别为移动端问题(issue#IA74K2@Gitee)
  • 【core 】 修复Tailer指定初始读取行数的计算错误问题(issue#IA77ML@Gitee)
  • 【http 】 修复getFileNameFromDisposition获取头错误问题(issue#3632@Github)
  • 【core 】 修复\n#出现在双引号中解析错误问题(issue#IA8WE0@Gitee)
  • 【core 】 修复FastDatePrinter处理YY错误问题(issue#3641@Github)

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)

... (truncated)

Commits
  • 95a363c 🐶release 5.8.29
  • 3aa08fe 修复FastDatePrinter处理YY错误问题
  • f4d67ed 修复\n#出现在双引号中解析错误问题
  • db5806f ThreadUtil.newExecutor等方法变更方法签名,返回值变更为ThreadPoolExecutor
  • a8e959c !1230 修改 ThreadUtil.newExecutor 创建线程池返回类
  • 49dba65 add test
  • d14c851 Week.of支持中文名称
  • 1d48ead 修改 ThreadUtil.newExecutor 创建线程池返回类
  • b8db9b1 修复getFileNameFromDisposition获取头错误问题
  • 2196433 !1229 add 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 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)
dependabot[bot] commented 3 months ago

Superseded by #149.