jiangjingming / springboot-study

maven多模块化,springboot项目,基础各种微服务、搜索引擎
229 stars 84 forks source link

Bump fastjson from 1.1.35 to 1.2.25 #9

Closed dependabot[bot] closed 5 years ago

dependabot[bot] commented 5 years ago

Bumps fastjson from 1.1.35 to 1.2.25.

Release notes *Sourced from [fastjson's releases](https://github.com/alibaba/fastjson/releases).* > ## fastjson 1.2.54版本发布 修复JSONObject.readObject安全检测误报问题 > 这又是一个功能修复的版本。主要是修复JSONObject.readObject安全检测误报问题。 > > # Issues > 1. 修复JSONObject.readObject安全检测误报错误的问题 > 2. 修复TypeUtils.getClass处理泛型不当的问题 > 3. BrowserCompatible支持BigInteger类型 > 4. 修复JSONPath.extract不支持$的问题 > > # 相关链接 > * 下载 http://repo1.maven.org/maven2/com/alibaba/fastjson/1.2.54/ > * 文档 https://github.com/alibaba/fastjson/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98 > * 源码 https://github.com/alibaba/fastjson/tree/1.2.54 > 开源中国2018年度最受欢迎开源软件评选 https://www.oschina.net/project/top_cn_2018 > > ## fastjson-1.2.24版本发布 > # Issues > 1. JDK8 ZonedDateTime反序列化报错的 [#980](https://github-redirect.dependabot.com/alibaba/fastjson/issues/980) > 2. 新增加retrofit2内置支持 [#956](https://github-redirect.dependabot.com/alibaba/fastjson/issues/956) https://github.com/alibaba/fastjson/wiki/Retrofit2Support > 3. 内置支持guava的Multimap [#992](https://github-redirect.dependabot.com/alibaba/fastjson/issues/992) > 4. 支持在接口上配置[@​JSONType](https://github.com/JSONType)(serializeUsing) [#989](https://github-redirect.dependabot.com/alibaba/fastjson/issues/989) > 5. 修复JSONPath.set在未初始化成员变量时报错的问题 [#995](https://github-redirect.dependabot.com/alibaba/fastjson/issues/995) > 6. JSONField.format配置支持float/double类型 [#971](https://github-redirect.dependabot.com/alibaba/fastjson/issues/971) > 7. Enum类型支持配置[@​JSONField](https://github.com/JSONField)(serializeUsing > 8. 修复JSON.toJSON方法format不起作用的问题 > 9. 新增Enum定制序列化 [#985](https://github-redirect.dependabot.com/alibaba/fastjson/issues/985) https://github.com/alibaba/fastjson/wiki/enum_custom_serialization > 10. 使用fnv64 hash算法提升enum类型的反序列化性能 > > # 相关链接 > - 下载 http://repo1.maven.org/maven2/com/alibaba/fastjson/1.2.24/ > - 文档 https://github.com/alibaba/fastjson/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98 > - 源码 https://github.com/alibaba/fastjson/tree/1.2.24 > > ## fastjson-1.2.23版本发布 > 这又是一个Bug Fixed的小版本。 > > # Bug Fixed & 功能增强 > 1. 修复对JDK 8 LocalDateTime格式化支持的问题 [#952](https://github-redirect.dependabot.com/alibaba/fastjson/issues/952) [#948](https://github-redirect.dependabot.com/alibaba/fastjson/issues/948) [#942](https://github-redirect.dependabot.com/alibaba/fastjson/issues/942) > 2. 修复SerializerFeature.SkipTransientField对java.beans.Transient注解不起作用的问题 [#944](https://github-redirect.dependabot.com/alibaba/fastjson/issues/944) > 3. 修复true/false后面紧跟注释字符串会报错的问题 [#939](https://github-redirect.dependabot.com/alibaba/fastjson/issues/939) > 4. 修复JDK 8 default setter method的问题 [#947](https://github-redirect.dependabot.com/alibaba/fastjson/issues/947) > 5. JSONArray新增加toJavaList方法 [#922](https://github-redirect.dependabot.com/alibaba/fastjson/issues/922) > 6. 修复某些场景下循环引用parse不正确的问题 > 7. 修复多级继承的某些场景下泛型解析不正确的问题 > 8. 修复JSON.toJSON方法不能识别buildMethod的问题 > > # 相关链接 > > * 下载 http://repo1.maven.org/maven2/com/alibaba/fastjson/1.2.23/ > * 文档 https://github.com/alibaba/fastjson/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98 > ... (truncated)
Commits - [`2539927`](https://github.com/alibaba/fastjson/commit/2539927daab640bd89fe287ab7251d311e5e0836) 1.2.25 - [`12a74b5`](https://github.com/alibaba/fastjson/commit/12a74b58e8208a8c714f107c2367761cda42ba50) 1.2.25.internal.v9 - [`03f7c06`](https://github.com/alibaba/fastjson/commit/03f7c06efd079e37a491291ec12afcb8bcc06c1e) restore ThreadLocalCache for compatible. - [`3d6a803`](https://github.com/alibaba/fastjson/commit/3d6a80376ffa2a5d3c4ebb01a28612f66f125b3f) 1.2.25.internal.v6 - [`d52085e`](https://github.com/alibaba/fastjson/commit/d52085ef54b32dfd963186e583cbcdfff5d101b5) bug fixed for autoType support. - [`b05ad72`](https://github.com/alibaba/fastjson/commit/b05ad727c9b395f89785bf8069974e11384d0825) change JSONScanner default buf size to 16k. - [`1bb4f09`](https://github.com/alibaba/fastjson/commit/1bb4f09e29ffa0aa8aef7e038ffb295045559b8a) bug fixed for JSONScanner. issue [#1001](https://github-redirect.dependabot.com/alibaba/fastjson/issues/1001) - [`f5903fa`](https://github.com/alibaba/fastjson/commit/f5903fa56497c00ed0703ac875b511f9bd5f1d8e) Merge pull request [#1008](https://github-redirect.dependabot.com/alibaba/fastjson/issues/1008) from wuwen5/fixed#1005 - [`e099de7`](https://github.com/alibaba/fastjson/commit/e099de773d7138c0c2de8fbf3712a68cf32140fc) 1.2.25-SNAPSHOT - [`d4b2938`](https://github.com/alibaba/fastjson/commit/d4b2938fad18a84a4548e3777ce00527d5021932) 1.2.25-SNAPSHOT - Additional commits viewable in [compare view](https://github.com/alibaba/fastjson/compare/1.1.35...1.2.25)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/jiangjingming/springboot-study/network/alerts).
dependabot[bot] commented 5 years ago

Superseded by #10.

jiangjingming commented 5 years ago

ok