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

build(deps): bump fastjson from 2.0.48 to 2.0.49 #681

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2024

Powered by Pull Request Badge

Bumps fastjson from 2.0.48 to 2.0.49.
Updates com.alibaba.fastjson2:fastjson2 from 2.0.48 to 2.0.49

Release notes

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

fastjson 2.0.49发布

这又是一个例行月度更新的BUG FIX版本,大家按需升级。

1. Issues

  1. 增强对JSONPath语法的支持 #2401 #2405
  2. 增强对Jackson Annotation的支持 #2399
  3. 增强JSONB反序列化对日期类型的不匹配类型时的处理 #2408
  4. 修复JSONB反序列化某些场景会丢失字段的问题 #2411
  5. 修复JSONType#serializeFeatures配置WriteNonStringValueAsString 不生效的问题 #2431
  6. 修复Map.Entry类型序列化WriteNonStringValueAsString不生效的问题 #2431
  7. 修复序列化ReentrantLock序列化异常的问题 #2437
  8. 修复2.0.48引入的序列化在数据较大时报writeName8Raw方法数据越界异常的问题 #2433 #2419 #2429
  9. 修复反序列化空EnumSet报错的问题 #2423
  10. 提供Redission Codec #2420 具体使用看文档
  11. 修复长度为14 key某些场景会导致数据丢失的问题 #2409
  12. 修复GraalVM报错的问题 #2406
  13. 修复kotlin jdk 21.0.2 情况下JSONWriter.Feature.WriteEnumsUsingName不生效的问题 #2276
  14. 修复反序列化如果多个Key的hashCode相同时反序列化会字段丢失的问题 #2411
  15. 修复SimplePropertyPreFilter和fastjson 1.x不兼容的问题 #2384
  16. 修复反序列化不支持hutool Tree的问题 #2375
  17. 修复autoTypeFilter在某些场景不起作用的问题 #2367
  18. 修复parseArray方法不能正确处理引用的问题 #2348
  19. 修复android5版本对longValueExtract方法的兼容问题
  20. 修复JSONType配置FieldBased不起作用的问题 #2371

2. MAVEN依赖配置

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

... (truncated)

Commits

Updates com.alibaba.fastjson2:fastjson2-extension from 2.0.48 to 2.0.49

Release notes

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

fastjson 2.0.49发布

这又是一个例行月度更新的BUG FIX版本,大家按需升级。

1. Issues

  1. 增强对JSONPath语法的支持 #2401 #2405
  2. 增强对Jackson Annotation的支持 #2399
  3. 增强JSONB反序列化对日期类型的不匹配类型时的处理 #2408
  4. 修复JSONB反序列化某些场景会丢失字段的问题 #2411
  5. 修复JSONType#serializeFeatures配置WriteNonStringValueAsString 不生效的问题 #2431
  6. 修复Map.Entry类型序列化WriteNonStringValueAsString不生效的问题 #2431
  7. 修复序列化ReentrantLock序列化异常的问题 #2437
  8. 修复2.0.48引入的序列化在数据较大时报writeName8Raw方法数据越界异常的问题 #2433 #2419 #2429
  9. 修复反序列化空EnumSet报错的问题 #2423
  10. 提供Redission Codec #2420 具体使用看文档
  11. 修复长度为14 key某些场景会导致数据丢失的问题 #2409
  12. 修复GraalVM报错的问题 #2406
  13. 修复kotlin jdk 21.0.2 情况下JSONWriter.Feature.WriteEnumsUsingName不生效的问题 #2276
  14. 修复反序列化如果多个Key的hashCode相同时反序列化会字段丢失的问题 #2411
  15. 修复SimplePropertyPreFilter和fastjson 1.x不兼容的问题 #2384
  16. 修复反序列化不支持hutool Tree的问题 #2375
  17. 修复autoTypeFilter在某些场景不起作用的问题 #2367
  18. 修复parseArray方法不能正确处理引用的问题 #2348
  19. 修复android5版本对longValueExtract方法的兼容问题
  20. 修复JSONType配置FieldBased不起作用的问题 #2371

2. MAVEN依赖配置

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

... (truncated)

Commits

Updates com.alibaba.fastjson2:fastjson2-extension-spring6 from 2.0.48 to 2.0.49

Release notes

Sourced from com.alibaba.fastjson2:fastjson2-extension-spring6's releases.

fastjson 2.0.49发布

这又是一个例行月度更新的BUG FIX版本,大家按需升级。

1. Issues

  1. 增强对JSONPath语法的支持 #2401 #2405
  2. 增强对Jackson Annotation的支持 #2399
  3. 增强JSONB反序列化对日期类型的不匹配类型时的处理 #2408
  4. 修复JSONB反序列化某些场景会丢失字段的问题 #2411
  5. 修复JSONType#serializeFeatures配置WriteNonStringValueAsString 不生效的问题 #2431
  6. 修复Map.Entry类型序列化WriteNonStringValueAsString不生效的问题 #2431
  7. 修复序列化ReentrantLock序列化异常的问题 #2437
  8. 修复2.0.48引入的序列化在数据较大时报writeName8Raw方法数据越界异常的问题 #2433 #2419 #2429
  9. 修复反序列化空EnumSet报错的问题 #2423
  10. 提供Redission Codec #2420 具体使用看文档
  11. 修复长度为14 key某些场景会导致数据丢失的问题 #2409
  12. 修复GraalVM报错的问题 #2406
  13. 修复kotlin jdk 21.0.2 情况下JSONWriter.Feature.WriteEnumsUsingName不生效的问题 #2276
  14. 修复反序列化如果多个Key的hashCode相同时反序列化会字段丢失的问题 #2411
  15. 修复SimplePropertyPreFilter和fastjson 1.x不兼容的问题 #2384
  16. 修复反序列化不支持hutool Tree的问题 #2375
  17. 修复autoTypeFilter在某些场景不起作用的问题 #2367
  18. 修复parseArray方法不能正确处理引用的问题 #2348
  19. 修复android5版本对longValueExtract方法的兼容问题
  20. 修复JSONType配置FieldBased不起作用的问题 #2371

