Skip to content

Bump fastjson from 1.2.76 to 2.0.11#55

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 8, 2022

Copy link
Copy Markdown
Contributor

Bumps fastjson from 1.2.76 to 2.0.11.

Release notes

Sourced from fastjson's releases.

fastjson 2.0.11发布,Bug修复提升性能

这个版本进一步提升了将JSON parse为JSONObject性能,提升Float/Double类型的反序列化性能。

Issues

  1. 修复LocalTime & LocalDateTime 类型配置JSONField.format 不生效的问题 #604 #591
  2. 修复首字母大写getter/setter方法在field上的JSONField Annotation不起作用的问题 #638
  3. 支持JDK 9的java.util.ImmutableCollections类型的序列化和反序列化 #640
  4. 修复apache commons3 Pair序列化格式和fastjson 1.x不兼容的问题 #608
  5. 修复Map类型输入null报错的问题 #605
  6. 修复某些场景序列化比fastjson1慢的问题 #609
  7. prettyFormat场景序列化none-String Key Map格式不正确问题 #582
  8. 提升BigDecimal/Float/Double类型的反序列化性能 #602
  9. 修复自定义ObjectReader的deserialze方法参数type传入空值的问题 #594
  10. 支持Field/Method类型方法的序列化和反序列化 #597
  11. 修复lombok boolean类型使用is前缀字段名fieldBased场景会多出属性的问题 #599
  12. 修复Kotlin下某些场景会忽略Boolean类型属性的问题 #587
  13. 修复JDK 9 JPMS启用时报错的问题 #581
  14. 提升将JSON parse为JSONObject性能 #580

MAVEN依赖配置

<dependency>
	<groupId>com.alibaba.fastjson2</groupId>
	<artifactId>fastjson2</artifactId>
	<version>2.0.11</version>
</dependency>
  • GraalVM版本
<dependency>
	<groupId>com.alibaba.fastjson2</groupId>
	<artifactId>fastjson2</artifactId>
	<version>2.0.11.graal</version>
</dependency>
  • Android版本
<dependency>
	<groupId>com.alibaba.fastjson2</groupId>
	<artifactId>fastjson2</artifactId>
	<version>2.0.11.android</version>
</dependency>
  • 1.x 兼容版本

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

---
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 Aug 8, 2022
@dependabot @github

dependabot Bot commented on behalf of github Aug 22, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #60.

@dependabot dependabot Bot closed this Aug 22, 2022
@dependabot dependabot Bot deleted the dependabot/maven/com.alibaba-fastjson-2.0.11 branch August 22, 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