Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 2, 2023

Bumps fastjson from 1.2.76 to 2.0.22.

Release notes

Sourced from fastjson's releases.

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

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

Issues

  1. 提供支持JSONArray.copyOf方法 #1002
  2. 设置Filter之后只要值为null时Feature即使设置输出NULL都不会输出该KEY #1004
  3. 修复某些场景toJavaObject报错 #1000 #1034 #1038 #1031
  4. 增加FastjsonView,兼容fastjson 1.x
  5. 同一个版本中支持Android和GraalVM #1021
  6. 兼容API序列化输出兼容1.x的命名策略 #1022 #970
  7. 当字符串存在大量需要转义字符时出现数组越界异常 #1025
  8. 修复JSONB在Map中反序列化LocalTime/LocalDateTime报错的问题 #1026
  9. 支持decimalFormat #1029
  10. 修复FieldBased打开时Swagger2 /v2/api-docs 返回多嵌套了一层 #1033
  11. 支持java.nio.file.Path类型的序列化 #1040
  12. 修复序列化二进制格式字符串某些场景报错的问题 #1041
  13. 修复JSONPath在输入为空时某些场景报错的问题 #1018

MAVEN依赖配置

<dependency>
	<groupId>com.alibaba.fastjson2</groupId>
	<artifactId>fastjson2</artifactId>
	<version>2.0.22</version>
</dependency>
  • 1.x 兼容版本
<dependency>
	<groupId>com.alibaba</groupId>
	<artifactId>fastjson</artifactId>
	<version>2.0.22</version>
</dependency>

相关链接

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

... (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 1.2.76 to 2.0.22.
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](https://github.com/alibaba/fastjson2/commits/2.0.22)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 2, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 16, 2023

Superseded by #58.

@dependabot dependabot bot closed this Jan 16, 2023
@dependabot dependabot bot deleted the dependabot/maven/com.alibaba-fastjson-2.0.22 branch January 16, 2023 12:02
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.

1 participant