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/06/19 08:10:21 UTC

[GitHub] [dubbo] dependabot[bot] opened a new pull request, #12566: Bump fastjson2 from 2.0.33 to 2.0.34

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

   Bumps [fastjson2](https://github.com/alibaba/fastjson2) from 2.0.33 to 2.0.34.
   <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.34版本发布,增加对Android4的兼容</h2>
   <p>这又是一个Bug修复功能增强版本,大家按需升级。2.0.34版本有了进一步提升,性能测试报告看这里 <a href="https://github.com/alibaba/fastjson2/wiki/fastjson_benchmark">https://github.com/alibaba/fastjson2/wiki/fastjson_benchmark</a></p>
   <h1>Issues</h1>
   <ol>
   <li>修复不兼容WriteClassName导致L后缀的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1512">#1512</a></li>
   <li>修复LinkedList对象反序列化结果类型不对的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1520">#1520</a></li>
   <li>修复报错信息不对的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1533">#1533</a></li>
   <li>增强toJavaObject的支持,支持字符串转List <a href="https://redirect.github.com/alibaba/fastjson2/issues/1517">#1517</a></li>
   <li>修复contextClassLoader为空时导致空指针异常的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1534">#1534</a></li>
   <li>修复WriteNoneStringValueAsString选项对Number类型不起作用的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1537">#1537</a></li>
   <li>修复序列化打开PrettyFormat导致数据越界的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1557">#1557</a></li>
   <li>修复Float/Double在format之后序列哈NaN结果不为null的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1562">#1562</a></li>
   <li>修复JSONB.toJSONString当数据类型为TIMESTAMP时结果不对的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1568">#1568</a></li>
   <li>修复序列化不支持Iterable类型的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1563">#1563</a></li>
   <li>修复父类字段配置serialize=false导致子类同名字段不能序列化的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1513">#1513</a></li>
   <li>修复RecomputeFieldValue.FieldOffset编译告警问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1519">#1519</a></li>
   <li>增强JSONPath支持多个条件的filter <a href="https://redirect.github.com/alibaba/fastjson2/issues/1516">#1516</a></li>
   <li>修复某些场景引用计算不起作用的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1515">#1515</a> <a href="https://redirect.github.com/alibaba/fastjson2/issues/1514">#1514</a></li>
   <li>新增加JSONWriter.Feature.NotWriteNumberClassName <a href="https://redirect.github.com/alibaba/fastjson2/issues/1510">#1510</a></li>
   <li>修复kotlin.collections.EmptyList不能序列化的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1540">#1540</a></li>
   <li>修复序列化有循环引用对象报OOM的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1545">#1545</a> <a href="https://redirect.github.com/alibaba/fastjson2/issues/1544">#1544</a></li>
   <li>增强对Enum反序列化的支持 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1578">#1578</a></li>
   <li>新增对android 4兼容的版本 2.0.34.1.android</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.34&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.34.1.android&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.34&lt;/version&gt;
   &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/6427eddb0077d169ef72ac0d13aaad73d5aa3677"><code>6427edd</code></a> 2.0.34 release</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/4609e88db2005f6083cd7c0ca73aa32d3f0c10e9"><code>4609e88</code></a> add benchmark data</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/102ebf8c2639e5a23364132bb1149c366ece1427"><code>102ebf8</code></a> remove unused code &amp; refactor</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/ea3bc5d759eb09f795c4895bf82bd93af753c0d3"><code>ea3bc5d</code></a> Fixed  enum mismatch (<a href="https://redirect.github.com/alibaba/fastjson2/issues/1581">#1581</a>)</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/2534e1eb5b1c59ece7707c177fee3af9807d2eaa"><code>2534e1e</code></a> chore: change the scope(kotlin-stdlib) to <code>provided</code> (<a href="https://redirect.github.com/alibaba/fastjson2/issues/1580">#1580</a>)</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/22cb84072ad9f41a9d77fde09b71c93299dc5ffc"><code>22cb840</code></a> 代码优化和单词拼写修复 (<a href="https://redirect.github.com/alibaba/fastjson2/issues/1577">#1577</a>)</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/12faf2afdb5963f67f36b7a8413f231958fe3f32"><code>12faf2a</code></a> fix checkstyle</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/b0dfe516cb3ec6f0d253e93cac297140a5f09385"><code>b0dfe51</code></a> remove eishay vo <a href="https://github.com/JSONCompiled"><code>@​JSONCompiled</code></a></li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/1c822a2dc198c99ed6a1f001a244385edb98884f"><code>1c822a2</code></a> fix testcase for pr <a href="https://redirect.github.com/alibaba/fastjson2/issues/1572">#1572</a></li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/0fb4bf83d66a0557bb2f553a253f73c7bbf41353"><code>0fb4bf8</code></a> Apt codegen (<a href="https://redirect.github.com/alibaba/fastjson2/issues/1575">#1575</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/alibaba/fastjson2/compare/2.0.33...2.0.34">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.33&new-version=2.0.34)](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] sonarcloud[bot] commented on pull request #12566: Bump fastjson2 from 2.0.33 to 2.0.34

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

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

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


-- 
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 #12566: Bump fastjson2 from 2.0.33 to 2.0.34

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

   ## [Codecov](https://app.codecov.io/gh/apache/dubbo/pull/12566?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   > Merging [#12566](https://app.codecov.io/gh/apache/dubbo/pull/12566?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (ac94ee8) into [3.2](https://app.codecov.io/gh/apache/dubbo/commit/f81c3f3a44d3bd634f4f63fce83b0bcbaae86040?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (f81c3f3) will **increase** coverage by `2.53%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.2   #12566      +/-   ##
   ============================================
   + Coverage     66.69%   69.22%   +2.53%     
     Complexity        2        2              
   ============================================
     Files          1772     1637     -135     
     Lines         70987    67549    -3438     
     Branches      10177     9908     -269     
   ============================================
   - Hits          47346    46762     -584     
   + Misses        19061    16259    -2802     
   + Partials       4580     4528      -52     
   ```
   
   
   [see 173 files with indirect coverage changes](https://app.codecov.io/gh/apache/dubbo/pull/12566/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   
   :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=apache)
   


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