TUDB-Labs / TuDB

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

build(deps): bump fastjson from 2.0.15 to 2.0.19 #387

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps fastjson from 2.0.15 to 2.0.19.

Release notes

Sourced from fastjson's releases.

fastjson 2.0.19版本发布,BUG修复增强兼容

这又是一个BUG修复增强fastjson 1.x的兼容版本。这个版本通过和阿里内部生产环境和fastjson 1.2.68版本做兼容比对,很大程度提升了对fastjson 1.x的兼容。

Issues

  1. 修复了多个和fastjson 1.x不兼容的问题
  2. 修复12个字段时JSONObject.toJavaObject方法会丢失字段的问题 #900
  3. 修复不支持IBM J9 JDK11的问题 #888
  4. JSONPath增加对contains函数的支持
  5. 增强对ValueFilter的支持 #906
  6. 增加JSONObject/JSONArray#getDate方法对非法输入的校验 #912
  7. 修复不支持Oracle CLOB类型序列化的问题 #920
  8. 反序列化增加对JDK9 ImmutableCollections的支持 #913 #917
  9. 修复JSONObject#toJavaObject方法不支持Feature.SupportClassForName #914
  10. 修复不支持Jackson ObjectNode类型序列化的问题 #921
  11. 修复大写单字母字段序列化大小写不对的问题 #924

MAVEN依赖配置

<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.19</version>
</dependency>
  • GraalVM版本
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.19.graal</version>
</dependency>
  • Android版本
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.19.android</version>
</dependency>
  • 1.x 兼容版本
<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>fastjson</artifactId>
</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 #391.