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.23 to 5.8.24 #102

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps cn.hutool:hutool-all from 5.8.23 to 5.8.24.

Release notes

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

5.8.24(2023-12-23)

🐣新特性

  • 【cache 】 Cache增加get重载,可自定义超时时间(issue#I8G0DL@Gitee)
  • 【cache 】 JWT#sign增加重载,可选是否增加默认的typ参数(issue#3386@Github)
  • 【db 】 增加识别OpenGauss的驱动类(issue#I8K6C0@Gitee)
  • 【core 】 修复CharSequenceUtil注释和引用,避免循环引用
  • 【extra 】 SpringUtil增加getProperty重载(pr#1122@Gitee)
  • 【core 】 FileTypeUtil增加null判断(issue#3419@Github)
  • 【core 】 DateUtil.parse支持毫秒时间戳(issue#I8NMP7@Gitee)
  • 【extra 】 优化TokenizerEngine使用IK分词器支持并发(pr#3427@Github)
  • 【core 】 Opt.ofEmptyAble支持更多类型(issue#I8OOSY@Gitee)
  • 【http 】 HTMLFilter保留p标签(issue#3433@Gitee)

🐞Bug修复

  • 【core 】 修复LocalDateTime#parseDate未判断空问题问题(issue#I8FN7F@Gitee)
  • 【http 】 修复RootAction send404 抛异常问题(pr#1107@Gitee)
  • 【extra 】 修复Archiver 最后一个 Entry 为空文件夹时未关闭 Entry问题(pr#1123@Gitee)
  • 【core 】 修复ImgUtil.convert png转jpg在jdk9+中失败问题(issue#I8L8UA@Gitee)
  • 【cache 】 修复StampedCache的get方法非原子问题(issue#I8MEIX@Gitee)
  • 【core 】 修复StrSplitter.splitByRegex使用空参数导致的OOM问题(issue#3421@Github)
  • 【db 】 修复嵌套SQL中order by子句错误截断问题(issue#I89RXV@Gitee)
  • 【http 】 修复graalvm编译后,未读取Content-Length可能导致的读取时间过长问题(issue#I6Q30X@Gitee)
  • 【core 】 修复JavaSourceCompiler.addSource目录处理错误问题(issue#3425@Github)
  • 【core 】 修复时间戳转Bean时异常问题(issue#I8NMP7@Gitee)
  • 【core 】 修复PostgreSQL使用upsert字段大小写问题问题(issue#I8PB4X@Gitee)
  • 【extra 】 修复TinyPinyinEngine可能的空指针问题(issue#3437@Github)
  • 【core 】 修复graalvm原生打包使用http工具被转为file协议问题(issue#I8PY3Y@Gitee)
  • 【poi 】 修复cloneSheet参数错误导致非XSSFWorkbook错误命名问题(issue#I8QIBB@Gitee)
Changelog

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

5.8.24(2023-12-23)

🐣新特性

  • 【cache 】 Cache增加get重载,可自定义超时时间(issue#I8G0DL@Gitee)
  • 【cache 】 JWT#sign增加重载,可选是否增加默认的typ参数(issue#3386@Github)
  • 【db 】 增加识别OpenGauss的驱动类(issue#I8K6C0@Gitee)
  • 【core 】 修复CharSequenceUtil注释和引用,避免循环引用
  • 【extra 】 SpringUtil增加getProperty重载(pr#1122@Gitee)
  • 【core 】 FileTypeUtil增加null判断(issue#3419@Github)
  • 【core 】 DateUtil.parse支持毫秒时间戳(issue#I8NMP7@Gitee)
  • 【extra 】 优化TokenizerEngine使用IK分词器支持并发(pr#3427@Github)
  • 【core 】 Opt.ofEmptyAble支持更多类型(issue#I8OOSY@Gitee)
  • 【http 】 HTMLFilter保留p标签(issue#3433@Gitee)

🐞Bug修复

  • 【core 】 修复LocalDateTime#parseDate未判断空问题问题(issue#I8FN7F@Gitee)
  • 【http 】 修复RootAction send404 抛异常问题(pr#1107@Gitee)
  • 【extra 】 修复Archiver 最后一个 Entry 为空文件夹时未关闭 Entry问题(pr#1123@Gitee)
  • 【core 】 修复ImgUtil.convert png转jpg在jdk9+中失败问题(issue#I8L8UA@Gitee)
  • 【cache 】 修复StampedCache的get方法非原子问题(issue#I8MEIX@Gitee)
  • 【core 】 修复StrSplitter.splitByRegex使用空参数导致的OOM问题(issue#3421@Github)
  • 【db 】 修复嵌套SQL中order by子句错误截断问题(issue#I89RXV@Gitee)
  • 【http 】 修复graalvm编译后,未读取Content-Length可能导致的读取时间过长问题(issue#I6Q30X@Gitee)
  • 【core 】 修复JavaSourceCompiler.addSource目录处理错误问题(issue#3425@Github)
  • 【core 】 修复时间戳转Bean时异常问题(issue#I8NMP7@Gitee)
  • 【core 】 修复PostgreSQL使用upsert字段大小写问题问题(issue#I8PB4X@Gitee)
  • 【extra 】 修复TinyPinyinEngine可能的空指针问题(issue#3437@Github)
  • 【core 】 修复graalvm原生打包使用http工具被转为file协议问题(issue#I8PY3Y@Gitee)
  • 【poi 】 修复cloneSheet参数错误导致非XSSFWorkbook错误命名问题(issue#I8QIBB@Gitee)

Commits
  • 6f9279a Merge branch 'v5-master' of gitee.com:dromara/hutool into v5-master
  • 6b6c15b Prepare release
  • 3ab447d 🌨️Release 5.8.24
  • aa85eff 修复cloneSheet参数错误导致非XSSFWorkbook错误命名问题
  • e5888f6 remove invalid import
  • cd79e6e 修复graalvm原生打包使用http工具被转为file协议问题
  • 99ec3bb 修复TinyPinyinEngine可能的空指针问题
  • cca1842 HTMLFilter保留p标签
  • 9e853db add test
  • bc5ec5c 修复PostgreSQL使用upsert字段大小写问题问题
  • 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 10 months ago

Superseded by #107.