Skip to content

Bump fastjson from 2.0.15 to 2.0.16 #125

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

Merged
merged 1 commit into from
Oct 24, 2022

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 24, 2022

Bumps fastjson from 2.0.15 to 2.0.16.

Release notes

Sourced from fastjson's releases.

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

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

Issues

  1. 修复JSONObject空值时出现冗余逗号的问题 #828 #837 #843
  2. 修复自动识别Jackson JsonProperty Annotation属性READ_ONLY和WRITE_ONLY错误的问题 #830
  3. 修复不支持kotlin any类型序列化的问题 #848
  4. 新增加JSONWriter.Feature.LargeObject支持序列化超过64M的对象 #841
  5. 修复兼容API JSONField.alternateNames某些场景报错的问题 #778
  6. 新增加JSONReader.Feature.IgnoreCheckClose支持Parse部分JSON数据 #862
  7. 修复兼容API不能识别SerializerFeature.WriteEnumUsingName的问题 #859
  8. 增加反序列Date类型识别输入0的识别 #861
  9. 修复writeFloat(float[])方法某些场景下数据越界报错的问题 #860
  10. 修复JSONObject不支持Integer auto cast to Boolean的问题 #854
  11. 支持Enum类型自定义序列化和反序列化 #851
  12. 修复JSONObject.toJavaObject某写场景会导致字段丢失的问题 #823
  13. 修复兼容API不支持none-string key的问题 #822
  14. 修复某些场景JSONPath.set不启作用的问题 #842
  15. Long & BigDecimal支持自动以序列化 #820
  16. 修复Integer类型不支持识别空字符串的问题 #827
  17. 修复JSONType#serializeEnumAsJavaBean某些场景不起作用的问题 #835
  18. 修复enum配置多参数JSONCreator不启作用的问题 #829
  19. 修复spring-demo不对的问题 #818
  20. 兼容API支持设置全局Feature #817

MAVEN依赖配置

<dependency>
	<groupId>com.alibaba.fastjson2</groupId>
	<artifactId>fastjson2</artifactId>
	<version>2.0.16</version>
</dependency>
  • GraalVM版本
<dependency>
	<groupId>com.alibaba.fastjson2</groupId>
	<artifactId>fastjson2</artifactId>
	<version>2.0.16.graal</version>
</dependency>
  • Android版本
<dependency>
</tr></table> 

... (truncated)

Commits
  • ba7419b fix testcase
  • b72f142 2.0.16 release
  • 0e8171f add new JSONReader.Feature.IgnoreCheckClose, for issue #862
  • 498ce62 add 2.0.16 benchmark
  • e849d7e support google protobuf message serialize
  • feb0184 add testcase for issue #858
  • 3b8cf0d improved fastjson 1.x compatible, support SerializerFeature.WriteEnumUsingNam...
  • 1600401 support user-defined BigDecimal & Long ObjectWriter, for issue #820
  • 075d51c support integer to Date, fix issue #861
  • e40a224 support user-defined enum ObjectWriter, for issue #851
  • Additional commits viewable in compare view

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.15 to 2.0.16.
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](alibaba/fastjson2@2.0.15...2.0.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 24, 2022
@lars-sh lars-sh merged commit 5305a87 into master Oct 24, 2022
@lars-sh lars-sh deleted the dependabot/maven/com.alibaba-fastjson-2.0.16 branch October 24, 2022 16:23
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