xihan123 / QDReadHook

起点阅读自定义增强 Xp 模块,愿大家都有一个愉快的看书体验
GNU General Public License v3.0
783 stars 48 forks source link

fix(deps): update dependency com.alibaba.fastjson2:fastjson2-kotlin to v2.0.42 - autoclosed #164

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.alibaba.fastjson2:fastjson2-kotlin 2.0.41 -> 2.0.42 age adoption passing confidence

Release Notes

alibaba/fastjson2 (com.alibaba.fastjson2:fastjson2-kotlin) ### [`v2.0.42`](https://togithub.com/alibaba/fastjson2/releases/tag/2.0.42): fastjson 2.0.42发布 [Compare Source](https://togithub.com/alibaba/fastjson2/compare/2.0.41...2.0.42) 这又是例行的BUG修复小版本,大家按需升级。 ### Issues 1. 修复JSONB协议反序列化读取java.time类型的NULL值报错的问题 [#​1855](https://togithub.com/alibaba/fastjson2/issues/1855) 2. 反序列化增加JSONReader.Feature.ErrorOnUnknownProperties,支持当输入非预期字段时报错 [#​1944](https://togithub.com/alibaba/fastjson2/issues/1944) 3. 修复使用兼容包的JSONPath.set不兼容的问题 [#​1922](https://togithub.com/alibaba/fastjson2/issues/1922) 4. 修复反序列化超过256位小数时报错的问题,缺省支持2048位小数 [#​1919](https://togithub.com/alibaba/fastjson2/issues/1919) 5. 修复序列化时List类型字段配置JSONField.serializeUsing无效的问题 [#​1948](https://togithub.com/alibaba/fastjson2/issues/1948) 6. 修复序列化时List类型字段配置JSONField.serializeFeatures WriteClassName无效的问题 [#​1947](https://togithub.com/alibaba/fastjson2/issues/1947) 7. 修复序列化时WriteNullNumberAsZero和WriteLongAsString组合不生效的问题 [#​1893](https://togithub.com/alibaba/fastjson2/issues/1893) 8. 修复JSONPath在连续数组访问时空值报错的问题 [#​1965](https://togithub.com/alibaba/fastjson2/issues/1965) 9. 修复不支持多行注释的问题 [#​1954](https://togithub.com/alibaba/fastjson2/issues/1954) 10. 修复输入对象类型输入空数组"\[]"报错的问题(兼容)[#​1971](https://togithub.com/alibaba/fastjson2/issues/1971) 11. 修复处理JacksonAnnotation的问题 [#​1985](https://togithub.com/alibaba/fastjson2/issues/1985) 12. 修复LocalDate类型反序列化输入'Z'后缀格式UTC时区结果不对的问题 [#​1993](https://togithub.com/alibaba/fastjson2/issues/1993) ### MAVEN依赖配置 ```xml com.alibaba.fastjson2 fastjson2 2.0.42 ``` - android4兼容版本 ```xml com.alibaba.fastjson2 fastjson2 2.0.42.android4 ``` - 1.x 兼容版本 ```xml com.alibaba fastjson 2.0.42 ``` - Spring 5 extension配置 ```xml com.alibaba.fastjson2 fastjson2-extension-spring5 2.0.42 ``` - Spring 6 extension配置 ```xml com.alibaba.fastjson2 fastjson2-extension-spring6 2.0.42 ``` ### 相关链接 - FASTJSON 1.x用户升级指南 https://github.com/alibaba/fastjson2/wiki/fastjson\_1\_upgrade_cn - 相关issues https://github.com/alibaba/fastjson2/milestone/42 - 代码tag https://github.com/alibaba/fastjson2/tree/2.0.42 - Maven下载 https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.42/ - Android4兼容版本 https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.42.android4/ - 1.x兼容版本 https://repo1.maven.org/maven2/com/alibaba/fastjson/2.0.42/ - 性能测试报告 https://github.com/alibaba/fastjson2/blob/main/docs/benchmark/benchmark\_2.0.42.md

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.