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 2023/12/12 09:20:46 UTC

[PR] Bump com.alibaba:fastjson from 2.0.42 to 2.0.43 [camel]

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

   Bumps [com.alibaba:fastjson](https://github.com/alibaba/fastjson2) from 2.0.42 to 2.0.43.
   <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.43发布</h2>
   <p>这又是例行的BUG修复小版本,大家按需升级。</p>
   <h1>Issues</h1>
   <ol>
   <li>修复parse处理单引号UTF8 bytes报错的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2067">#2067</a></li>
   <li>修复JSONPathMulti提取值在存在*场景结果不对的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2058">#2058</a></li>
   <li>修复JSONPath sum不支持BigDecimal和BigInteger的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2065">#2065</a></li>
   <li>修复jsonb协议在skip范围[-2147483648, -262144]和[262143, 2147483647]的long值时报错的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2044">#2044</a></li>
   <li>修复isValid方法不支持单引号输入的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2059">#2059</a></li>
   <li>修复反序列化不支持无缺省构造函数ArrayList派生类的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2025">#2025</a></li>
   <li>修复某些场景下反序列化非静态内部类时crash的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2021">#2021</a></li>
   <li>修复某些场景Enum类型反序列化无法识别name输入的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2008">#2008</a></li>
   <li>修复OffsetDateTime不支持JSONField配置format的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2005">#2005</a></li>
   <li>修复反序列化不支持F后缀输入的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2004">#2004</a></li>
   <li>修复Map TypeReference在non-string key场景下处理不当的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1995">#1995</a></li>
   <li>修复BeanToArray处理在<a href="https://github.com/JSONType"><code>@​JSONType</code></a>#orders配置不生效的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2013">#2013</a></li>
   <li>修复兼容API不支持parseObject(&quot;null&quot;)的问题</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.43&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.43.android4&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.43&lt;/version&gt;
   &lt;/dependency&gt;
   </code></pre>
   <ul>
   <li>Spring 5 extension配置</li>
   </ul>
   <pre lang="xml"><code>&lt;dependency&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/149e9e821beac826b89fecdf30109eec649335b2"><code>149e9e8</code></a> 2.0.43 release</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/f8a7277ff0954c2ac14d8a7c3d666152d2ee8a2a"><code>f8a7277</code></a> update benchmark result</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/a90dc43d19b36dd2278eb04e2f3eff86e62ea0c3"><code>a90dc43</code></a> add init error throw</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/e8abb6381705335c501b08efcbb366340c57e95a"><code>e8abb63</code></a> add testcase for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/1927">#1927</a></li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/b5d09dadffea1b84dbc3836b8f985aae1d1cc092"><code>b5d09da</code></a> improved testcase <a href="https://redirect.github.com/alibaba/fastjson2/issues/2013">#2013</a></li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/d1f8bc86e2b47827ffb81eda98bbcf929f853b0d"><code>d1f8bc8</code></a> 代码优化和修复</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/b8519bfc538b5e6f97d7106a2d6388c403d4c378"><code>b8519bf</code></a> fix parse single quote utf8 bytes input error, for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/2067">#2067</a></li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/4cc05abfd03cb82e7a70be2090c20dd6e435c7a2"><code>4cc05ab</code></a> support float/double/BigDecimal/BigInteger sum</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/8cd3c3b9229fc0373c95a3bfaf475c51b8d553d3"><code>8cd3c3b</code></a> add testcase for writeAs</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/dac4a2bffa0c17c0cf60a4be26903d533ce88922"><code>dac4a2b</code></a> update using</li>
   <li>Additional commits viewable in <a href="https://github.com/alibaba/fastjson2/compare/2.0.42...2.0.43">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.42&new-version=2.0.43)](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.42 to 2.0.43 [camel]

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


-- 
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.42 to 2.0.43 [camel]

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

   :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.42 to 2.0.43 [camel]

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

   :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.42 to 2.0.43 [camel]

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

   /camel-component fast-json


-- 
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.42 to 2.0.43 [camel]

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

   /component-test fast-json


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