Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 22, 2022

Bumps fastjson from 1.2.76 to 2.0.12.

Release notes

Sourced from fastjson's releases.

fastjson 2.0.12发布,Bug修复进一步提升性能

2.0.12版本的性能有进一步提升,反序列化性能比2.0.11版本提升了超过10%。

详细性能测试报告看这里: https://github.com/alibaba/fastjson2/wiki/fastjson_benchmark

Issues

  1. 修复序列化中文速度不如fastjson1的问题 #609
  2. 支持汉字序列化成ISO-8859-1格式 #678
  3. 序列化和反序列化支持StringBuilder和StringBuffer类型 #687
  4. 序列化支持Oracle CLOB类型 #644
  5. 修复兼容包在某些场景无法正确初始化的问题 #649 #677 #646
  6. ObjectWriterBaseModule和ObjectReaderBaseModule修改为public方便自定义扩展 #585
  7. 修复特定场景下解析错误格式死循环内存溢出的问题 #699
  8. 修复兼容包toJavaList传入相同类型时报错的问题 #699
  9. 提供JSON.copy方法,可以基于jsonb协议深度拷贝对象 #668
  10. 修复jsonb协议序列化Key为null时报错的问题 #697
  11. JSONSchema校验时提供错误信息,提示哪个字段因为什么原因校验不通过 #684
  12. 修复Object类型字段并发初始化时存在报错的问题 #661
  13. 支持全小写的PropertyNamingStrategy #695

MAVEN依赖配置

<dependency>
	<groupId>com.alibaba.fastjson2</groupId>
	<artifactId>fastjson2</artifactId>
	<version>2.0.12</version>
</dependency>
  • GraalVM版本
<dependency>
	<groupId>com.alibaba.fastjson2</groupId>
	<artifactId>fastjson2</artifactId>
	<version>2.0.12.graal</version>
</dependency>
  • Android版本
<dependency>
	<groupId>com.alibaba.fastjson2</groupId>
	<artifactId>fastjson2</artifactId>
	<version>2.0.12.android</version>
</dependency>
  • 1.x 兼容版本

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

---
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 Aug 22, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 12, 2022

Superseded by #44.

@dependabot dependabot bot closed this Sep 12, 2022
@dependabot dependabot bot deleted the dependabot/maven/com.alibaba-fastjson-2.0.12 branch September 12, 2022 12:13
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.

0 participants