WangJie0822 / Cashbook

记账本
Apache License 2.0
57 stars 9 forks source link

build(deps): bump alibaba-fastjson2 from 2.0.45 to 2.0.46 #40

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps alibaba-fastjson2 from 2.0.45 to 2.0.46. Updates com.alibaba.fastjson2:fastjson2 from 2.0.45 to 2.0.46

Release notes

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

fastjson 2.0.46发布

这又是一个BUG FIX版本,大家按需升级。这个版本在android 4 ~ android 33上性能有了非常大的提升。

Issues

  1. 修复JSONB反序列化skip不存在int类型字段某些场景报错的问题 #1257
  2. 修复JSONB反序列化自定义异常类的List类型变量赋值为null时报错的问题 #2181
  3. 修复反序列化某些场景不兼容fastjson 1.x "new Date(millis)"的格式 #2087
  4. 修复jdk module功能启用后package重复的问题 #2176
  5. 修复某些场景下序列化数组类型不正确的问题 #2175
  6. 修复toJSON不能识别循环引用的问题 #2187
  7. 修复JSONPath exists函数不支持多级表达式的问题 #2190
  8. 修复反序列化double结束为\r\n等转义时报错的问题 #2164
  9. 修复不兼容日期格式yyyy-MM-dd hh:mm:ss的问 #2199
  10. 修复不兼容日期格式yyyy-MM-dd'T'HH:mm:ssXXX的问题#2206
  11. 修复当 Double 字段为 null时。开启 WriteNullNumberAsZero 和 WriteLongAsString,会变成 "0"的问题 #2211
  12. 修复不兼容jackson的Annotation JsonDeserialize#contentUsing的问题 #2217
  13. 修复List字段JSONField#deserializeUsing不起作用的问题 #2213
  14. 修复java.sql.Struct类型序列化报错的问题 #2205
  15. 修复某些场景引用检测不起作用的问题 #2180
  16. 修复JSONWriter.Feature.BrowserCompatible 导致 LocalDateTime 类型Map Key未按预期格式进行格式化处理 #2183
  17. 修复序列化不会忽略InputStream类型字段的问题 #2202

MAVEN依赖配置

<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.46</version>
</dependency>
  • android4兼容版本
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.46.android4</version>
</dependency>
  • android5兼容版本 这个版本和android4兼容版本基本一致,只是使用了java.nio.charset.StandardCharsets,后续将会不再升级android4兼容版本。
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.46.android5</version>
</dependency>

... (truncated)

Commits


Updates com.alibaba.fastjson2:fastjson2-kotlin from 2.0.45 to 2.0.46

Release notes

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

fastjson 2.0.46发布

这又是一个BUG FIX版本,大家按需升级。这个版本在android 4 ~ android 33上性能有了非常大的提升。

Issues

  1. 修复JSONB反序列化skip不存在int类型字段某些场景报错的问题 #1257
  2. 修复JSONB反序列化自定义异常类的List类型变量赋值为null时报错的问题 #2181
  3. 修复反序列化某些场景不兼容fastjson 1.x "new Date(millis)"的格式 #2087
  4. 修复jdk module功能启用后package重复的问题 #2176
  5. 修复某些场景下序列化数组类型不正确的问题 #2175
  6. 修复toJSON不能识别循环引用的问题 #2187
  7. 修复JSONPath exists函数不支持多级表达式的问题 #2190
  8. 修复反序列化double结束为\r\n等转义时报错的问题 #2164
  9. 修复不兼容日期格式yyyy-MM-dd hh:mm:ss的问 #2199
  10. 修复不兼容日期格式yyyy-MM-dd'T'HH:mm:ssXXX的问题#2206
  11. 修复当 Double 字段为 null时。开启 WriteNullNumberAsZero 和 WriteLongAsString,会变成 "0"的问题 #2211
  12. 修复不兼容jackson的Annotation JsonDeserialize#contentUsing的问题 #2217
  13. 修复List字段JSONField#deserializeUsing不起作用的问题 #2213
  14. 修复java.sql.Struct类型序列化报错的问题 #2205
  15. 修复某些场景引用检测不起作用的问题 #2180
  16. 修复JSONWriter.Feature.BrowserCompatible 导致 LocalDateTime 类型Map Key未按预期格式进行格式化处理 #2183
  17. 修复序列化不会忽略InputStream类型字段的问题 #2202

MAVEN依赖配置

<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.46</version>
</dependency>
  • android4兼容版本
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.46.android4</version>
</dependency>
  • android5兼容版本 这个版本和android4兼容版本基本一致,只是使用了java.nio.charset.StandardCharsets,后续将会不再升级android4兼容版本。
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.46.android5</version>
</dependency>

... (truncated)

Commits


Updates com.alibaba.fastjson2:fastjson2-extension from 2.0.45 to 2.0.46

Release notes

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

fastjson 2.0.46发布

这又是一个BUG FIX版本,大家按需升级。这个版本在android 4 ~ android 33上性能有了非常大的提升。

Issues

  1. 修复JSONB反序列化skip不存在int类型字段某些场景报错的问题 #1257
  2. 修复JSONB反序列化自定义异常类的List类型变量赋值为null时报错的问题 #2181
  3. 修复反序列化某些场景不兼容fastjson 1.x "new Date(millis)"的格式 #2087
  4. 修复jdk module功能启用后package重复的问题 #2176
  5. 修复某些场景下序列化数组类型不正确的问题 #2175
  6. 修复toJSON不能识别循环引用的问题 #2187
  7. 修复JSONPath exists函数不支持多级表达式的问题 #2190
  8. 修复反序列化double结束为\r\n等转义时报错的问题 #2164
  9. 修复不兼容日期格式yyyy-MM-dd hh:mm:ss的问 #2199
  10. 修复不兼容日期格式yyyy-MM-dd'T'HH:mm:ssXXX的问题#2206
  11. 修复当 Double 字段为 null时。开启 WriteNullNumberAsZero 和 WriteLongAsString,会变成 "0"的问题 #2211
  12. 修复不兼容jackson的Annotation JsonDeserialize#contentUsing的问题 #2217
  13. 修复List字段JSONField#deserializeUsing不起作用的问题 #2213
  14. 修复java.sql.Struct类型序列化报错的问题 #2205
  15. 修复某些场景引用检测不起作用的问题 #2180
  16. 修复JSONWriter.Feature.BrowserCompatible 导致 LocalDateTime 类型Map Key未按预期格式进行格式化处理 #2183
  17. 修复序列化不会忽略InputStream类型字段的问题 #2202

MAVEN依赖配置

<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.46</version>
</dependency>
  • android4兼容版本
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.46.android4</version>
</dependency>
  • android5兼容版本 这个版本和android4兼容版本基本一致,只是使用了java.nio.charset.StandardCharsets,后续将会不再升级android4兼容版本。
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.46.android5</version>
</dependency>

... (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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 7 months ago

The following labels could not be found: version update.