Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 27, 2022

Bumps fastjson from 1.2.76 to 2.0.8.

Release notes

Sourced from fastjson's releases.

fastjson 2.0.8发布

1. FASTJSON 2.0介绍

FASTJSON v2FASTJSON项目的重要升级,目标是为下一个十年提供一个高性能的JSON库。通过同一套API

2. FASTJSON 2.0.8版本 介绍

经过很多用户在生产环境验证,2.0.8完全生产可用。对fastjson 1.x也有很好的兼容性,如果不想改代码的同学,可以尝试直接使用2.0.8的兼容包升级,兼容包是计划长期维护的,如果发现问题提issue反馈。

Issues

  1. 修改LocalDateTime的缺省序列化格式为"yyyy-MM-dd HH:mm:ss",LocalDate的缺省序列化格式为"yyyy-MM-dd",LocalTime的缺省序列化格式为"HH:mm:ss",没有特定需求时,不需要做配置定制序列化。 #463 #459
  2. Date对象反序列化支持输入空字符串识别为null #467 #504 #493
  3. 修复某些场景日期类型配置JSONField.format无效的问题 #468 #495
  4. 兼容包支持ParserConfig配置propertyNamingStrategy #505
  5. 修复TypeReference传入参数无法正确解析的问题 #501 #474
  6. 修复BigDecimal类型反序列化输入科学计数法数值结果不对的问题 #492
  7. 兼容包支持Feature. UseNativeJavaObject #488
  8. 修复JSONPath在多层嵌套读取结果不对的问题 #487
  9. 修复兼容包JSON.parseObject不支持输入空置的问题 #482
  10. 修复mongo GeoJsonPoint类型的支持 bug #483
  11. 修复JSONPath设置多层节点不存在时不生效的问题 #476
  12. JSONArray保留toJSONString方法,方便升级,提升兼容性
  13. JSON.parseObject方法支持InputStream和Reader输入 #103
  14. 修复JSONPath对"$"结果返回不对的问题
  15. 修复JSONWriter.Feature.IgnoreNoneSerializable对rootObject不生效的问题 #477
  16. 新增支持ContextNameFilter/ContextValueFilter #484
  17. 修复对象数组类型字段反序列化报错的问题 #464
  18. 修复PropertyFilter导致输出Null的问题 #471

3. MAVEN依赖配置

<dependency>
	<groupId>com.alibaba.fastjson2</groupId>
	<artifactId>fastjson2</artifactId>
	<version>2.0.8</version>
</dependency>
  • GraalVM版本
<dependency>
	<groupId>com.alibaba.fastjson2</groupId>
</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.76 to 2.0.8.
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](https://github.com/alibaba/fastjson2/commits/2.0.8)

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

dependabot bot commented on behalf of github Jul 11, 2022

Superseded by #38.

@dependabot dependabot bot closed this Jul 11, 2022
@dependabot dependabot bot deleted the dependabot/maven/com.alibaba-fastjson-2.0.8 branch July 11, 2022 12: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.

0 participants