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/17 08:07:25 UTC

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

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

   Bumps [fastjson2](https://github.com/alibaba/fastjson2) from 2.0.27 to 2.0.28.
   <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.28发布</h2>
   <p>这又是一个Bug修复功能增强版本,大家按需升级。最近非常多用户从fastjson 1.1.x升级到2.0.x,升级后获得性能显著提升,dubbo用户使用fastjson2二进制格式JSONB的用户也越来越多,这次的发布也修复了一些相关的问题。</p>
   <p>Maven中央仓库的统计数据显示,2023年4月份fastjson2下载量为45万。
   <img src="https://user-images.githubusercontent.com/1166785/232257874-2c3a2dc1-c4a5-4b4e-8837-2b04fe3a87f1.png" alt="image" /></p>
   <h1>Issues</h1>
   <ol>
   <li>修复某些场景spring-doc接口文档无法显示的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/387">#387</a></li>
   <li>修复日期格式反序列化自动识别yyyyMMddHHmmss格式和fastjson 1.x不一致的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1326">#1326</a></li>
   <li>修复对Hutool库Dict类型序列化结果不对的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1337">#1337</a> <a href="https://redirect.github.com/alibaba/fastjson2/issues/1338">#1338</a></li>
   <li>修复JSONWriter.Feature.BrowserCompatible在Map Key中不生效的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1350">#1350</a></li>
   <li>修复List<!-- raw HTML omitted -->类型反序列化报错的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1351">#1351</a></li>
   <li>修复Map类型反序列化输入为空字符串报错的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1356">#1356</a></li>
   <li>修复枚举类型字段缺省输出不是name的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1355">#1355</a></li>
   <li>修复int类型输入超大数字越界时不报错的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1357">#1357</a></li>
   <li>修复JSONSchema校验字符串类型的枚举和常量不起作用的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1367">#1367</a></li>
   <li>修复JSONB在某些场景处理autoType报错的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1366">#1366</a></li>
   <li>JSONPath支持&quot;A.B[?(@.C==null)]&quot;这样的过滤条件 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1369">#1369</a></li>
   <li>修复配置NameFilter后writeNull结果不对的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1348">#1348</a></li>
   <li>增强日期格式的自动识别 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1325">#1325</a></li>
   <li>增强对CSV的支持 <a href="https://github.com/alibaba/fastjson2/blob/main/docs/csv_cn.md">https://github.com/alibaba/fastjson2/blob/main/docs/csv_cn.md</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.28&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.28&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.28&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/5b5191fb13d8b48c6c4a86855c31698adc04861f"><code>5b5191f</code></a> 2.0.28 release</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/c86666f7c698a53d21861ce15821205cacf4425e"><code>c86666f</code></a> update benchmark data</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/11af0379f276f163f6e6c3d60cd98a638506fb4a"><code>11af037</code></a> update benchmark data</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/466632ce131840b85593dffccf089132b279b544"><code>466632c</code></a> fix FieldReader compare with fieldClass</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/37056886589282aa0668218201e6eafc23518582"><code>3705688</code></a> jsonpath support filter [@.xxx is null], for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/1369">#1369</a></li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/ee9130988f40eaaf5a6e39c5544df352d31443b0"><code>ee91309</code></a> remove duplicate code</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/c1df36cb4d900f475e79aef55677e32ee50dba07"><code>c1df36c</code></a> replace FormatValidator with Predicate</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/4f03b1aa13e99b80d82cd6a670bd2d2a06a6b587"><code>4f03b1a</code></a> refactor jsonschem impl</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/2aeeeda1fdd1c7fb48557ab44cfec4465868a923"><code>2aeeeda</code></a> add testcase for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/1289">#1289</a></li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/5b52ef0e0f5ba969a4a1e96e4e913b69ff5e51a8"><code>5b52ef0</code></a> fix readTypeHashCode error, for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/1366">#1366</a></li>
   <li>Additional commits viewable in <a href="https://github.com/alibaba/fastjson2/compare/2.0.27...2.0.28">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.27&new-version=2.0.28)](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 #12110: Bump fastjson2 from 2.0.27 to 2.0.28

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


-- 
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 #12110: Bump fastjson2 from 2.0.27 to 2.0.28

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

   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=12110)
   
   [![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png 'Bug')](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12110&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=12110&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12110&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=12110&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=12110&resolved=false&types=VULNERABILITY) [0 Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12110&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=12110&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=12110&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo&pullRequest=12110&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=12110&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=12110&resolved=false&types=CODE_SMELL) [0 Code Smells](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12110&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=12110&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=12110&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] sonarcloud[bot] commented on pull request #12110: Bump fastjson2 from 2.0.27 to 2.0.28

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

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

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

   ## [Codecov](https://codecov.io/gh/apache/dubbo/pull/12110?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 [#12110](https://codecov.io/gh/apache/dubbo/pull/12110?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (7873411) into [3.2](https://codecov.io/gh/apache/dubbo/commit/6e787b0bcdc0348766dc999c3e47333844fe8091?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6e787b0) will **decrease** coverage by `0.55%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.2   #12110      +/-   ##
   ============================================
   - Coverage     70.11%   69.56%   -0.55%     
   + Complexity      339        2     -337     
   ============================================
     Files          1808     1589     -219     
     Lines         93854    65330   -28524     
     Branches      17017     9513    -7504     
   ============================================
   - Hits          65806    45449   -20357     
   + Misses        22772    15525    -7247     
   + Partials       5276     4356     -920     
   ```
   
   
   [see 3397 files with indirect coverage changes](https://codecov.io/gh/apache/dubbo/pull/12110/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