Skip to content
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

Bump fastjson2 from 2.0.32 to 2.0.33 #12423

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 29, 2023

Bumps fastjson2 from 2.0.32 to 2.0.33.

Release notes

Sourced from fastjson2'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)

Bumps [fastjson2](https://github.com/alibaba/fastjson2) from 2.0.32 to 2.0.33.
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](alibaba/fastjson2@2.0.32...2.0.33)

---
updated-dependencies:
- dependency-name: com.alibaba.fastjson2:fastjson2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type/dependencies Pull requests that update a dependency file label May 29, 2023
@sonarcloud
Copy link

sonarcloud bot commented May 29, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codecov-commenter
Copy link

Codecov Report

Merging #12423 (ed2857c) into 3.2 (b1612b9) will decrease coverage by 2.35%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##                3.2   #12423      +/-   ##
============================================
- Coverage     69.30%   66.95%   -2.35%     
  Complexity        2        2              
============================================
  Files          1613     1747     +134     
  Lines         66512    69739    +3227     
  Branches       9755    10020     +265     
============================================
+ Hits          46094    46697     +603     
- Misses        15964    18537    +2573     
- Partials       4454     4505      +51     

see 160 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@CrazyHZM CrazyHZM merged commit ed3a017 into 3.2 Jun 1, 2023
26 checks passed
@dependabot dependabot bot deleted the dependabot/maven/com.alibaba.fastjson2-fastjson2-2.0.33 branch June 1, 2023 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants