Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps fastjson from 1.2.70 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

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

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

dependabot bot commented on behalf of github Oct 31, 2022

Superseded by #100.

@dependabot dependabot bot closed this Oct 31, 2022
@dependabot dependabot bot deleted the dependabot/maven/com.alibaba-fastjson-2.0.16 branch October 31, 2022 06:01
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