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

   Bumps 
[com.alibaba.fastjson2:fastjson2](https://github.com/alibaba/fastjson2) from 
2.0.48 to 2.0.51.
   <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.51发布</h2>
   <p>这又是一个例行发布的BUG FIX版本版本,修复最近一个月用户反馈的问题,大家按需升级。</p>
   <h1>Issues</h1>
   <ol>
   <li>修复2.0.50引入的当反序列化传入Filter时OOM的问题</li>
   <li>完善对kotlin的支持,修复某些场景反序列化kotilin.emptyList报错的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2392";>#2392</a></li>
   <li>完善对Jackson Annotation的支持 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2641";>#2641</a> <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2643";>#2643</a> <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2644";>#2644</a> <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2649";>#2649</a></li>
   <li>修复某些情况下WriteNullStringAsEmpty不生效的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2642";>#2642</a></li>
   <li>内置支持MongoDB Date类型 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2614";>#2614</a></li>
   <li>完善apt-codegen,支持生成Writer,支持graalvm native-image <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2622";>#2622</a> <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2575";>#2575</a> <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2576";>#2576</a></li>
   <li>修复toJavaObject方法二层嵌套对象不传递features的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2564";>#2564</a> <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2632";>#2632</a></li>
   <li>修复fastjson 1.x API的一些不兼容问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2565";>#2565</a> <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2529";>#2529</a> <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2578";>#2578</a> <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2584";>#2584</a> <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2585";>#2585</a> <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2593";>#2593</a> <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2598";>#2598</a> <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2640";>#2640</a> <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2639";>#2639</a></li>
   <li>修复JSONValidator.validate某些场景报错的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2566";>#2566</a></li>
   <li>修复反序列化Key为数值0或者负数时结果不对的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2570";>#2570</a></li>
   <li>修复JDK17下序列化对象字段包含Lock时报错的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2571";>#2571</a></li>
   <li>修复超大整数反序列化weiBigDecimal结果不对的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2582";>#2582</a></li>
   <li>修复反序列化EnumMap不支持autoType的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2583";>#2583</a></li>
   <li>修复开启autoType支持反序列化HashMap会包含<a 
href="https://github.com/type";><code>@​type</code></a>字段的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2581";>#2581</a> <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2623";>#2623</a></li>
   <li>修复FastJsonHttpMessageConverter配置dateFormat不生效的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2577";>#2577</a></li>
   <li>修复反序列化ConcurrentLinkedQueue存在引用时报错的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2602";>#2602</a></li>
   <li>修复某些场景autoType long反序列化的结果为Integer类型的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2608";>#2608</a></li>
   <li>修复某些场景反序列化AtomicLong报错的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2615";>#2615</a></li>
   <li>支持通过long features配置全局以及JSONReader.Context和JSONWriter.Context的feature <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2610";>#2610</a></li>
   <li>修复Map对象在Filter中获得的JSONWriter.getPath结果不对的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2590";>#2590</a></li>
   
<li>JSONReader.Feature新增UseBigIntegerForInts和UseLongForInts,支持将整数缺省反序列化为BigInteger或者Long。
 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2612";>#2612</a></li>
   <li>反序列化日期类型支持更多格式,包括JDK9以后默认的CLDR日期格式 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2635";>#2635</a></li>
   </ol>
   <h1>2. 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.51&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.51.android5&lt;/version&gt;
   &lt;/dependency&gt;
   </code></pre>
   <ul>
   <li>android8针对优化版本
   这个版本支持java.time和Optional</li>
   </ul>
   <pre lang="xml"><code>&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/fb3771a19a141349420d567ba00fd7236b5bbf55";><code>fb3771a</code></a>
 2.0.51 release</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/e05860493ecc0bb33776c3ac9b9e7bb8aff697c8";><code>e058604</code></a>
 fix testcase</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/7c1af582728c83485dffb0d92e76528e7f0c1e6a";><code>7c1af58</code></a>
 Bump org.redisson:redisson from 3.30.0 to 3.31.0</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/477df55874fbd4c58da65cc17ad832f68abdea5f";><code>477df55</code></a>
 Bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/333b2b3044015036d7da58b8edc3c65176f51ffb";><code>333b2b3</code></a>
 Bump cn.hutool:hutool-all from 5.8.26 to 5.8.28</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/237048d2562918011863299736fd67f3c264192b";><code>237048d</code></a>
 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/d50b6c8d53ac0d44bb34eda6672cae9f2da3a2a3";><code>d50b6c8</code></a>
 Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to 3.6.0</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/951dda6ba1bf0cb86d9973c79f70d4eeb2c5be5c";><code>951dda6</code></a>
 support jackson annotation JsonFormat#locale</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/6704cbd5c79dfb73a06471de19b83c5671711354";><code>6704cbd</code></a>
 remove com.alibaba.fastjson2.adapter.jackson</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/18622d0df38374bd633ae58d1cf7f6b549bc3cf1";><code>18622d0</code></a>
 support jackson annotation JsonFormat#shape</li>
   <li>Additional commits viewable in <a 
href="https://github.com/alibaba/fastjson2/compare/2.0.48...2.0.51";>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=gradle&previous-version=2.0.48&new-version=2.0.51)](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: dev-unsubscr...@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@eventmesh.apache.org
For additional commands, e-mail: dev-h...@eventmesh.apache.org

Reply via email to