dependabot[bot] opened a new pull request, #15741: URL: https://github.com/apache/dubbo/pull/15741
Bumps [com.alibaba.fastjson2:fastjson2](https://github.com/alibaba/fastjson2) from 2.0.56 to 2.0.60. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/alibaba/fastjson2/releases">com.alibaba.fastjson2:fastjson2's releases</a>.</em></p> <blockquote> <h2>fastjson 2.0.60发布</h2> <p>这又是一个定期维护的功能增强BUG FIX版本,大家按需升级。</p> <h1>Issues</h1> <ol> <li>修复dubbo使用时报错not support none-Serializable的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/3499">#3499</a></li> <li>修复dubbo使用时字段带缺省值是序列化丢失字段的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/3765">#3765</a> <a href="https://redirect.github.com/alibaba/fastjson2/issues/3842">#3842</a></li> <li>增加JSONObject.getIntValue方法处理默认值 <a href="https://redirect.github.com/alibaba/fastjson2/issues/3772">#3772</a></li> <li>JSONArray.getJSONObject行为保持和JSONObject一样 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2989">#2989</a></li> <li>修复JSONField(deserialize = false)在public字段不生效的问题</li> <li>增强日期格式反序列化支持 <a href="https://redirect.github.com/alibaba/fastjson2/issues/3102">#3102</a></li> <li>补充fastjson2-extension-jaxrs-jakarta的发版 <a href="https://redirect.github.com/alibaba/fastjson2/issues/3767">#3767</a></li> <li>修复枚举使用<code>@ JsonProperties</code>之后结果错误的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/3799">#3799</a></li> <li>修复某些场景反序列化<code>java.util.Collections#EMPTY_LIST</code>报错的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/3828">#3828</a></li> <li>修复JSONPath.eval(jsonString, path)和fastjson 1.x某些场景不兼容的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/3825">#3825</a></li> <li>反序列化时增加Feature.DisableStringArrayUnwrapping <a href="https://redirect.github.com/alibaba/fastjson2/issues/3757">#3757</a></li> <li>修复codegen的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/3836">#3836</a> <a href="https://redirect.github.com/alibaba/fastjson2/issues/3833">#3833</a></li> </ol> <h1>MAVEN依赖配置</h1> <pre lang="xml"><code><dependency> <groupId>com.alibaba.fastjson2</groupId> <artifactId>fastjson2</artifactId> <version>2.0.60</version> </dependency> </code></pre> <ul> <li>android5针对优化版本</li> </ul> <pre lang="xml"><code><dependency> <groupId>com.alibaba.fastjson2</groupId> <artifactId>fastjson2</artifactId> <version>2.0.60.android5</version> </dependency> </code></pre> <ul> <li>android8针对优化版本 这个版本支持java.time和Optional</li> </ul> <pre lang="xml"><code><dependency> <groupId>com.alibaba.fastjson2</groupId> <artifactId>fastjson2</artifactId> <version>2.0.60.android8</version> </dependency> </code></pre> <ul> <li>1.x 兼容版本</li> </ul> <pre lang="xml"><code><dependency> <groupId>com.alibaba</groupId> </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/alibaba/fastjson2/commit/489a370af4e5bb0e99c0cdf83e3fab20af8e530c"><code>489a370</code></a> 2.0.60 release</li> <li><a href="https://github.com/alibaba/fastjson2/commit/cf80f3b8adec59de4e4d789a52870200914034e8"><code>cf80f3b</code></a> add benchmark</li> <li><a href="https://github.com/alibaba/fastjson2/commit/eaafea171315f998504271bba092fab3e560b771"><code>eaafea1</code></a> fix(codegen): Avoid double call of readFieldName for Map deserialization, for...</li> <li><a href="https://github.com/alibaba/fastjson2/commit/deb7abcc7e45565bf0d8f537cee64e3681aec9bb"><code>deb7abc</code></a> fix(Codegen): Delay writing string field name until after null check, for iss...</li> <li><a href="https://github.com/alibaba/fastjson2/commit/40ef87a34402336799ccbcd6cec396d4d954125d"><code>40ef87a</code></a> fix NotWriteDefaultValue, for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/3842">#3842</a></li> <li><a href="https://github.com/alibaba/fastjson2/commit/7c502c18f2156613e493e9b2a9bc1bb4f5e2fc8f"><code>7c502c1</code></a> bug fix JSONBArrayMapping write</li> <li><a href="https://github.com/alibaba/fastjson2/commit/0e7ef923b5cc6797b50fd70f1e6d1bbf69432467"><code>0e7ef92</code></a> <a href="https://redirect.github.com/alibaba/fastjson2/issues/3830">#3830</a> 当对象字段是复杂对象且值为空时WriteNulls导致空指针 (<a href="https://redirect.github.com/alibaba/fastjson2/issues/3832">#3832</a>)</li> <li><a href="https://github.com/alibaba/fastjson2/commit/b95a1b3f410c86c724c77127bfe790eb607ff922"><code>b95a1b3</code></a> add feature DisableStringArrayUnwrapping</li> <li><a href="https://github.com/alibaba/fastjson2/commit/93d229cde2f1e64a4b518638bf373780895820b6"><code>93d229c</code></a> Rename UnwrapStringArray feature to DisableStringArrayUnwrapping for clarity</li> <li><a href="https://github.com/alibaba/fastjson2/commit/c4c6d39f0f0b5cdd60aa64f27f10e583c836b665"><code>c4c6d39</code></a> fix issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/3828">#3828</a></li> <li>Additional commits viewable in <a href="https://github.com/alibaba/fastjson2/compare/2.0.56...2.0.60">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
