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/10 08:05:29 UTC

[GitHub] [dubbo] dependabot[bot] opened a new pull request, #12049: Bump fastjson2 from 2.0.23 to 2.0.27

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

   Bumps [fastjson2](https://github.com/alibaba/fastjson2) from 2.0.23 to 2.0.27.
   <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.27版本发布</h2>
   <p>这又是一个每月更新例行的Bug修复功能增强版本,大家按需升级。最近非常多用户从fastjson 1.1.x升级到2.0.x,升级后获得性能显著提升。dubbo用户使用fastjson2二进制格式JSONB的用户也越来越多,这次的发布也修复了一些相关的问题。</p>
   <h1>Issues</h1>
   <ol>
   <li>修复集成spring-doc导致文档无法显示的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/387">#387</a> <a href="https://redirect.github.com/alibaba/fastjson2/issues/1318">#1318</a> <a href="https://redirect.github.com/alibaba/fastjson2/issues/1256">#1256</a> <a href="https://redirect.github.com/alibaba/fastjson2/issues/1309">#1309</a></li>
   <li>修复kotlin某些场景序列化报错的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1266">#1266</a></li>
   <li>修复Android兼容问题,Timestamp.valueOf方法在Android下不存在 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1272">#1272</a></li>
   <li>提升fastjson 1.x兼容性,支持对List类型反序列化输入single object <a href="https://redirect.github.com/alibaba/fastjson2/issues/1291">#1291</a> <a href="https://redirect.github.com/alibaba/fastjson2/issues/1292">#1292</a></li>
   <li>提升fastjson 1.x兼容性,增强对注释的支持</li>
   <li>修复对ascii 128 ~ 255段LATIN1字符在JDK 11/JDK17下某些场景反序列化结果不对的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1277">#1277</a></li>
   <li>提升对fastjson 1.x兼容性,支持TypeUtils.compatibleWithFieldName=true</li>
   <li>修复对GraalVM识别不准确的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1328">#1328</a></li>
   <li>修复autoType打开时不支持Enum类型作为Key的Map类型反序列化 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1324">#1324</a></li>
   <li>修复某些场景引用检测NPE的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1332">#1332</a> <a href="https://redirect.github.com/alibaba/fastjson2/issues/1315">#1315</a></li>
   <li>修复List<!-- raw HTML omitted -->类型输入空字符串行为和fastjson 1.x不兼容的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1320">#1320</a></li>
   <li>修复List<!-- raw HTML omitted -->类型反序列化某些场景会报错的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1312">#1312</a></li>
   <li>修复AtomicBoolean类型不支持反序列化的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1316">#1316</a></li>
   <li>修复某些场景JSONField不起作用的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1258">#1258</a></li>
   <li>JSONObject &amp; JSONArray新增方法getDateOrDefault <a href="https://redirect.github.com/alibaba/fastjson2/issues/1252">#1252</a></li>
   <li>反序列化和类型转换支持mongedb的Decimal128 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1300">#1300</a></li>
   <li>序列化增强对动态代理的支持 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1290">#1290</a></li>
   <li>修复某些场景JSON.isValid结果不对的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1287">#1287</a></li>
   <li>修复某些场景序列化处理Annotation报错的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1286">#1286</a></li>
   <li>修复JSONObject转化为Java对象时Map类型字段元素类型不正确的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1269">#1269</a></li>
   <li>增强对日期格式的自动识别 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1276">#1276</a></li>
   <li>增强对base64格式的支持 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1271">#1271</a> <a href="https://redirect.github.com/alibaba/fastjson2/issues/1255">#1255</a></li>
   <li>TypeReference支持输入参数 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1267">#1267</a></li>
   <li>增强对CSV的支持 (对标Jackson对CSV的支持)</li>
   <li>增强对自定义Map的支持</li>
   <li>进一步提升在JDK 8下的序列化性能</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.27&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.27&lt;/version&gt;
   &lt;/dependency&gt;
   </code></pre>
   <ul>
   <li>Spring 5 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/f3b5ec2561e54e37c7078ef4744eec7911304be9"><code>f3b5ec2</code></a> 2.0.27 release</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/2449775edbfaa4e21472bb9159f84f81defa2b59"><code>2449775</code></a> add testcase</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/718dbed34a0eafe4ef5c76e48f6e88cfb9c41e03"><code>718dbed</code></a> improved JSONStreamReader stat</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/6acd87201d88a2de90c5f638dd68849027bad244"><code>6acd872</code></a> add testcase for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/1325">#1325</a></li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/b19da5b1a8624de76bf1a90d634c70810f298a73"><code>b19da5b</code></a> fix enum autotype error, for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/1324">#1324</a></li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/90ee349d5dc76ecc4f24f414d77019a89ad5bfa1"><code>90ee349</code></a> fix checkstyle &amp; add testcase</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/c738434974c4068a3a68820d0782745ba1989c4c"><code>c738434</code></a> 新增JSONArray中根据对象和特性解析JSON的方法</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/2db32fffdbfc2bd13b241b37b7fd147bcb7650cf"><code>2db32ff</code></a> add testcase for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/1331">#1331</a></li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/4f41b125cc2c54d75ebb1447a13176652ce51a00"><code>4f41b12</code></a> fix : reference detect npe, for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/1332">#1332</a></li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/eacf08e5a5de6e98d3ae7cca2cc149bba341fb2e"><code>eacf08e</code></a> refactor csv support</li>
   <li>Additional commits viewable in <a href="https://github.com/alibaba/fastjson2/compare/2.0.23...2.0.27">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.23&new-version=2.0.27)](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 #12049: Bump fastjson2 from 2.0.23 to 2.0.27

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


-- 
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 #12049: Bump fastjson2 from 2.0.23 to 2.0.27

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

   ## [Codecov](https://codecov.io/gh/apache/dubbo/pull/12049?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 [#12049](https://codecov.io/gh/apache/dubbo/pull/12049?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (4b2cf39) into [3.2](https://codecov.io/gh/apache/dubbo/commit/d11616c4bf5f164b7773dede501cef93e2bfa4cb?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (d11616c) will **decrease** coverage by `0.11%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.2   #12049      +/-   ##
   ============================================
   - Coverage     69.89%   69.78%   -0.11%     
   + Complexity      340        2     -338     
   ============================================
     Files          3367     1574    -1793     
     Lines        157902    64958   -92944     
     Branches      26341     9457   -16884     
   ============================================
   - Hits         110358    45329   -65029     
   + Misses        37959    15285   -22674     
   + Partials       9585     4344    -5241     
   ```
   
   
   [see 1821 files with indirect coverage changes](https://codecov.io/gh/apache/dubbo/pull/12049/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


[GitHub] [dubbo] sonarcloud[bot] commented on pull request #12049: Bump fastjson2 from 2.0.23 to 2.0.27

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

   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=12049)
   
   [![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png 'Bug')](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12049&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=12049&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12049&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=12049&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=12049&resolved=false&types=VULNERABILITY) [0 Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12049&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=12049&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=12049&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo&pullRequest=12049&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=12049&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=12049&resolved=false&types=CODE_SMELL) [0 Code Smells](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12049&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=12049&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=12049&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