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

   Bumps [com.alibaba:fastjson](https://github.com/alibaba/fastjson2) from 
2.0.55 to 2.0.56.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/alibaba/fastjson2/releases";>com.alibaba:fastjson's 
releases</a>.</em></p>
   <blockquote>
   <h2>fastjson 2.0.56版本发布,性能进一步提升</h2>
   <p>这个版本进一步提升了性能,并且修复了2.0.54发布以来用户反馈的BUG。</p>
   <h1>Issues</h1>
   <ol>
   <li>修复JSONReaderJSONB未实现readArray方法的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3332";>#3332</a></li>
   <li>修复字符串中有<a 
href="https://github.com/type";><code>@​type</code></a>且位置不在json串开始位置时和fastjson 
1.x行为不一致的问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3284";>#3284</a></li>
   <li>新增加API支持JSON::configEnumAsJavaBean <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3286";>#3286</a></li>
   <li>增强对反序列化对单元素数组的支持,和fastjson 1.x行为一致 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3276";>#3276</a></li>
   <li>增强对kotlin的支持 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3288";>#3288</a></li>
   <li>增加对单引号boolean的支持 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3283";>#3283</a></li>
   <li>增加对enum上的Jackson JsonProperty配置的支持 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2804";>#2804</a></li>
   <li>增强对parseLong报错的信息 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2749";>#2749</a></li>
   <li>增加JSONReader.Feature.DisableReferenceDetect,并且自动识别不合法的reference path <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3347";>#3347</a></li>
   <li>新增加JSONField.contentAs配置,并且兼容Jackson JsonSerialize.contentAs <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3335";>#3335</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.56&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.56.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;groupId&gt;com.alibaba.fastjson2&lt;/groupId&gt;
       &lt;artifactId&gt;fastjson2&lt;/artifactId&gt;
       &lt;version&gt;2.0.56.android8&lt;/version&gt;
   &lt;/dependency&gt;
   </code></pre>
   <ul>
   <li>1.x 兼容版本</li>
   </ul>
   <pre lang="xml"><code>&lt;dependency&gt;
       &lt;groupId&gt;com.alibaba&lt;/groupId&gt;
       &lt;artifactId&gt;fastjson&lt;/artifactId&gt;
       &lt;version&gt;2.0.56&lt;/version&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/63a6854da94324fd37b002a5958dc3f7147cd1a0";><code>63a6854</code></a>
 2.0.56 release</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/67719808036127ef0036420b2d14605caf75b186";><code>6771980</code></a>
 add benchmark</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/3806502070084e0db1ebacb825b16774bec865ad";><code>3806502</code></a>
 fix reference for issue <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3347";>#3347</a></li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/f90115722ea57d47ba2462fa6869ccc83dde4e7d";><code>f901157</code></a>
 refactor(JSONReader): Modify ResolveTask to final class</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/a632e14b37cf01fa78202b0dbbbcc4a886140620";><code>a632e14</code></a>
 fix(JSONReader): Add reference detection disable flag</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/9a1141ba363c1891b0a5a2cf4ea9ea06885f5018";><code>9a1141b</code></a>
 add testcase for issue <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3344";>#3344</a></li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/bf09a303b36d5ec8ad61077fb0de82d0a400fa87";><code>bf09a30</code></a>
 buf fix</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/2bbcc86d14c16e408dab9381f988d475b5fba1df";><code>2bbcc86</code></a>
 Optim jsonb write array mapping (<a 
href="https://redirect.github.com/alibaba/fastjson2/issues/3346";>#3346</a>)</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/d8a110b6464939c602845c74d51461a6273a1803";><code>d8a110b</code></a>
 bug fix &amp; simplify putByte</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/2c59dd2861dd1880a9e98f2aaa0bbac03aadc0f4";><code>2c59dd2</code></a>
 refactor(NumberUtils, Scientific): Finalize fields and update multiplication 
...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/alibaba/fastjson2/compare/2.0.55...2.0.56";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.alibaba:fastjson&package-manager=maven&previous-version=2.0.55&new-version=2.0.56)](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: commits-unsubscr...@camel.apache.org

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

Reply via email to