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

Bump fastjson from 2.0.20 to 2.0.21 #137

Merged
merged 1 commit into from
Dec 12, 2022

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 12, 2022

Bumps fastjson from 2.0.20 to 2.0.21.

Release notes

Sourced from fastjson's releases.

FASTJSON 2.0.21版本发布,BUG FIX提升兼容性

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

Issues

  1. 反序列化支持自动识别英语MMM日期格式 #997
  2. 修复JSONSchema某种场景空指针的异常 #986
  3. 修复parseArray方法不兼容的问题 #984
  4. 增加FASTJSON 1.x BrowserSecure的兼容支持 #964
  5. 修复Enum序列化mixin与WriteEnumUsingToString同时配置时不起作用的问题 #971
  6. Enum成员支持JSONField配置输出名字
  7. JSONPath兼容FASTJSON 1.x设置数字属性 #956
  8. 增强对Boolean类型的自动识别 #976
  9. 支持Probuf对象序列化为JSON格式 #982
  10. 修复首字母大写字段无法反序列化的问题 #983
  11. JSONObject.toJavaObject某些场景报错的问题 #1001
  12. 支持自动识别Jackson Annotation JsonFormat的日期格式配置 #1003
  13. 支持将空字符串识别为NULL #998
  14. 增强对JDK 14 Record类型反序列化的支持 #994
  15. 修复JVM参数-XX:-CompactStrings配置下导致反序列化源码的问题
  16. 修复ObjectReaderProvider/ObjectWriterProvider的cleanUp方法在复杂场景不起作用的问题
  17. 进一步提升了JSONB格式的序列化和反序列化性能
  18. 修复特定场景下序列化生成ObjectWriter时报Timsort异常的问题

MAVEN依赖配置

<dependency>
	<groupId>com.alibaba.fastjson2</groupId>
	<artifactId>fastjson2</artifactId>
	<version>2.0.21</version>
</dependency>
  • GraalVM版本
<dependency>
	<groupId>com.alibaba.fastjson2</groupId>
	<artifactId>fastjson2</artifactId>
	<version>2.0.21.graal</version>
</dependency>
  • Android版本
<dependency>
	<groupId>com.alibaba.fastjson2</groupId>
	<artifactId>fastjson2</artifactId>
	<version>2.0.21.android</version>
</dependency>

... (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)

Bumps [fastjson](https://github.com/alibaba/fastjson2) from 2.0.20 to 2.0.21.
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](alibaba/fastjson2@2.0.20...2.0.21)

---
updated-dependencies:
- dependency-name: com.alibaba:fastjson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 12, 2022
@lars-sh lars-sh merged commit 6671927 into master Dec 12, 2022
@lars-sh lars-sh deleted the dependabot/maven/com.alibaba-fastjson-2.0.21 branch December 12, 2022 13:07
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 12, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant