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

   Bumps [com.alibaba:fastjson](https://github.com/alibaba/fastjson2) from 
2.0.51 to 2.0.52.
   <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.52发布</h2>
   <p>这又是一个月度例行发布的BUG FIX版本版本,大家按需升级。</p>
   <h2>Issues</h2>
   <ol>
   <li>修复属性为Collections.emptyList时出现的UnsupportedOperationException异常问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/1835";>#1835</a> <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2691";>#2691</a></li>
   <li>完善枚举属性setter方法匹配逻辑 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2680";>#2680</a></li>
   <li>完善JSONPath的set方法跳过null <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2656";>#2656</a></li>
   
<li>修复<code>@JSONType</code>同时指定WriteClassName与NotWriteRootClassName依然输出根类名问题 
<a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2662";>#2662</a></li>
   
<li>修复ObjectReaderImplList与ObjectReaderImplMapTyped的createInstance出现的类型转换异常问题 
<a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2665";>#2665</a></li>
   <li>完善引用支持<code>@</code>符号 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2671";>#2671</a></li>
   <li>调整最大EXP至2047,以支持更大数据 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2672";>#2672</a></li>
   <li>完善FieldReader对Object属性的支持 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2673";>#2673</a></li>
   <li>修复带有Filter时出现的序列化冒号缺失问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2678";>#2678</a></li>
   <li>调整ObjectReaderImplEnum数值读取判断逻辑为JSONReader.toInt方法 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2682";>#2682</a></li>
   <li>完善TypeUtils.cast方法对枚举的支持 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2726";>#2726</a> <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2688";>#2688</a></li>
   <li>完善Fastjson1对Map的兼容性 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2693";>#2693</a></li>
   <li>修复List属性时在指定ReferenceDetection序列化名称缺失问题 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2712";>#2712</a></li>
   <li>新增支持dd-MM-yyyy HH:mm:ss日期格式 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2757";>#2757</a></li>
   <li>完善readNumber0方法对后缀B,S或L的小数读取支持 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2768";>#2768</a></li>
   <li>修复<code>@JSONField</code>对boolean属性支持 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2795";>#2795</a></li>
   <li>完善JSONWriter.getPath对Map类型的支持 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2590";>#2590</a></li>
   <li>完善getInteger, getBigInteger与getBigDecimal对boolean类型的支持 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2745";>#2745</a> <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2746";>#2746</a></li>
   <li>新增parseObject(String text, Type type, JSONReader.Context context)方法 <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2774";>#2774</a></li>
   <li>JSONType新增支持RootName和arrayToMap配置 <a 
href="https://github.com/alibaba/fastjson2/wiki/array_to_map_cn";>https://github.com/alibaba/fastjson2/wiki/array_to_map_cn</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.52&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.52.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.52.android8&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/8bb6e3a2ab33a4238da34face01b5ec839c805b0";><code>8bb6e3a</code></a>
 2.0.52 release</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/336e80982f458af8427645f111e4e9aa316ee87f";><code>336e809</code></a>
 fix boolean field annotation not work, for issue <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2795";>#2795</a></li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/73be9427a3960f10a4e5d15a5236dcd52e6962cf";><code>73be942</code></a>
 fix <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2797";>#2797</a> <a 
href="https://redirect.github.com/alibaba/fastjson2/issues/2722";>#2722</a> 
模块化使用报错</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/b4fba6f4f59767c13bde2d0cae6aa4acfff025a8";><code>b4fba6f</code></a>
 feat benchmark results for 2.0.52</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/ae855da959fce41b1af4d08743bc76b2561412a6";><code>ae855da</code></a>
 unused imports</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/72fae1753f2a4a01bf7121dfc21e817b39184f33";><code>72fae17</code></a>
 getLong support boolean</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/4f9d9995841d5e283fdf05e1d56b0287a3ef514e";><code>4f9d999</code></a>
 bug fix for none-asm deserialize FieldReaderList</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/44d118cfa5cf12abce6318e8c328e94112016a5e";><code>44d118c</code></a>
 Bump cn.hutool:hutool-all from 5.8.28 to 5.8.29</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/a0a198e402d0e533b7d0068eb0e96e3a1ad80c44";><code>a0a198e</code></a>
 Bump org.junit:junit-bom from 5.10.2 to 5.10.3</li>
   <li><a 
href="https://github.com/alibaba/fastjson2/commit/be2aa25fc7300d8030b3397f590c326dcea10819";><code>be2aa25</code></a>
 Bump com.fasterxml.jackson:jackson-bom from 2.17.1 to 2.17.2</li>
   <li>Additional commits viewable in <a 
href="https://github.com/alibaba/fastjson2/compare/2.0.51...2.0.52";>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.51&new-version=2.0.52)](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