dependabot[bot] opened a new pull request, #15610:
URL: https://github.com/apache/dubbo/pull/15610

   Bumps 
[com.alibaba.fastjson2:fastjson2](https://github.com/alibaba/fastjson2) from 
2.0.56 to 2.0.58.
   <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.58版本发布</h2>
   <p>这又是一个定期维护的功能增强BUG FIX版本,大家按需升级。</p>
   <ol>
   <li>修复序列化Enum子类结果不对的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3464";>#3464</a></li>
   <li>修复cglib代理对象序列化结果不对的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3445";>#3445</a></li>
   <li>修复graalvm native-image运行报错的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3274";>#3274</a> <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3108";>#3108</a> <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3587";>#3587</a></li>
   <li>支持LabelFilter,兼容fastjson 1.x <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2974";>#2974</a></li>
   <li>增强fastjson 1.x的兼容 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2850";>#2850</a></li>
   <li>支持jax-rs <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2490";>#2490</a></li>
   <li>修复android在 Unsafe报错的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2263";>#2263</a> <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3576";>#3576</a> <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3636";>#3636</a></li>
   <li>支持SkipTransientField,兼容fastjson 1.x <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3368";>#3368</a> <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3659";>#3659</a></li>
   <li>修复无法反序列化包含$ref的数组字符串的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3436";>#3436</a></li>
   <li>支持更多场景base64字符串反序列化 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3497";>#3497</a></li>
   <li>修复Dubbo 使用 Fastjson2.0.57 版本时提示 not support none-Serializable <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3499";>#3499</a></li>
   <li>修复基本类型在Feature.NotWriteDefaultValue下表现不一致 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3183";>#3183</a> <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3518";>#3518</a></li>
   <li>修复JSONObject.toJavaObject在final List字段时会导致重复元素的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2944";>#2944</a></li>
   <li>修复JSONPath.set在某些数组场景无法替换的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3375";>#3375</a></li>
   <li>修复JSONPath有些场景无法解析数组数据的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3331";>#3331</a></li>
   <li>修复某些场景空字符串无法被当成空值处理的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3537";>#3537</a></li>
   <li>修复某些场景Boolean类型反序列化结果不对的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3539";>#3539</a></li>
   <li>修复某些场景JSONObject::from结果丢失泛型信息的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3569";>#3569</a></li>
   <li>修复JSON解析数值时未区分0.0和-0.0的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3613";>#3613</a></li>
   <li>修复某些场景不抛出JSONException的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3610";>#3610</a></li>
   <li>新增加JSONWriter.Feature.WriterUtilDateAsMillis 方便fastjson 1.x用户迁移</li>
   <li>修复某些场景子类反序列化字段丢失的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3621";>#3621</a></li>
   <li>修复自定义List类型不支持自定义序列化的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3601";>#3601</a></li>
   <li>修复BigDecimal scale为负时序列化长度计算不对报越界的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3595";>#3595</a></li>
   <li>修复数组元素后面带有注释时反序列化失败 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3547";>#3547</a></li>
   <li>修复<code>@JSONField(defaultValue=&quot;&quot;) </code>和fastjson 
1.x不兼容的问题</li>
   <li>修复BigDecimal在前字段带多余空格时某些场景报错的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3665";>#3665</a></li>
   </ol>
   <h1>MAVEN依赖配置</h1>
   <pre lang="xml"><code>&lt;dependency&gt;
       &lt;groupId&gt;com.alibaba.fastjson2&lt;/groupId&gt;
       &lt;artifactId&gt;fastjson2&lt;/artifactId&gt;
       &lt;version&gt;2.0.58&lt;/version&gt;
   &lt;/dependency&gt;
   </code></pre>
   <ul>
   <li>android5针对优化版本</li>
   </ul>
   <pre lang="xml"><code>&lt;dependency&gt;
       &lt;groupId&gt;com.alibaba.fastjson2&lt;/groupId&gt;
       &lt;artifactId&gt;fastjson2&lt;/artifactId&gt;
       &lt;version&gt;2.0.58.android5&lt;/version&gt;
   &lt;/dependency&gt;
   &lt;/tr&gt;&lt;/table&gt; 
   </code></pre>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/da936e2546e0d3ec64ae376baafa446d8cfe9223";><code>da936e2</code></a>
 2.0.58 release</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/298ee2379f8dc414d50642dd4c89ebfb03937556";><code>298ee23</code></a>
 add benchmark</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/8c2b74619126d0b5582b4a312df58d37cbccf7e3";><code>8c2b746</code></a>
 bug fix &amp; add testcase</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/2d541046a4c1013f642a906fd75b8e4e87984cff";><code>2d54104</code></a>
 fix bug for issue <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3665";>#3665</a></li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/bc4378e4802cec311f30e31c1d7f2818fee3358d";><code>bc4378e</code></a>
 support not skipping transient field, for issue <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3659";>#3659</a> and 
<a href="https://redirect.github.com/alibaba/fastjson2/issues/3366";>#3366</a> 
(<a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3667";>#3667</a>)</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/569dd50ecfe93f805f80afd2e304440f089ca9ee";><code>569dd50</code></a>
 fix Solve the compatibility problem between fastjson1 and fastjson2 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3654";>#3654</a> (<a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3";>#3</a>...</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/09c40a694840bc0acd3af7f6399846343d5b8141";><code>09c40a6</code></a>
 fix: 3657 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3657";>#3657</a> (<a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3658";>#3658</a>)</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/7853cd7d73b953821535ace8b583835d8c40ec65";><code>7853cd7</code></a>
 add testcase for issue <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3666";>#3666</a></li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/337aaaaba30697445e15b9a9d50340c107483c09";><code>337aaaa</code></a>
 fix throw Exception, for issue <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3610";>#3610</a></li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/f17c3b56e6606fcd046bffb150fed6abd27de304";><code>f17c3b5</code></a>
 fix fastjson 1.x compatible, for issue <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3649";>#3649</a></li>
   <li>Additional commits viewable in <a 
href="https://github.com/alibaba/fastjson2/compare/2.0.56...2.0.58";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.alibaba.fastjson2:fastjson2&package-manager=maven&previous-version=2.0.56&new-version=2.0.58)](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]

Reply via email to