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/08 16:27:57 UTC

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

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

   Bumps [com.alibaba:fastjson](https://github.com/alibaba/fastjson2) from 2.0.44 to 2.0.45.
   <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.45发布</h2>
   <p>这又是一个BUG FIX版本,大家按需升级</p>
   <h1>Issues</h1>
   <ol>
   <li>修复JSONPath对JSONB格式支持不完整的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2138">#2138</a></li>
   <li>修复fastjson2-extension module-info配置不对的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1923">#1923</a></li>
   <li>修复数字大约38位时导致负数结果为整数的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2128">#2128</a></li>
   <li>修复引用解析结果不对的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2140">#2140</a></li>
   <li>修复JSONPath.set在某些场景会空指针的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2145">#2145</a></li>
   <li>修复JSONPath在某些场景结果会重复的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2143">#2143</a></li>
   <li>修复解析错误格式数据不报错问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2155">#2155</a></li>
   <li>修复在继承子类序列化在某些场景报类型转换错误的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2153">#2153</a> <a href="https://redirect.github.com/alibaba/fastjson2/issues/1942">#1942</a></li>
   <li>修复某些场景反序列化解析引用报错的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2148">#2148</a></li>
   <li>修复某些场景序列化引用计算不对导致序列化层数过多报错的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2144">#2144</a></li>
   <li>修复none-public enum配置JSONField(value=true)不起作用的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2154">#2154</a></li>
   <li>修复autoType在Filter返回类型为null是报空指针错误的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2127">#2127</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.45&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.45.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.45&lt;/version&gt;
   &lt;/dependency&gt;
   </code></pre>
   <ul>
   <li>Spring 5 extension配置</li>
   </ul>
   <pre lang="xml"><code>&lt;dependency&gt;
       &lt;groupId&gt;com.alibaba.fastjson2&lt;/groupId&gt;
       &lt;artifactId&gt;fastjson2-extension-spring5&lt;/artifactId&gt;
       &lt;version&gt;2.0.45&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/5263b8adc2cc89a94e802776d6ab738223cb6add"><code>5263b8a</code></a> 2.0.46 init</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/9966ab23574f2a628567e6e16d2b77bf73f9c5a3"><code>9966ab2</code></a> 2.0.45</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/cd937cf62648c89af9436a1d4c20852055e1646b"><code>cd937cf</code></a> benchmark 2.0.45</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/5c5f5594f0a3a81fc7706329f469ae58eedf12a3"><code>5c5f559</code></a> fix for null autoType filterClass, for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/2127">#2127</a></li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/37a1dc8225da99f8c3b8df1c01e982d3b4077035"><code>37a1dc8</code></a> fix non public enum deserialize error, for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/2154">#2154</a></li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/d3eec0ba5d50cf5770ccfc8c95cce20fe907c33c"><code>d3eec0b</code></a> add testcase for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/2124">#2124</a></li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/3e019b6ccba23b21446613d4a94ce638dc46fa31"><code>3e019b6</code></a> fix override method deserialize error, for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/2153">#2153</a></li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/0e5be7766e8247c447369d2a529c57e197159e1d"><code>0e5be77</code></a> error if illegal input, for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/2155">#2155</a></li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/06d49f25fbeee1f948dedfeda55f27565d63b575"><code>06d49f2</code></a> add testcase for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/2153">#2153</a></li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/555715893c5fc1a890dded58094047a24ba5b8d3"><code>5557158</code></a> add testcase for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/2153">#2153</a></li>
   <li>Additional commits viewable in <a href="https://github.com/alibaba/fastjson2/compare/2.0.44...2.0.45">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.44&new-version=2.0.45)](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.44 to 2.0.45 [camel]

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

   /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.44 to 2.0.45 [camel]

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


-- 
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.44 to 2.0.45 [camel]

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

   :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.44 to 2.0.45 [camel]

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

   :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.44 to 2.0.45 [camel]

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

   /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


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

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

   :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