You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/04/24 08:06:10 UTC

[GitHub] [dubbo] dependabot[bot] opened a new pull request, #12177: Bump fastjson2 from 2.0.28 to 2.0.29

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

   Bumps [fastjson2](https://github.com/alibaba/fastjson2) from 2.0.28 to 2.0.29.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/alibaba/fastjson2/releases">fastjson2's releases</a>.</em></p>
   <blockquote>
   <h2>fastjson 2.0.29发布</h2>
   <p>这又是一个Bug修复功能增强版本,大家按需升级。</p>
   <p>最近使用FASTJSON 2的用户快速增长,这次的发布是应用户要求发布,也修复了一些相关的问题。</p>
   <p>FASTJSON 2从2022年4月19日开源到现在已经满一年,FASTJSON 2已经成熟,被非常多的用户采用,取得非常好的成绩,如下:</p>
   <ul>
   <li>GITHUB STAR 2.6k</li>
   <li>GITHUB user repos 3.4k</li>
   <li>Maven中央仓库3月份下载量45万</li>
   </ul>
   <h1>Issues</h1>
   <ol>
   <li>修复序列化Decimal数据量大的时候报错的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1377">#1377</a></li>
   <li>修复InitStringFieldAsEmpty打开时在某些场景下会报错的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1370">#1370</a></li>
   <li>修复JSONB格式某些场景读取autoType类型信息报错的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1366">#1366</a></li>
   <li>修复Android下某些场景报错的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1349">#1349</a></li>
   <li>修复Enum类型JSONB格式下不支持NULL输入的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1385">#1385</a></li>
   <li>增强对日期格式自动识别 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1393">#1393</a></li>
   <li>修复Annotation标注在首字母大写的Field上不能被识别的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1395">#1395</a></li>
   <li>修复Proxy模式下,对接口default方法不支持的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1396">#1396</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.29&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.29&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.29&lt;/version&gt;
   &lt;/dependency&gt;
   </code></pre>
   <ul>
   <li>Spring 6 extension配置</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/alibaba/fastjson2/commit/c54e298d74db6fdc6a3a31831d50b5288c5e2d9a"><code>c54e298</code></a> 2.0.29 release</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/f1fa4e5cbdd8b1ffedf3839f565e14d6d4825208"><code>f1fa4e5</code></a> add 2.0.29 benchmark data</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/bec7f78ea896efe46e31b47079c0289b62e0a73d"><code>bec7f78</code></a> add bigint benchmark</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/49759821eb10948e0b78c86654e60c82ee05b8bf"><code>4975982</code></a> improve android support, for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/1349">#1349</a></li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/aeeae085e878465085cc3610e18f0c3d47a7049e"><code>aeeae08</code></a> add testcase for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/1349">#1349</a></li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/64450df14d1e5066525905571ad37c90422bc427"><code>64450df</code></a> improve proxy support, for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/1396">#1396</a></li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/b721c7adb75d6aaaae2865c5e27417afe1ce645c"><code>b721c7a</code></a> fix enum input null error, for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/1385">#1385</a></li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/be6d60cf23df6d60a626a8466ced919bbd3d5dc1"><code>be6d60c</code></a> add testcase for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/1388">#1388</a></li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/891ce24caeef75adc854acf6a7a2a0d491128ac5"><code>891ce24</code></a> improve Date process, for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/1393">#1393</a></li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/2c1cdb5f75d006097e2d1a02d4d1cfcf387b2981"><code>2c1cdb5</code></a> improve Date process, for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/1393">#1393</a></li>
   <li>Additional commits viewable in <a href="https://github.com/alibaba/fastjson2/compare/2.0.28...2.0.29">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.alibaba.fastjson2:fastjson2&package-manager=maven&previous-version=2.0.28&new-version=2.0.29)](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 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: notifications-unsubscribe@dubbo.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] AlbumenJ merged pull request #12177: Bump fastjson2 from 2.0.28 to 2.0.29

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


-- 
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: notifications-unsubscribe@dubbo.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] sonarcloud[bot] commented on pull request #12177: Bump fastjson2 from 2.0.28 to 2.0.29

Posted by "sonarcloud[bot] (via GitHub)" <gi...@apache.org>.
sonarcloud[bot] commented on PR #12177:
URL: https://github.com/apache/dubbo/pull/12177#issuecomment-1519653694

   Kudos, SonarCloud Quality Gate passed!&nbsp; &nbsp; [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality Gate passed')](https://sonarcloud.io/dashboard?id=apache_dubbo&pullRequest=12177)
   
   [![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png 'Bug')](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12177&resolved=false&types=BUG) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12177&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12177&resolved=false&types=BUG)  
   [![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability-16px.png 'Vulnerability')](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12177&resolved=false&types=VULNERABILITY) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12177&resolved=false&types=VULNERABILITY) [0 Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12177&resolved=false&types=VULNERABILITY)  
   [![Security Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot-16px.png 'Security Hotspot')](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo&pullRequest=12177&resolved=false&types=SECURITY_HOTSPOT) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo&pullRequest=12177&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo&pullRequest=12177&resolved=false&types=SECURITY_HOTSPOT)  
   [![Code Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell-16px.png 'Code Smell')](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12177&resolved=false&types=CODE_SMELL) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12177&resolved=false&types=CODE_SMELL) [0 Code Smells](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12177&resolved=false&types=CODE_SMELL)
   
   [![No Coverage information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/NoCoverageInfo-16px.png 'No Coverage information')](https://sonarcloud.io/component_measures?id=apache_dubbo&pullRequest=12177&metric=coverage&view=list) No Coverage information  
   [![No Duplication information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/NoDuplicationInfo-16px.png 'No Duplication information')](https://sonarcloud.io/component_measures?id=apache_dubbo&pullRequest=12177&metric=duplicated_lines_density&view=list) No Duplication information
   
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter commented on pull request #12177: Bump fastjson2 from 2.0.28 to 2.0.29

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #12177:
URL: https://github.com/apache/dubbo/pull/12177#issuecomment-1519682472

   ## [Codecov](https://codecov.io/gh/apache/dubbo/pull/12177?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#12177](https://codecov.io/gh/apache/dubbo/pull/12177?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (3f69ffb) into [3.2](https://codecov.io/gh/apache/dubbo/commit/e3600af21a55e42e4c8f106cdf18d24c95467a4a?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (e3600af) will **decrease** coverage by `2.58%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.2   #12177      +/-   ##
   ============================================
   - Coverage     69.93%   67.36%   -2.58%     
   + Complexity      103        2     -101     
   ============================================
     Files          3405     1725    -1680     
     Lines        159372    68462   -90910     
     Branches      26318     9776   -16542     
   ============================================
   - Hits         111457    46117   -65340     
   + Misses        38234    17921   -20313     
   + Partials       9681     4424    -5257     
   ```
   
   
   [see 1961 files with indirect coverage changes](https://codecov.io/gh/apache/dubbo/pull/12177/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org