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.19 to 2.0.20 #136

Merged
merged 1 commit into from
Nov 28, 2022

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 28, 2022

Bumps fastjson from 2.0.19 to 2.0.20.

Release notes

Sourced from fastjson's releases.

fastjson 2.0.20发布,修复DUBBO3测试发现的问题并增强对大数据场景的支持

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

Issues

  1. 修复了Lombok Value Annotation支持的问题 #923
  2. 修复了ZonedDateTime序列化结果导致其他的json库不能识别的问题 #933
  3. 修复了写入double数组会导致报错的问题 #951
  4. 修复了DateUtils.toMillis19方法不支持12月数据Parse的问题 #952
  5. 修复了部分场景JSONWriter.Feature.WriteLongAsString失效的问题 #961
  6. 修复SimplePropertyPreFilter#excludes逻辑不对的问题 #967
  7. 修复部分场景Parse科学计数法格式double类型报错的问题 #959
  8. 修复了AutoType打开时,嵌套对象的HashMap类型无法被识别的问题 #947
  9. 修复序列化Oracle CLOB类型报错的问题 #920
  10. 修复在Kotlin下某些场景WriteEnumUsingToString不生效的问题 #928 #939
  11. 修复某些场景下不能识别lombok字段上的@​JSONField Annotation的问题 #942
  12. 提升了FASTJSON 1.x兼容 #929
  13. 增强了JSONPath对大数据场景的优化支持 #937 相关文档
  14. 为了方便

MAVEN依赖配置

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

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

---
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 Nov 28, 2022
@lars-sh lars-sh merged commit 525e831 into master Nov 28, 2022
@lars-sh lars-sh deleted the dependabot/maven/com.alibaba-fastjson-2.0.20 branch November 28, 2022 15:50
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