TUDB-Labs / TuDB

A distributed graph database system (GDBMS)
https://tudb-labs.github.io/TuDB/
Apache License 2.0
9 stars 1 forks source link

build(deps): bump fastjson from 2.0.15 to 2.0.20 #391

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps fastjson from 2.0.15 to 2.0.20.

Release notes

Sourced from fastjson's releases.

fastjson 2.0.20发布,修复DUBBO3测试发现的问题并增强对大数据场景的支持

这又是一个BUG FIX功能增强版本,FASTJSON 2.0在GITHUB的use repos数量已经超过1500。很多用户已经开始从FASTJSON 1.x测试升级到FASTJSON 2.0。DUBBO 3在测试FASTJSON 2。同时也有一些大数据场景开始使用FASTJSON 2的JSONPath。这个过程发现了一些问题,也产生了新的需求,需要快速解决,所以最近发布新版本比较频繁,大家按需升级,使用兼容API的用户,建议使用最新版本。

Issues

  1. 修复了Lombok Value Annotation支持的问题 #923
  2. 修复了ZonedDateTime序列化结果导致其他的json库不能识别的问题 #933
  3. 修复了写入double数组会导致报错的问题 #951
  4. 修复了DateUtils.toMillis19方法不支持12月数据Parse的问题 #952
  5. 修复了部分场景JSONWriter.Feature.WriteLongAsString失效的问题 #961
  6. 修复SimplePropertyPreFilter#excludes逻辑不对的问题 #967
  7. 修复部分场景Parse科学计数法格式double类型报错的问题 #959
  8. 修复了AutoType打开时,嵌套对象的HashMap类型无法被识别的问题 #947
  9. 修复序列化Oracle CLOB类型报错的问题 #920
  10. 修复在Kotlin下某些场景WriteEnumUsingToString不生效的问题 #928 #939
  11. 修复某些场景下不能识别lombok字段上的@​JSONField Annotation的问题 #942
  12. 提升了FASTJSON 1.x兼容 #929
  13. 增强了JSONPath对大数据场景的优化支持 #937 相关文档
  14. 为了方便

MAVEN依赖配置

<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.20</version>
</dependency>
  • GraalVM版本
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.20.graal</version>
</dependency>
  • Android版本
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.20.android</version>
</dependency>
  • 1.x 兼容版本
<dependency>
</tr></table> 

... (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 #393.