You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/05 07:02:53 UTC

[PR] Bump com.alibaba:fastjson from 2.0.46 to 2.0.47 [camel]

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

   Bumps [com.alibaba:fastjson](https://github.com/alibaba/fastjson2) from 2.0.46 to 2.0.47.
   <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.47发布</h2>
   <p>这个版本主要是大幅度提升android版本的首次序列化/反序列化的性能。在序列化大于1M的JSON对象时性能也有了较大提升。</p>
   <h1>Issues</h1>
   <ol>
   <li>在非android版本某些Android设备上处理数据时崩溃 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2263">#2263</a></li>
   <li>JSONField Annotation defaultValue配置支持Enum <a href="https://redirect.github.com/alibaba/fastjson2/issues/2239">#2239</a></li>
   <li>修复反序列化List类型字段输入null时报错的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2233">#2233</a></li>
   <li>修复反序列化时JSON.toJavaObject方法有错误识别setter方法的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2230">#2230</a></li>
   <li>修复引用类型、Boolean、Short 不支持JSONWriter.Feature.WriteNulls <a href="https://redirect.github.com/alibaba/fastjson2/issues/2234">#2234</a></li>
   <li>修复序列化kotlin data cass调用copy方法的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2231">#2231</a></li>
   <li>修复有些场景JSON.isValid方法抛异常的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2222">#2222</a></li>
   <li>修复JSONPath不支持中划线的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2228">#2228</a></li>
   <li>提升android下首次序列化的性能 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2189">#2189</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.47&lt;/version&gt;
   &lt;/dependency&gt;
   </code></pre>
   <ul>
   <li>android5针对优化版本
   这个版本和android4兼容版本基本一致,只是使用了java.nio.charset.StandardCharsets,后续将会不再升级android4兼容版本。</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.47.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.47.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.47&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/f0f06b0a5876f75475cf325097365b1b515238d6"><code>f0f06b0</code></a> 2.0.47 release</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/3f0c4b616303fbba4fb26e6c2bf71548194f6e2e"><code>3f0c4b6</code></a> update benchmark</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/1e3d0f127c93bc3bdf5ee62fb0c2b8b295fcc1dd"><code>1e3d0f1</code></a> improved android support</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/f0597ee2e545e6c22299fa30e47323a6c2932283"><code>f0597ee</code></a> bug for serialize kotlin data class</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/ae6d307e97cf6dcca17c55a6b1a8266fb68dfe82"><code>ae6d307</code></a> optimization for codeSize</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/b5554d406d271efc0f1953ad7ab5e6cbc9df2439"><code>b5554d4</code></a> Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/07c7f5ed962f49d9ced23e465b306f524263c855"><code>07c7f5e</code></a> Bump com.google.protobuf:protobuf-bom from 3.25.2 to 3.25.3</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/8123f98ae0b5d47a6169885e8a59cb6aafcdcfe0"><code>8123f98</code></a> Bump cn.hutool:hutool-all from 5.8.25 to 5.8.26</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/de6ea00728a1bb8e4484c2c12c9153a781e69c57"><code>de6ea00</code></a> Bump io.projectreactor:reactor-core from 3.6.1 to 3.6.2</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/0321264fb0620d71459edea8d5c38d9d74e8f7d0"><code>0321264</code></a> optimization for readInt32/readInt32Value/readInt64/readInt64Value</li>
   <li>Additional commits viewable in <a href="https://github.com/alibaba/fastjson2/compare/2.0.46...2.0.47">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.46&new-version=2.0.47)](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-unsubscribe@camel.apache.org

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


Re: [PR] Bump com.alibaba:fastjson from 2.0.46 to 2.0.47 [camel]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #13378:
URL: https://github.com/apache/camel/pull/13378#issuecomment-1978085433

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :robot: CI automation will test this PR automatically.
   
   :camel: Apache Camel Committers, please review the following items:
   
   * First-time contributors **require MANUAL approval** for the GitHub Actions to run
   
   * You can use the command `/component-test (camel-)component-name1 (camel-)component-name2..` to request a test from the test bot.
   
   * You can label PRs using `build-all`, `build-dependents`, `skip-tests` and `test-dependents` to fine-tune the checks executed by this PR.
   
   * Build and test logs are available in the Summary page. **Only** [Apache Camel committers](https://camel.apache.org/community/team/#committers) have access to the summary. 
   
   * :warning: Be careful when sharing logs. Review their contents before sharing them publicly.


-- 
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-unsubscribe@camel.apache.org

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


Re: [PR] Bump com.alibaba:fastjson from 2.0.46 to 2.0.47 [camel]

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus merged PR #13378:
URL: https://github.com/apache/camel/pull/13378


-- 
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-unsubscribe@camel.apache.org

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