Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gradle: bump fastjson2 from 2.0.14 to 2.0.16#244

Merged
henry-hub merged 1 commit intomainfrom
dependabot/gradle/com.alibaba.fastjson2-fastjson2-2.0.16
Oct 26, 2022
Merged

gradle: bump fastjson2 from 2.0.14 to 2.0.16#244
henry-hub merged 1 commit intomainfrom
dependabot/gradle/com.alibaba.fastjson2-fastjson2-2.0.16

Conversation

@dependabot
Copy link
Contributor

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

Bumps fastjson2 from 2.0.14 to 2.0.16.

Release notes

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies A dependency upgrade patch Patch version labels Oct 24, 2022
@auto-assign auto-assign bot requested a review from henry-hub October 24, 2022 23:29
@codecov
Copy link

codecov bot commented Oct 24, 2022

Codecov Report

Merging #244 (0e05f96) into main (ed16d42) will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff             @@
##                main      #244   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       182       182           
===========================================
  Files             26        26           
  Lines            380       380           
  Branches          20        20           
===========================================
  Hits             380       380           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@henry-hub henry-hub added this to the 1.0.15 milestone Oct 26, 2022
@henry-hub henry-hub enabled auto-merge (squash) October 26, 2022 08:03
@henry-hub henry-hub merged commit 3fba9a8 into main Oct 26, 2022
@henry-hub henry-hub deleted the dependabot/gradle/com.alibaba.fastjson2-fastjson2-2.0.16 branch October 26, 2022 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies A dependency upgrade patch Patch version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant