wgzhao / Addax

Addax is a versatile open-source ETL tool that can seamlessly transfer data between various RDBMS and NoSQL databases, making it an ideal solution for data migration.
https://wgzhao.github.io/Addax/
Apache License 2.0
1.2k stars 305 forks source link

Bump fastjson2.version from 2.0.52 to 2.0.53 #1146

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps fastjson2.version from 2.0.52 to 2.0.53. Updates com.alibaba:fastjson from 2.0.52 to 2.0.53

Release notes

Sourced from com.alibaba:fastjson's releases.

fastjson 2.0.53版本发布

这又是一个月度更新版本,大家按需升级。

Issues

  1. 支持DisableSingleQuote配置 #2908
  2. 修复配置JSONField#ignore之后导致死循环的问题 #2914
  3. 反序列化java.util.Date类型支持HH:mm:ss格式输入 #2905
  4. 修复兼容Jackson Annotation JsonUnwrapped某些场景不起作用的问题 #2846
  5. 修复兼容Jackson Annotation JsonFormat某些场景不起作用的问题 #2836
  6. 修复JSONB格式反序列化是忽略不存在Double/LocalDate字段报错的问题 #2823 #2907 #2902
  7. 修复反序列化java.util.RandomAccessSubList类型报错的问题 #2851
  8. DefaultObjectWriterProvider和DefaultObjectReaderProvider提供clear方法 #2860
  9. 修复某些场景反序列化LocalDateTime报错的问题 #2817
  10. 修复CSVWriter在writeDecimal计算空间不对的问题 #2848
  11. 修复JSONReader.Feature.UseBigDecimalForFloats行为不对的问题 #2866 #2867
  12. 修复使用 fastjson1 的 JSON.toJSON() 方法,转换后的数据中存在 com.alibaba.fastjson2.JSONArray #2856
  13. 修复与lombok AllArgsConstructor冲突的问题 #2901
  14. 支持Clickhouse UnsignedLong类型序列化 #2958
  15. 修复JSONB DUMP DECIMAL类型某些场景报错的问题 #2954
  16. 支持更多场景JSONSchema #2931
  17. 修复Long/Double字段配置JSONField#serializeFeatures WriteNulls不生效的问题 #2952
  18. 修复某些场景配置JSONType#alphabetic=false不生效的问题 #2959

2. MAVEN依赖配置

<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.53</version>
</dependency>
  • android5针对优化版本
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.53.android5</version>
</dependency>
  • android8针对优化版本 这个版本支持java.time和Optional
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.53.android8</version>
</dependency>

... (truncated)

Commits
  • d10999b 2.0.53 release
  • 7a87429 add benchmark
  • 4686c2c Fix 2959 (#2960)
  • a627c5f Bump org.redisson:redisson from 3.35.0 to 3.36.0
  • f6cdd54 Bump org.clojure:clojure from 1.11.4 to 1.12.0
  • 73d5647 Bump org.mongodb:bson from 5.1.1 to 5.1.4
  • 97bf4e1 Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.17.0
  • 2f896e5 Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5
  • 89f2f2e fix write double field annotation writeNulls not work, for issue #2952
  • 3ed22a9 jsonschema support array type, for issue #2931
  • Additional commits viewable in compare view


Updates com.alibaba.fastjson2:fastjson2 from 2.0.52 to 2.0.53

Release notes

Sourced from com.alibaba.fastjson2:fastjson2's releases.

fastjson 2.0.53版本发布

这又是一个月度更新版本,大家按需升级。

Issues

  1. 支持DisableSingleQuote配置 #2908
  2. 修复配置JSONField#ignore之后导致死循环的问题 #2914
  3. 反序列化java.util.Date类型支持HH:mm:ss格式输入 #2905
  4. 修复兼容Jackson Annotation JsonUnwrapped某些场景不起作用的问题 #2846
  5. 修复兼容Jackson Annotation JsonFormat某些场景不起作用的问题 #2836
  6. 修复JSONB格式反序列化是忽略不存在Double/LocalDate字段报错的问题 #2823 #2907 #2902
  7. 修复反序列化java.util.RandomAccessSubList类型报错的问题 #2851
  8. DefaultObjectWriterProvider和DefaultObjectReaderProvider提供clear方法 #2860
  9. 修复某些场景反序列化LocalDateTime报错的问题 #2817
  10. 修复CSVWriter在writeDecimal计算空间不对的问题 #2848
  11. 修复JSONReader.Feature.UseBigDecimalForFloats行为不对的问题 #2866 #2867
  12. 修复使用 fastjson1 的 JSON.toJSON() 方法,转换后的数据中存在 com.alibaba.fastjson2.JSONArray #2856
  13. 修复与lombok AllArgsConstructor冲突的问题 #2901
  14. 支持Clickhouse UnsignedLong类型序列化 #2958
  15. 修复JSONB DUMP DECIMAL类型某些场景报错的问题 #2954
  16. 支持更多场景JSONSchema #2931
  17. 修复Long/Double字段配置JSONField#serializeFeatures WriteNulls不生效的问题 #2952
  18. 修复某些场景配置JSONType#alphabetic=false不生效的问题 #2959

2. MAVEN依赖配置

<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.53</version>
</dependency>
  • android5针对优化版本
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.53.android5</version>
</dependency>
  • android8针对优化版本 这个版本支持java.time和Optional
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.53.android8</version>
</dependency>

... (truncated)

Commits
  • d10999b 2.0.53 release
  • 7a87429 add benchmark
  • 4686c2c Fix 2959 (#2960)
  • a627c5f Bump org.redisson:redisson from 3.35.0 to 3.36.0
  • f6cdd54 Bump org.clojure:clojure from 1.11.4 to 1.12.0
  • 73d5647 Bump org.mongodb:bson from 5.1.1 to 5.1.4
  • 97bf4e1 Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.17.0
  • 2f896e5 Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5
  • 89f2f2e fix write double field annotation writeNulls not work, for issue #2952
  • 3ed22a9 jsonschema support array type, for issue #2931
  • Additional commits viewable in compare view


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 1 month ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.