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.29 to 2.0.33 #84

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps fastjson from 2.0.29 to 2.0.33.

Release notes

Sourced from fastjson's releases.

fastjson 2.0.33版本发布

这又是一个Bug修复功能增强版本,大家按需升级。

最近使用FASTJSON 2的用户快速增长,这次的发布是应用户要求发布,也修复了一些相关的问题。

FASTJSON 2从2022年4月19日开源到现在已经满一年,FASTJSON 2已经被非常多的用户采用,取得非常好的成绩,如下:

GITHUB STAR 2.7k GITHUB user repos 4.1k Maven中央仓库4月份下载量43万

Issues

  1. 针对JIT FreqInlineSize 325优化代码提升性能
  2. 修复JSONB格式反序列化Collections$UnmodifiableSet某些场景抛异常的问题 #1509
  3. 增加对JSONP的支持 #1493 #1507
  4. 修复JDK8下对日期格式化yyyy-MM-dd序列化结果会丢失分隔符信息的问题 #1497 #1502
  5. JSONPath支持getParent和endsWithFilter接口 #1469
  6. 增强对非字符串Key的支持 #1487
  7. 修复BigDecimal scale为负数时序列化报错的问题 #1494
  8. seeAlso支持non-string typeKey #1488
  9. AutoTypeFilter的缺省名单增加javax.validation.NoProviderFoundException #1485
  10. 修复kotlin下反序列化超过32个字段是报错的问题 #1490 #1491
  11. 修复toJavaObject某些场景不支持Enum的问题 #1500
  12. 修复SafeMode之后类型丢失的问题 #1503
  13. 修复反序列化Duration类型报错的问题 #1499
  14. 支持通过@​JSONField来配置同名Setter方法的优先级 #1506
  15. 增强对Android的支持

MAVEN依赖配置

<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.33</version>
</dependency>
  • 1.x 兼容版本
<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>fastjson</artifactId>
    <version>2.0.33</version>
</dependency>
  • Spring 5 extension配置
<dependency>
</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)