Skip to content

Bump com.alibaba:fastjson from 2.0.43 to 2.0.44#12591

Merged
oscerd merged 1 commit intomainfrom
dependabot/maven/com.alibaba-fastjson-2.0.44
Dec 24, 2023
Merged

Bump com.alibaba:fastjson from 2.0.43 to 2.0.44#12591
oscerd merged 1 commit intomainfrom
dependabot/maven/com.alibaba-fastjson-2.0.44

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 24, 2023

Bumps com.alibaba:fastjson from 2.0.43 to 2.0.44.

Release notes

Sourced from com.alibaba:fastjson's releases.

fastjson 2.0.44发布

这又是例行的BUG修复小版本,大家按需升级。

Issues

  1. 反序列化跳过非String Key的报错 #2102
  2. 兼容fastjson 1.x new Date格式 #2086
  3. 修复缺省序列化springboot ResolvableType类型StackOverflowError的问题 #2103
  4. 修复序列化BigDecimal某些场景下会报ArrayIndexOutOfBoundsException的问题 #2076
  5. 修复某些场景反序列化解析引用不成功的问题 #2072
  6. 修复List字段的@​JSONField#format不起作用的问题 #2073
  7. 修复Kotlin数据类is开头非boolean类型字段序列化丢失的问题 #2069

MAVEN依赖配置

<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.44</version>
</dependency>
  • android4兼容版本
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.44.android4</version>
</dependency>
  • 1.x 兼容版本
<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>fastjson</artifactId>
    <version>2.0.44</version>
</dependency>
  • Spring 5 extension配置
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2-extension-spring5</artifactId>
    <version>2.0.44</version>
</dependency>
  • Spring 6 extension配置
</tr></table> 

... (truncated)

Commits
  • 10a7053 2.0.44 release
  • 721a0bd update benchmark
  • 9bb2fb7 improved fastjson 1.x compatible, for issue #2086
  • a9e0ec6 improved kotlin support, for issue #2069
  • e7f6244 Merge remote-tracking branch 'origin/main'
  • df6f605 improved LocalDateTime format support, for issue #2093
  • 0db6d98 fix FieldReader features missing
  • 4710721 add testcase for issue #2105
  • e22bb25 support serialize ResolvableType, for issue #2103
  • f7b21c8 serialize ignores add 'org.mockito.internal.creation.bytebuddy.MockMethodInte...
  • 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:fastjson](https://github.com/alibaba/fastjson2) from 2.0.43 to 2.0.44.
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](alibaba/fastjson2@2.0.43...2.0.44)

---
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 dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 24, 2023
@github-actions
Copy link
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟

🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run

  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot.

  • You can label PRs using build-all, build-dependents, skip-tests and test-dependents to fine-tune the checks executed by this PR.

  • Build and test logs are available in the Summary page. Only Apache Camel committers have access to the summary.

  • ⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@oscerd
Copy link
Contributor

oscerd commented Dec 24, 2023

/component-test fastjson

Result ❌ The tests failed please check the logs

@github-actions
Copy link
Contributor

🤖 The Apache Camel test robot will run the tests for you 👍

@oscerd
Copy link
Contributor

oscerd commented Dec 24, 2023

/component-test fastjson

Result ✅ The tests passed successfully

@github-actions
Copy link
Contributor

🤖 The Apache Camel test robot will run the tests for you 👍

@oscerd oscerd merged commit 0f42b29 into main Dec 24, 2023
@dependabot dependabot bot deleted the dependabot/maven/com.alibaba-fastjson-2.0.44 branch December 24, 2023 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

camel-4 core-build-and-dependencies dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant