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 com.alibaba.fastjson2:fastjson2 from 2.0.47 to 2.0.48 #13989

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2024

Bumps com.alibaba.fastjson2:fastjson2 from 2.0.47 to 2.0.48.

Release notes

Sourced from com.alibaba.fastjson2:fastjson2's releases.

fastjson 2.0.48发布

这又是一个性能优化 & Bug Fixed的版本,这个版本中,JSON.toJSONString和JSONB.toByte和JSONB.parseObject的性能有提升。

Issues

  1. 修复JSONType注解指定自定义序列化无效的问题 #2269
  2. 序列化OOM时ErrorMessage提示配置Feature.LargeObject #2331
  3. 修复使用JSONB解析带format的Timestamp类会报错的问题 #2332
  4. 修复JSONWriter.Feature.BrowserCompatible在BigDecimal带小数的大数不生效的问题 #2283
  5. 新增JSONReader.Feature.NonErrorOnNumberOverflow,数值溢出时不报错 #2305
  6. 修复Set类型反序列化报错的问题 #2302
  7. 修复Fastjson1 带 $ref 的数据在 fastjson2 无法正确反序列化的问题 #2296
  8. 增强对LocalTime日期反序列化多种格式的识别 #2310
  9. 修复LocalDateTime类型Locale不生效的问题
  10. 新增JSONWriter.Feature.SortMapEntriesByKeys,用于签名场景排序 #2318
  11. 反序列化float/double类型支持输入NaN #2309 #2300
  12. 修复枚举类型自定义反序列化类型参数为空的问题 #2329
  13. 修增JSONReader.Feature.EmptyStringAsNull,可以将空字符串转换为null #2317
  14. 修复Spring6版的FastJsonHttpMessageConverter存在问题,导致请求头不返回Content-Length #2284
  15. 修复定制序列化时属性值如果是子类会失效 #2286
  16. 修复JSONObject类型不支持输入转以后的String类型输入(兼容) #2334
  17. 修复配置JSONField(jsonDirect=true)时报错的问题 #2347
  18. 修复SupportSmartMatch全局配置无效的问题 #2349
  19. 修复泛型Class反序列化报错的问题 #2356
  20. 修复ObjectReaderCreator.createFieldReader偶发ConcurrentModificationException的问题 #2358
  21. 修复JSONField配置JSONReader.Feature.FieldBased 无效的问题 #2350
  22. 支持关闭解析Gson Annotation的开关 #2346

MAVEN依赖配置

<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.48</version>
</dependency>
  • android5针对优化版本 这个版本和android4兼容版本基本一致,只是使用了java.nio.charset.StandardCharsets,后续将会不再升级android4兼容版本。
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.48.android5</version>
</dependency>
  • android8针对优化版本 这个版本支持java.time和Optional
<dependency>
</tr></table> 

... (truncated)

Commits
  • d0313b4 2.0.48 release
  • 1d91050 fix testcase
  • 1e65fd0 fix ObjectReaderCreator createObjectReader for Class<T>
  • f55184d fix writeWithFilter with SortMapEntriesByKeys
  • 53c25d9 fix readList<String> skipNull
  • 534063d improved LocalTime deserialize, for issue #2310
  • ea2a032 update projects using
  • ff8cb68 Bump org.apache.flink:flink-json from 1.18.1 to 1.19.0
  • d569f8c Bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.0 to 3.7.1
  • 4f0ca3d Bump net.minidev:json-smart from 2.5.0 to 2.5.1
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [com.alibaba.fastjson2:fastjson2](https://github.com/alibaba/fastjson2) from 2.0.47 to 2.0.48.
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](alibaba/fastjson2@2.0.47...2.0.48)

---
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 dependencies Pull requests that update a dependency file label Mar 25, 2024
Copy link

sonarcloud bot commented Mar 25, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.42%. Comparing base (164aebf) to head (e72de56).

Additional details and impacted files
@@            Coverage Diff             @@
##              3.2   #13989      +/-   ##
==========================================
- Coverage   70.43%   70.42%   -0.02%     
==========================================
  Files        1607     1607              
  Lines       70075    70075              
  Branches    10100    10100              
==========================================
- Hits        49358    49349       -9     
- Misses      16082    16087       +5     
- Partials     4635     4639       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@AlbumenJ AlbumenJ merged commit d7d46e6 into 3.2 Mar 26, 2024
36 of 37 checks passed
@dependabot dependabot bot deleted the dependabot/maven/com.alibaba.fastjson2-fastjson2-2.0.48 branch March 26, 2024 11:06
Will-well pushed a commit to Will-well/dubbo that referenced this pull request Apr 9, 2024
)

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

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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