Skip to content

Bump fastjson from 1.2.76 to 2.0.15#73

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/com.alibaba-fastjson-2.0.15
Closed

Bump fastjson from 1.2.76 to 2.0.15#73
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/com.alibaba-fastjson-2.0.15

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 5, 2022

Copy link
Copy Markdown
Contributor

Bumps fastjson from 1.2.76 to 2.0.15.

Release notes

Sourced from fastjson's releases.

fastjson 2.0.15版本发布,增强兼容修复dubbo测试中发现的问题

这个版本继续提升对dubbo的支持,为jsonb协议在dubbo中推广做准备。继续提升对fastjson 1.x的兼容性,方便fastjson 1.x的用户迁移到2.0.x。

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

Issues

  1. 修复对jdk moudule的支持 #780
  2. 支持Annotation组合 #795
  3. 修复某些场景对Spring增强代理对象不能正确识别的问题 #798
  4. 增强对非静态内嵌类反序列化的支持 #367
  5. 增加序列化对IgnoreNonFieldGetter的支持 #764
  6. 修复对单字母Camel格式反序列化兼容识别的问题 #779
  7. 支持动态模块的类清理 #783
  8. 修复指定格式但输入不符合格式在兼容模式下的支持 #740
  9. 修复JSONObject & JSONArray getString对UUID/Date/Enum类型下结果返回不对的问题 #794
  10. 新增加Annotation JSONAutowired,方便实现CodeGen #796
  11. 兼容模式IOUtils增加close方法,增强对fastjson 1.x的兼容 #797
  12. 支持ExtraProcessor,增强对fastjson 1.x的兼容 #583
  13. 支持java.util.Date类型自定义序列化 #781
  14. 修复某些场景反序列化异常类丢失message信息的问题
  15. 提升首次序列化和反序列化的性能。

MAVEN依赖配置

<dependency>
	<groupId>com.alibaba.fastjson2</groupId>
	<artifactId>fastjson2</artifactId>
	<version>2.0.15</version>
</dependency>
  • GraalVM版本
<dependency>
	<groupId>com.alibaba.fastjson2</groupId>
	<artifactId>fastjson2</artifactId>
	<version>2.0.15.graal</version>
</dependency>
  • Android版本
<dependency>
	<groupId>com.alibaba.fastjson2</groupId>
	<artifactId>fastjson2</artifactId>
	<version>2.0.15.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 1.2.76 to 2.0.15.
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](https://github.com/alibaba/fastjson2/commits/2.0.15)

---
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 Oct 5, 2022
@dependabot @github

dependabot Bot commented on behalf of github Oct 24, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #75.

@dependabot dependabot Bot closed this Oct 24, 2022
@dependabot dependabot Bot deleted the dependabot/maven/com.alibaba-fastjson-2.0.15 branch October 24, 2022 12:09
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