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.33 to 2.0.34 #12566

Merged
merged 2 commits into from
Jun 28, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2023

Bumps fastjson2 from 2.0.33 to 2.0.34.

Release notes

Sourced from fastjson2's releases.

fastjson 2.0.34版本发布,增加对Android4的兼容

这又是一个Bug修复功能增强版本,大家按需升级。2.0.34版本有了进一步提升,性能测试报告看这里 https://github.com/alibaba/fastjson2/wiki/fastjson_benchmark

Issues

  1. 修复不兼容WriteClassName导致L后缀的问题 #1512
  2. 修复LinkedList对象反序列化结果类型不对的问题 #1520
  3. 修复报错信息不对的问题 #1533
  4. 增强toJavaObject的支持,支持字符串转List #1517
  5. 修复contextClassLoader为空时导致空指针异常的问题 #1534
  6. 修复WriteNoneStringValueAsString选项对Number类型不起作用的问题 #1537
  7. 修复序列化打开PrettyFormat导致数据越界的问题 #1557
  8. 修复Float/Double在format之后序列哈NaN结果不为null的问题 #1562
  9. 修复JSONB.toJSONString当数据类型为TIMESTAMP时结果不对的问题 #1568
  10. 修复序列化不支持Iterable类型的问题 #1563
  11. 修复父类字段配置serialize=false导致子类同名字段不能序列化的问题 #1513
  12. 修复RecomputeFieldValue.FieldOffset编译告警问题 #1519
  13. 增强JSONPath支持多个条件的filter #1516
  14. 修复某些场景引用计算不起作用的问题 #1515 #1514
  15. 新增加JSONWriter.Feature.NotWriteNumberClassName #1510
  16. 修复kotlin.collections.EmptyList不能序列化的问题 #1540
  17. 修复序列化有循环引用对象报OOM的问题 #1545 #1544
  18. 增强对Enum反序列化的支持 #1578
  19. 新增对android 4兼容的版本 2.0.34.1.android

MAVEN依赖配置

<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.34</version>
</dependency>
  • android4兼容版本
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.34.1.android</version>
</dependency>
  • 1.x 兼容版本
<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>fastjson</artifactId>
    <version>2.0.34</version>
</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.33 to 2.0.34.
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](alibaba/fastjson2@2.0.33...2.0.34)

---
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 Jun 19, 2023
@sonarqubecloud
Copy link

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 #12566 (ac94ee8) into 3.2 (f81c3f3) will increase coverage by 2.53%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##                3.2   #12566      +/-   ##
============================================
+ Coverage     66.69%   69.22%   +2.53%     
  Complexity        2        2              
============================================
  Files          1772     1637     -135     
  Lines         70987    67549    -3438     
  Branches      10177     9908     -269     
============================================
- Hits          47346    46762     -584     
+ Misses        19061    16259    -2802     
+ Partials       4580     4528      -52     

see 173 files with indirect coverage changes

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

@AlbumenJ AlbumenJ merged commit 1d74057 into 3.2 Jun 28, 2023
@dependabot dependabot bot deleted the dependabot/maven/com.alibaba.fastjson2-fastjson2-2.0.34 branch June 28, 2023 11:55
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.

2 participants