SonicCloudOrg / sonic-driver-core

🎉The Sonic UIAutomation Driver Core. Sonic UI自动化Driver核心。
https://soniccloudorg.github.io/
Apache License 2.0
149 stars 65 forks source link

build(deps): bump fastjson from 2.0.27 to 2.0.28 #75

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps fastjson from 2.0.27 to 2.0.28.

Release notes

Sourced from fastjson's releases.

fastjson 2.0.28发布

这又是一个Bug修复功能增强版本,大家按需升级。最近非常多用户从fastjson 1.1.x升级到2.0.x,升级后获得性能显著提升,dubbo用户使用fastjson2二进制格式JSONB的用户也越来越多,这次的发布也修复了一些相关的问题。

Maven中央仓库的统计数据显示,2023年4月份fastjson2下载量为45万。 image

Issues

  1. 修复某些场景spring-doc接口文档无法显示的问题 #387
  2. 修复日期格式反序列化自动识别yyyyMMddHHmmss格式和fastjson 1.x不一致的问题 #1326
  3. 修复对Hutool库Dict类型序列化结果不对的问题 #1337 #1338
  4. 修复JSONWriter.Feature.BrowserCompatible在Map Key中不生效的问题 #1350
  5. 修复List类型反序列化报错的问题 #1351
  6. 修复Map类型反序列化输入为空字符串报错的问题 #1356
  7. 修复枚举类型字段缺省输出不是name的问题 #1355
  8. 修复int类型输入超大数字越界时不报错的问题 #1357
  9. 修复JSONSchema校验字符串类型的枚举和常量不起作用的问题 #1367
  10. 修复JSONB在某些场景处理autoType报错的问题 #1366
  11. JSONPath支持"A.B[?(@.C==null)]"这样的过滤条件 #1369
  12. 修复配置NameFilter后writeNull结果不对的问题 #1348
  13. 增强日期格式的自动识别 #1325
  14. 增强对CSV的支持 https://github.com/alibaba/fastjson2/blob/main/docs/csv_cn.md

MAVEN依赖配置

<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.28</version>
</dependency>
  • 1.x 兼容版本
<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>fastjson</artifactId>
    <version>2.0.28</version>
</dependency>
  • Spring 5 extension配置
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2-extension-spring5</artifactId>
    <version>2.0.28</version>
</dependency>
  • Spring 6 extension配置

... (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)