Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

build(deps): bump fastjson from 2.0.24 to 2.0.28 #249

Merged
merged 1 commit into from
Apr 21, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2023

Bumps fastjson from 2.0.24 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)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 17, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #249 (1de813b) into master (52a2817) will increase coverage by 0.31%.
The diff coverage is 97.48%.

❗ Current head 1de813b differs from pull request most recent head d68c8a1. Consider uploading reports for the commit d68c8a1 to get more accurate results

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #249      +/-   ##
============================================
+ Coverage     96.77%   97.09%   +0.31%     
- Complexity      180      316     +136     
============================================
  Files            17       22       +5     
  Lines           683     1137     +454     
  Branches         41       73      +32     
============================================
+ Hits            661     1104     +443     
- Misses           16       21       +5     
- Partials          6       12       +6     
Impacted Files Coverage Δ
...n/zalopay/benchmark/core/channel/DoneObserver.java 100.00% <ø> (ø)
.../benchmark/core/grpc/DynamicMessageMarshaller.java 100.00% <ø> (ø)
...lopay/benchmark/core/protobuf/ServiceResolver.java 87.50% <85.71%> (-1.79%) ⬇️
...zalopay/benchmark/core/protobuf/ProtocInvoker.java 94.77% <92.59%> (-1.86%) ⬇️
...n/java/vn/zalopay/benchmark/core/ClientCaller.java 94.96% <95.91%> (+0.52%) ⬆️
...lopay/benchmark/core/config/GrpcRequestConfig.java 96.15% <96.15%> (ø)
...main/java/vn/zalopay/benchmark/GRPCSamplerGui.java 98.64% <98.18%> (-1.36%) ⬇️
...rc/main/java/vn/zalopay/benchmark/GRPCSampler.java 100.00% <100.00%> (ø)
...alopay/benchmark/constant/GrpcSamplerConstant.java 100.00% <100.00%> (ø)
...ain/java/vn/zalopay/benchmark/core/ClientList.java 96.29% <100.00%> (+3.43%) ⬆️
... and 11 more

@anhldbk anhldbk merged commit 22954ca into master Apr 21, 2023
@dependabot dependabot bot deleted the dependabot/maven/com.alibaba-fastjson-2.0.28 branch April 21, 2023 10:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants