Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fastjson2.version #300

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.alibaba:fastjson 2.0.52 -> 2.0.53 age adoption passing confidence
com.alibaba.fastjson2:fastjson2 2.0.52 -> 2.0.53.android8 age adoption passing confidence

Release Notes

alibaba/fastjson2 (com.alibaba:fastjson)

v2.0.53: fastjson 2.0.53版本发布

Compare Source

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

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>
  • 1.x 兼容版本
<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>fastjson</artifactId>
    <version>2.0.53</version>
</dependency>
  • Spring 5 extension配置
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2-extension-spring5</artifactId>
    <version>2.0.53</version>
</dependency>
  • Spring 6 extension配置
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2-extension-spring6</artifactId>
    <version>2.0.53</version>
</dependency>
3. 相关链接

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants