PlexPt / rocket-pt

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

⬆️ Bump fastjson from 2.0.25 to 2.0.27 #26

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps fastjson from 2.0.25 to 2.0.27.

Release notes

Sourced from fastjson's releases.

FASTJSON 2.0.27版本发布

这又是一个每月更新例行的Bug修复功能增强版本,大家按需升级。最近非常多用户从fastjson 1.1.x升级到2.0.x,升级后获得性能显著提升。dubbo用户使用fastjson2二进制格式JSONB的用户也越来越多,这次的发布也修复了一些相关的问题。

Issues

  1. 修复集成spring-doc导致文档无法显示的问题 #387 #1318 #1256 #1309
  2. 修复kotlin某些场景序列化报错的问题 #1266
  3. 修复Android兼容问题,Timestamp.valueOf方法在Android下不存在 #1272
  4. 提升fastjson 1.x兼容性,支持对List类型反序列化输入single object #1291 #1292
  5. 提升fastjson 1.x兼容性,增强对注释的支持
  6. 修复对ascii 128 ~ 255段LATIN1字符在JDK 11/JDK17下某些场景反序列化结果不对的问题 #1277
  7. 提升对fastjson 1.x兼容性,支持TypeUtils.compatibleWithFieldName=true
  8. 修复对GraalVM识别不准确的问题 #1328
  9. 修复autoType打开时不支持Enum类型作为Key的Map类型反序列化 #1324
  10. 修复某些场景引用检测NPE的问题 #1332 #1315
  11. 修复List类型输入空字符串行为和fastjson 1.x不兼容的问题 #1320
  12. 修复List类型反序列化某些场景会报错的问题 #1312
  13. 修复AtomicBoolean类型不支持反序列化的问题 #1316
  14. 修复某些场景JSONField不起作用的问题 #1258
  15. JSONObject & JSONArray新增方法getDateOrDefault #1252
  16. 反序列化和类型转换支持mongedb的Decimal128 #1300
  17. 序列化增强对动态代理的支持 #1290
  18. 修复某些场景JSON.isValid结果不对的问题 #1287
  19. 修复某些场景序列化处理Annotation报错的问题 #1286
  20. 修复JSONObject转化为Java对象时Map类型字段元素类型不正确的问题 #1269
  21. 增强对日期格式的自动识别 #1276
  22. 增强对base64格式的支持 #1271 #1255
  23. TypeReference支持输入参数 #1267
  24. 增强对CSV的支持 (对标Jackson对CSV的支持)
  25. 增强对自定义Map的支持
  26. 进一步提升在JDK 8下的序列化性能

MAVEN依赖配置

<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.27</version>
</dependency>
  • 1.x 兼容版本
<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>fastjson</artifactId>
    <version>2.0.27</version>
</dependency>
  • Spring 5 extension配置

... (truncated)

Commits


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)
dependabot[bot] commented 1 year ago

Superseded by #28.