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/01/30 06:08:00 UTC

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

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

   Bumps [com.alibaba:fastjson](https://github.com/alibaba/fastjson2) from 2.0.45 to 2.0.46.
   <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.46发布</h2>
   <p>这又是一个BUG FIX版本,大家按需升级。这个版本在android 4 ~ android 33上性能有了非常大的提升。</p>
   <h1>Issues</h1>
   <ol>
   <li>修复JSONB反序列化skip不存在int类型字段某些场景报错的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1257">#1257</a></li>
   <li>修复JSONB反序列化自定义异常类的List类型变量赋值为null时报错的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2181">#2181</a></li>
   <li>修复反序列化某些场景不兼容fastjson 1.x &quot;new Date(millis)&quot;的格式 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2087">#2087</a></li>
   <li>修复jdk module功能启用后package重复的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2176">#2176</a></li>
   <li>修复某些场景下序列化数组类型不正确的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2175">#2175</a></li>
   <li>修复toJSON不能识别循环引用的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2187">#2187</a></li>
   <li>修复JSONPath exists函数不支持多级表达式的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2190">#2190</a></li>
   <li>修复反序列化double结束为\r\n等转义时报错的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2164">#2164</a></li>
   <li>修复不兼容日期格式yyyy-MM-dd hh:mm:ss的问 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2199">#2199</a></li>
   <li>修复不兼容日期格式yyyy-MM-dd'T'HH:mm:ssXXX的问题<a href="https://redirect.github.com/alibaba/fastjson2/issues/2206">#2206</a></li>
   <li>修复当 Double 字段为 null时。开启 WriteNullNumberAsZero 和 WriteLongAsString,会变成 &quot;0&quot;的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2211">#2211</a></li>
   <li>修复不兼容jackson的Annotation JsonDeserialize#contentUsing的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2217">#2217</a></li>
   <li>修复List字段JSONField#deserializeUsing不起作用的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2213">#2213</a></li>
   <li>修复java.sql.Struct类型序列化报错的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2205">#2205</a></li>
   <li>修复某些场景引用检测不起作用的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2180">#2180</a></li>
   <li>修复JSONWriter.Feature.BrowserCompatible 导致 LocalDateTime 类型Map Key未按预期格式进行格式化处理 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2183">#2183</a></li>
   <li>修复序列化不会忽略InputStream类型字段的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2202">#2202</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.46&lt;/version&gt;
   &lt;/dependency&gt;
   </code></pre>
   <ul>
   <li>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.46.android4&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.46.android5&lt;/version&gt;
   &lt;/dependency&gt;
   </code></pre>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/alibaba/fastjson2/commit/f60679c4ea3494ec29c8fbfeefad42b90a1363cd"><code>f60679c</code></a> 2.0.46 release</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/05d9d8856a09843138c1d20a3a140692153cf9ac"><code>05d9d88</code></a> add testcase for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/1835">#1835</a></li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/2ab21f1e4bfeedd278feb86efa4869315c9a79d9"><code>2ab21f1</code></a> fix json skipValue error, for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/1257">#1257</a></li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/7adaad2a3d54c970c66706b54602ce82876843a1"><code>7adaad2</code></a> add testcase for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/2186">#2186</a></li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/5d88d3b225a8852bd34559ff201167cf2e40ebba"><code>5d88d3b</code></a> improve performance</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/0db2ca73f30084d7a5adcc047c65d54f2fb9900e"><code>0db2ca7</code></a> bug fix</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/59602612f8a7e1f807919a8145f810cfc2aa62ee"><code>5960261</code></a> improve performance for android</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/4cafb9a9f46320592c0055f3208ae657aef08b0b"><code>4cafb9a</code></a> support serialize jdbc struct, for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/2205">#2205</a></li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/d638047589c1c3e54fc22a5d3bf17ef1f525297e"><code>d638047</code></a> improved SimpleDateFormat compatible, for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/2206">#2206</a></li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/e3cd07fd29633c38ab58b198e848ed2fb53ae4d7"><code>e3cd07f</code></a> fix JSONField#deserializeUsing not work on ListField</li>
   <li>Additional commits viewable in <a href="https://github.com/alibaba/fastjson2/compare/2.0.45...2.0.46">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.45&new-version=2.0.46)](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.45 to 2.0.46 [camel]

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

   :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.45 to 2.0.46 [camel]

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

   :robot: The Apache Camel test robot will run the tests for you :+1:


-- 
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.45 to 2.0.46 [camel]

Posted by "oscerd (via GitHub)" <gi...@apache.org>.
oscerd commented on PR #12951:
URL: https://github.com/apache/camel/pull/12951#issuecomment-1916144943

   /component-test fatjson


-- 
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.45 to 2.0.46 [camel]

Posted by "oscerd (via GitHub)" <gi...@apache.org>.
oscerd commented on PR #12951:
URL: https://github.com/apache/camel/pull/12951#issuecomment-1916172892

   /component-test fastjson


-- 
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.45 to 2.0.46 [camel]

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


-- 
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.45 to 2.0.46 [camel]

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

   :robot: The Apache Camel test robot will run the tests for you :+1:


-- 
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