2. MAVEN依赖配置

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

... (truncated)

Commits

Updates com.alibaba.fastjson2:fastjson2-kotlin from 2.0.48 to 2.0.49

Release notes

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

fastjson 2.0.49发布

这又是一个例行月度更新的BUG FIX版本,大家按需升级。

1. Issues

  1. 增强对JSONPath语法的支持 #2401 #2405
  2. 增强对Jackson Annotation的支持 #2399
  3. 增强JSONB反序列化对日期类型的不匹配类型时的处理 #2408
  4. 修复JSONB反序列化某些场景会丢失字段的问题 #2411
  5. 修复JSONType#serializeFeatures配置WriteNonStringValueAsString 不生效的问题 #2431
  6. 修复Map.Entry类型序列化WriteNonStringValueAsString不生效的问题 #2431
  7. 修复序列化ReentrantLock序列化异常的问题 #2437
  8. 修复2.0.48引入的序列化在数据较大时报writeName8Raw方法数据越界异常的问题 #2433 #2419 #2429
  9. 修复反序列化空EnumSet报错的问题 #2423
  10. 提供Redission Codec #2420 具体使用看文档
  11. 修复长度为14 key某些场景会导致数据丢失的问题 #2409
  12. 修复GraalVM报错的问题 #2406
  13. 修复kotlin jdk 21.0.2 情况下JSONWriter.Feature.WriteEnumsUsingName不生效的问题 #2276
  14. 修复反序列化如果多个Key的hashCode相同时反序列化会字段丢失的问题 #2411
  15. 修复SimplePropertyPreFilter和fastjson 1.x不兼容的问题 #2384
  16. 修复反序列化不支持hutool Tree的问题 #2375
  17. 修复autoTypeFilter在某些场景不起作用的问题 #2367
  18. 修复parseArray方法不能正确处理引用的问题 #2348
  19. 修复android5版本对longValueExtract方法的兼容问题
  20. 修复JSONType配置FieldBased不起作用的问题 #2371

2. MAVEN依赖配置

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

... (truncated)

Commits

Updates com.alibaba:fastjson from 2.0.48 to 2.0.49

Release notes

Sourced from com.alibaba:fastjson's releases.

fastjson 2.0.49发布

这又是一个例行月度更新的BUG FIX版本,大家按需升级。

1. Issues

  1. 增强对JSONPath语法的支持 #2401 #2405
  2. 增强对Jackson Annotation的支持 #2399
  3. 增强JSONB反序列化对日期类型的不匹配类型时的处理 #2408
  4. 修复JSONB反序列化某些场景会丢失字段的问题 #2411
  5. 修复JSONType#serializeFeatures配置WriteNonStringValueAsString 不生效的问题 #2431
  6. 修复Map.Entry类型序列化WriteNonStringValueAsString不生效的问题 #2431
  7. 修复序列化ReentrantLock序列化异常的问题 #2437
  8. 修复2.0.48引入的序列化在数据较大时报writeName8Raw方法数据越界异常的问题 #2433 #2419 #2429
  9. 修复反序列化空EnumSet报错的问题 #2423
  10. 提供Redission Codec #2420 具体使用看文档
  11. 修复长度为14 key某些场景会导致数据丢失的问题 #2409
  12. 修复GraalVM报错的问题 #2406
  13. 修复kotlin jdk 21.0.2 情况下JSONWriter.Feature.WriteEnumsUsingName不生效的问题 #2276
  14. 修复反序列化如果多个Key的hashCode相同时反序列化会字段丢失的问题 #2411
  15. 修复SimplePropertyPreFilter和fastjson 1.x不兼容的问题 #2384
  16. 修复反序列化不支持hutool Tree的问题 #2375
  17. 修复autoTypeFilter在某些场景不起作用的问题 #2367
  18. 修复parseArray方法不能正确处理引用的问题 #2348
  19. 修复android5版本对longValueExtract方法的兼容问题
  20. 修复JSONType配置FieldBased不起作用的问题 #2371

2. MAVEN依赖配置

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

... (truncated)

Commits

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 `fastjson` from 2.0.48 to 2.0.49.

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

Updates `com.alibaba.fastjson2:fastjson2-extension` from 2.0.48 to 2.0.49
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](alibaba/fastjson2@2.0.48...2.0.49)

Updates `com.alibaba.fastjson2:fastjson2-extension-spring6` from 2.0.48 to 2.0.49
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](alibaba/fastjson2@2.0.48...2.0.49)

Updates `com.alibaba.fastjson2:fastjson2-kotlin` from 2.0.48 to 2.0.49
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](alibaba/fastjson2@2.0.48...2.0.49)

Updates `com.alibaba:fastjson` from 2.0.48 to 2.0.49
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](alibaba/fastjson2@2.0.48...2.0.49)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies A dependency upgrade java Pull requests that update Java code patch Patch version labels Apr 15, 2024
@ihub-bot ihub-bot bot added this to the 1.4.1 milestone Apr 15, 2024
@auto-assign auto-assign bot requested a review from henry-hub April 15, 2024 23:21
Copy link

sonarcloud bot commented Apr 15, 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

@henry-hub henry-hub merged commit 78c09f6 into main Apr 16, 2024
7 checks passed
@henry-hub henry-hub deleted the dependabot/gradle/fastjson-2.0.49 branch April 16, 2024 16:09
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