WriteThemFirst / approvals-java

Approval testing library for Java. Alleviates the burden of hand-writing assertions.
GNU General Public License v3.0
8 stars 4 forks source link

⬆️ Bump fastjson from 2.0.13 to 2.0.23 #218

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps fastjson from 2.0.13 to 2.0.23.

Release notes

Sourced from fastjson's releases.

fastjson 2.0.23版本发布

这又是一个BUG FIX功能增强版本,大家根据需要升级。

Issues

  1. 修复通过JSONType指定FieldBased某些场景下导致空指针的问题 #1054
  2. 修复某些场景toJavaObject会导致内存溢出的问题 #1047
  3. 修复2.0.22引入的泛型参数为BigDecimal时序列化异常的问题 #1049
  4. 修复JSON.toJSONString(object, filter, ...features)存在filter时features不生效 #1030
  5. 修复JSON.parseArray某些场景处理非法输入不报错的问题 #1058
  6. 增强对JSONPath.remove的支持 #1059
  7. 增掐对日期格式不匹配场景的支持 #1060 #1067
  8. 修复输入类型不匹配的支持 #1061
  9. 增加LocalDateTime格式自动识别格式yyyyMMddHHmmssSSS #1065
  10. 增加none-string key Map类型对autotype的支持 #1069
  11. 修复JSONPath在[*]嵌套语法extract某些场景结果不对的问题 #1070
  12. 修复offset不为0时处理注释不对的问题 #1073

MAVEN依赖配置

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

... (truncated)

Commits
  • 61bb3fe 2.0.23 release
  • 7711ed4 fix parser line comment, for issue #1073
  • 739e9c2 fix jsonpath extract '*', for issue #1070
  • d4e04d7 fix jsonpath extract error, for issue #1070
  • 2192758 Map<Integer, XXX> support autoType, for issue #1069
  • 2721816 date deserialize support smartMatch
  • 0c56c24 improved date codec
  • 31c859f LocalDateTime deserialize support yyyyMMddHHmmssSSS
  • 8700934 feat(extension): add spring messaging support for spring 6.x
  • 20ea46c feat(extension): add spring data support for spring 6.x
  • 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 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[bot] commented 1 year ago

Superseded by #224.