dependabot[bot] opened a new pull request, #987: URL: https://github.com/apache/fesod/pull/987
Bumps [com.alibaba.fastjson2:fastjson2](https://github.com/alibaba/fastjson2) from 2.0.63 to 2.0.64. <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.64版本发布</h2> <h1>FASTJSON 2.0.64 Release Notes</h1> <p><strong>Release Date:</strong> 2 Aug 2026 <strong>Tag:</strong> 2.0.64</p> <h2>Overview</h2> <p>This is a bug fix release. It fixes several issues in core serialization/deserialization, Java records support, and the fastjson 1.x compatibility layer. All users are recommended to upgrade.</p> <h2>Bug Fixes</h2> <ol> <li>Fixed <code>ClassFormatError</code> when serializing classes with array-typed fields <a href="https://redirect.github.com/alibaba/fastjson2/issues/4009">#4009</a> <a href="https://redirect.github.com/alibaba/fastjson2/issues/4014">#4014</a></li> <li>Fixed <code>strBuf</code> not kept in sync after mid-loop growth, which could produce corrupted output <a href="https://redirect.github.com/alibaba/fastjson2/issues/7671">#7671</a> <a href="https://redirect.github.com/alibaba/fastjson2/issues/7676">#7676</a></li> <li>Fixed generic invalidation in record class <a href="https://redirect.github.com/alibaba/fastjson2/issues/3156">#3156</a> <a href="https://redirect.github.com/alibaba/fastjson2/issues/4027">#4027</a></li> <li>Fixed global naming strategy not applied to Java records <a href="https://redirect.github.com/alibaba/fastjson2/issues/7656">#7656</a> <a href="https://redirect.github.com/alibaba/fastjson2/issues/7657">#7657</a></li> <li>Fixed <code>MethodHandles.Lookup</code> initialization order — initialize before reading <code>IMPL_LOOKUP</code> <a href="https://redirect.github.com/alibaba/fastjson2/issues/7691">#7691</a> <a href="https://redirect.github.com/alibaba/fastjson2/issues/7718">#7718</a></li> <li>Fixed <code>additionalItems</code> schema validation for Java arrays <a href="https://redirect.github.com/alibaba/fastjson2/issues/7709">#7709</a></li> <li>(compat) Added <code>serialVersionUID</code> to <code>JSONArray</code> for Java serialization compatibility <a href="https://redirect.github.com/alibaba/fastjson2/issues/7687">#7687</a> <a href="https://redirect.github.com/alibaba/fastjson2/issues/7698">#7698</a></li> <li>(compat) Fixed JSONPath consecutive writes failing in fastjson 1.x compatibility layer <a href="https://redirect.github.com/alibaba/fastjson2/issues/7697">#7697</a></li> <li>(compat) Added <code>ParserConfig.propertyNamingStrategy</code> for fastjson 1.x compatibility <a href="https://redirect.github.com/alibaba/fastjson2/issues/7740">#7740</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.64</version> </dependency> </code></pre> <h3>Android 5 Optimized Version</h3> <pre lang="xml"><code><dependency> <groupId>com.alibaba.fastjson2</groupId> <artifactId>fastjson2</artifactId> <version>2.0.64.android5</version> </dependency> </code></pre> <h3>Android 8 Optimized Version</h3> <pre lang="xml"><code><dependency> <groupId>com.alibaba.fastjson2</groupId> <artifactId>fastjson2</artifactId> <version>2.0.64.android8</version> </dependency> </code></pre> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/alibaba/fastjson2/commit/39531157edbb115d6a613818581d833268e37607"><code>3953115</code></a> Merge pull request <a href="https://redirect.github.com/alibaba/fastjson2/issues/7744">#7744</a> from alibaba/release/2.0.64</li> <li><a href="https://github.com/alibaba/fastjson2/commit/194bd9718f1abcca151f18c6e14da2c428cc9e12"><code>194bd97</code></a> 2.0.64 release</li> <li><a href="https://github.com/alibaba/fastjson2/commit/6b401882060568a29ed3ee203b96826e3b6ec17a"><code>6b40188</code></a> fix: ClassFormatError when serializing classes with array-typed fields, for i...</li> <li><a href="https://github.com/alibaba/fastjson2/commit/1836c7be50f927ecb2d52bb53093069bb36e6cda"><code>1836c7b</code></a> fix: keep strBuf in sync after mid-loop growth, for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/7671">#7671</a> (<a href="https://redirect.github.com/alibaba/fastjson2/issues/7676">#7676</a>)</li> <li><a href="https://github.com/alibaba/fastjson2/commit/f719ac17423860a2da35a3a6be97b560cd9f4ed5"><code>f719ac1</code></a> docs: include all feature introductions in the document (<a href="https://redirect.github.com/alibaba/fastjson2/issues/4035">#4035</a>)</li> <li><a href="https://github.com/alibaba/fastjson2/commit/3ff6acdba6aa2e72af1b0b332f8a1610dc717140"><code>3ff6acd</code></a> fix generic invalidation in record class, for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/3156">#3156</a> (<a href="https://redirect.github.com/alibaba/fastjson2/issues/4027">#4027</a>)</li> <li><a href="https://github.com/alibaba/fastjson2/commit/190fc077ec8402a4d57263753654915ec3fc7468"><code>190fc07</code></a> docs: add performance and bilingual PR conventions to AGENTS.md, add CLAUDE.m...</li> <li><a href="https://github.com/alibaba/fastjson2/commit/d1029c72187ac8f537d7b47706d41585c9163159"><code>d1029c7</code></a> fix: global naming strategy not applied to Java records (<a href="https://redirect.github.com/alibaba/fastjson2/issues/7656">#7656</a>) (<a href="https://redirect.github.com/alibaba/fastjson2/issues/7657">#7657</a>)</li> <li><a href="https://github.com/alibaba/fastjson2/commit/120789b8e9e2ae424ca4769c23b34be3ce68769f"><code>120789b</code></a> fix: add serialVersionUID to JSONArray in fastjson1-compatible for Java seria...</li> <li><a href="https://github.com/alibaba/fastjson2/commit/be543631f4c8d2c62b50d7e07ca06764f7801d0f"><code>be54363</code></a> fix: initialize MethodHandles.Lookup before reading IMPL_LOOKUP (<a href="https://redirect.github.com/alibaba/fastjson2/issues/7691">#7691</a>) (<a href="https://redirect.github.com/alibaba/fastjson2/issues/7718">#7718</a>)</li> <li>Additional commits viewable in <a href="https://github.com/alibaba/fastjson2/compare/2.0.63...2.0.64">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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
