Thanks to visit codestin.com
Credit goes to github.com

Skip to content

build(deps): bump com.alibaba.fastjson2:fastjson2 from 2.0.27 to 2.0.28#405

Merged
henry-hub merged 1 commit intomainfrom
dependabot/gradle/com.alibaba.fastjson2-fastjson2-2.0.28
Apr 18, 2023
Merged

build(deps): bump com.alibaba.fastjson2:fastjson2 from 2.0.27 to 2.0.28#405
henry-hub merged 1 commit intomainfrom
dependabot/gradle/com.alibaba.fastjson2-fastjson2-2.0.28

Conversation

@dependabot
Copy link
Contributor

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

Bumps com.alibaba.fastjson2:fastjson2 from 2.0.27 to 2.0.28.

Release notes

Sourced from com.alibaba.fastjson2:fastjson2'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)

@dependabot dependabot bot added dependencies A dependency upgrade java Pull requests that update Java code patch Patch version labels Apr 17, 2023
@auto-assign auto-assign bot requested a review from henry-hub April 17, 2023 23:59
@codecov
Copy link

codecov bot commented Apr 18, 2023

Codecov Report

Merging #405 (f8c6be8) into main (1a01716) will not change coverage.
The diff coverage is n/a.

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

@@             Coverage Diff             @@
##                main      #405   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       153       153           
===========================================
  Files             23        23           
  Lines            302       302           
  Branches          12        12           
===========================================
  Hits             302       302           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/com.alibaba.fastjson2-fastjson2-2.0.28 branch from f8c6be8 to eeb14ae Compare April 18, 2023 10:40
@henry-hub henry-hub added this to the 1.1.3 milestone Apr 18, 2023
@henry-hub henry-hub enabled auto-merge (squash) April 18, 2023 10:43
@henry-hub henry-hub merged commit b179b77 into main Apr 18, 2023
@henry-hub henry-hub deleted the dependabot/gradle/com.alibaba.fastjson2-fastjson2-2.0.28 branch April 18, 2023 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies A dependency upgrade java Pull requests that update Java code patch Patch version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant