Skip to content

Bump fastjson from 2.0.18 to 2.0.19 #129

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
Nov 14, 2022

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 14, 2022

Bumps fastjson from 2.0.18 to 2.0.19.

Release notes

Sourced from fastjson's releases.

fastjson 2.0.19版本发布,BUG修复增强兼容

这又是一个BUG修复增强fastjson 1.x的兼容版本。这个版本通过和阿里内部生产环境和fastjson 1.2.68版本做兼容比对,很大程度提升了对fastjson 1.x的兼容。

Issues

  1. 修复了多个和fastjson 1.x不兼容的问题
  2. 修复12个字段时JSONObject.toJavaObject方法会丢失字段的问题 #900
  3. 修复不支持IBM J9 JDK11的问题 #888
  4. JSONPath增加对contains函数的支持
  5. 增强对ValueFilter的支持 #906
  6. 增加JSONObject/JSONArray#getDate方法对非法输入的校验 #912
  7. 修复不支持Oracle CLOB类型序列化的问题 #920
  8. 反序列化增加对JDK9 ImmutableCollections的支持 #913 #917
  9. 修复JSONObject#toJavaObject方法不支持Feature.SupportClassForName #914
  10. 修复不支持Jackson ObjectNode类型序列化的问题 #921
  11. 修复大写单字母字段序列化大小写不对的问题 #924

MAVEN依赖配置

<dependency>
	<groupId>com.alibaba.fastjson2</groupId>
	<artifactId>fastjson2</artifactId>
	<version>2.0.19</version>
</dependency>
  • GraalVM版本
<dependency>
	<groupId>com.alibaba.fastjson2</groupId>
	<artifactId>fastjson2</artifactId>
	<version>2.0.19.graal</version>
</dependency>
  • Android版本
<dependency>
	<groupId>com.alibaba.fastjson2</groupId>
	<artifactId>fastjson2</artifactId>
	<version>2.0.19.android</version>
</dependency>
  • 1.x 兼容版本
<dependency>
	<groupId>com.alibaba</groupId>
	<artifactId>fastjson</artifactId>
</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 2.0.18 to 2.0.19.
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](alibaba/fastjson2@2.0.18...2.0.19)

---
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 Nov 14, 2022
@lars-sh lars-sh merged commit 1e9618c into master Nov 14, 2022
@lars-sh lars-sh deleted the dependabot/maven/com.alibaba-fastjson-2.0.19 branch November 14, 2022 18: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.

1 participant