dependabot[bot] opened a new pull request, #21351: URL: https://github.com/apache/camel/pull/21351
Bumps [com.alibaba:fastjson](https://github.com/alibaba/fastjson2) from 2.0.60 to 2.0.61. <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.61版本发布</h2> <h1>FASTJSON 2.0.61 Release Notes</h1> <p><strong>Release Date:</strong> 07 Feb 2026 <strong>Tag:</strong> 2.0.61 (170f71f)</p> <h2>Overview</h2> <p>This is a regularly scheduled maintenance release with feature enhancements, performance improvements, and bug fixes. Users should upgrade as needed.</p> <h2>Changes & Bug Fixes</h2> <ol> <li>Fixed issue where Jackson's <code>@JsonProperty</code> on methods was being ignored in record types <a href="https://redirect.github.com/alibaba/fastjson2/issues/3893">#3893</a></li> <li>Fixed multiple <code>ArrayIndexOutOfBoundsException</code> issues in <code>JSONReaderUTF8</code>, <code>JSONReaderASCII</code>, and <code>JSONReader</code> <a href="https://redirect.github.com/alibaba/fastjson2/issues/3883">#3883</a></li> <li>Improved performance when parsing JSON with numerous escape characters <a href="https://redirect.github.com/alibaba/fastjson2/issues/3889">#3889</a></li> <li>Fixed conflict where global Date writer overrides <code>@JSONField</code> format <a href="https://redirect.github.com/alibaba/fastjson2/issues/3864">#3864</a></li> <li>Fixed <code>TypeUtils.castToTimestamp</code> compatibility issues when upgrading from 1.2.83 <a href="https://redirect.github.com/alibaba/fastjson2/issues/3906">#3906</a> <a href="https://redirect.github.com/alibaba/fastjson2/issues/3907">#3907</a></li> <li>Added support for serializing non-finite numbers (NaN, Infinity) as strings <a href="https://redirect.github.com/alibaba/fastjson2/issues/3911">#3911</a></li> <li>Added default value support for <code>getString</code> and other <code>getXXX</code> methods <a href="https://redirect.github.com/alibaba/fastjson2/issues/3880">#3880</a></li> <li>Fixed double quotes issue in <code>TypeUtils.cast</code> with Long global converter <a href="https://redirect.github.com/alibaba/fastjson2/issues/3932">#3932</a></li> <li>Added Java 8 <code>TimeModule</code> support including improved <code>YearMonth</code> support <a href="https://redirect.github.com/alibaba/fastjson2/issues/3934">#3934</a> <a href="https://redirect.github.com/alibaba/fastjson2/issues/3935">#3935</a></li> <li>Fixed scientific notation floating point deserialization errors <a href="https://redirect.github.com/alibaba/fastjson2/issues/3917">#3917</a> <a href="https://redirect.github.com/alibaba/fastjson2/issues/3939">#3939</a> <a href="https://redirect.github.com/alibaba/fastjson2/issues/3955">#3955</a></li> <li>Added serialization support for <code>org.w3c.dom.Node</code> <a href="https://redirect.github.com/alibaba/fastjson2/issues/3960">#3960</a></li> <li>Fixed exception when parsing object keys with emoji and escape characters <a href="https://redirect.github.com/alibaba/fastjson2/issues/3928">#3928</a></li> <li>Fixed generic type inference for <code>List</code> subclasses during deserialization <a href="https://redirect.github.com/alibaba/fastjson2/issues/3926">#3926</a></li> <li>Added support for custom error messages in JSON Schema validation <a href="https://redirect.github.com/alibaba/fastjson2/issues/1559">#1559</a></li> <li>Added <code>parse(InputStream)</code> overload with default context <a href="https://redirect.github.com/alibaba/fastjson2/issues/3946">#3946</a></li> <li>Fixed <code>DirectByteBuffer</code> <code>UnsupportedOperationException</code> for <code>java.nio.ByteBuffer#array</code> <a href="https://redirect.github.com/alibaba/fastjson2/issues/3894">#3894</a></li> <li>Added support for composing multiple filters (<code>PropertyFilter</code>, <code>PropertyPreFilter</code>, etc.) <a href="https://redirect.github.com/alibaba/fastjson2/issues/3877">#3877</a></li> <li>Fixed incorrect overflow check when parsing <code>BigInteger</code> as <code>Double</code></li> <li>Enhanced security checks in hex digit processing</li> <li>Improved <code>readString</code> performance in <code>JSONReaderUTF8</code>/<code>JSONReaderUTF16</code></li> <li>Fixed various issues with <code>WriteNulls</code>, <code>ErrorOnNullForPrimitives</code>, <code>NotWriteDefaultValue</code>, and other features</li> <li>Added ProGuard rules for fields affected by reflection operations</li> <li>Fixed cast error when using <code>-Dfastjson2.creator=reflect</code> <a href="https://redirect.github.com/alibaba/fastjson2/issues/1563">#1563</a></li> </ol> <h2>Maven Dependency Configuration</h2> <h3>Standard Version</h3> <pre lang="xml"><code><dependency> <groupId>com.alibaba.fastjson2</groupId> <artifactId>fastjson2</artifactId> <version>2.0.61</version> </dependency> </code></pre> <h3>Android 5 Optimized Version</h3> <pre lang="xml"><code></tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/alibaba/fastjson2/commit/317e0b10a4caefba052ec28333d953ad38564e5b"><code>317e0b1</code></a> benchmark 2.0.61</li> <li><a href="https://github.com/alibaba/fastjson2/commit/51462c945df94c80d917b22c8a08812f0bc56e11"><code>51462c9</code></a> Configure Codecov for PR coverage reporting (<a href="https://redirect.github.com/alibaba/fastjson2/issues/3981">#3981</a>)</li> <li><a href="https://github.com/alibaba/fastjson2/commit/babcdadbd44cd976ee3ea7df2433f98ccb10a099"><code>babcdad</code></a> fix: prevent OOM from infinite loop on malformed object in array, for issue #...</li> <li><a href="https://github.com/alibaba/fastjson2/commit/d3c53489c56d9e59c092de2f9b6258d0d35ec54f"><code>d3c5348</code></a> fix add isBool(), for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/3840">#3840</a></li> <li><a href="https://github.com/alibaba/fastjson2/commit/0736eea835de318507ab23d2441e030b5e8344fb"><code>0736eea</code></a> fix: prevent <a href="https://github.com/type"><code>@type</code></a> add as a regular entry during deserialization when use Sup...</li> <li><a href="https://github.com/alibaba/fastjson2/commit/3e3886c883a175b3df2588c0ff8bc8bb6ef420ac"><code>3e3886c</code></a> Improve skip performance (<a href="https://redirect.github.com/alibaba/fastjson2/issues/3977">#3977</a>)</li> <li><a href="https://github.com/alibaba/fastjson2/commit/03a3180039f5db5f2e75c45002661e0233925f26"><code>03a3180</code></a> Update CONTRIBUTING.md with CI verification requirements</li> <li><a href="https://github.com/alibaba/fastjson2/commit/e6601904fe1bfa0ec27b2985cdb60cc8acd2f201"><code>e660190</code></a> add architecture documentation</li> <li><a href="https://github.com/alibaba/fastjson2/commit/2e31d68b18a6613dfe1e49914116cb610976e26c"><code>2e31d68</code></a> refactor test directory structure</li> <li><a href="https://github.com/alibaba/fastjson2/commit/5f068687ad96f892f6bed1ad7e2f3025096bcde8"><code>5f06868</code></a> fix: add type annotation</li> <li>Additional commits viewable in <a href="https://github.com/alibaba/fastjson2/compare/2.0.60...2.0.61">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 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]
