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/05/22 08:02:08 UTC

[GitHub] [dubbo] dependabot[bot] opened a new pull request, #12366: Bump fastjson2 from 2.0.31 to 2.0.32

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

   Bumps [fastjson2](https://github.com/alibaba/fastjson2) from 2.0.31 to 2.0.32.
   <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.32发布</h2>
   <p>这又是一个Bug修复功能增强版本,大家按需升级。</p>
   <p>最近使用FASTJSON 2的用户快速增长,这次的发布是应用户要求发布,也修复了一些相关的问题。</p>
   <p>FASTJSON 2从2022年4月19日开源到现在已经满一年,FASTJSON 2已经被非常多的用户采用,取得非常好的成绩,如下:</p>
   <p>GITHUB STAR 2.7k
   GITHUB user repos 3.9k
   Maven中央仓库4月份下载量43万</p>
   <h1>Issues</h1>
   <ol>
   <li>提升基本类型序列化double/BigDecimal/LocalDate/OffsetDateTime类型的序列化和反序列化性能</li>
   <li>修改JSONWriter.Context的configFilter 方法为public <a href="https://redirect.github.com/alibaba/fastjson2/issues/1481">#1481</a></li>
   <li>修复兼容API TypeUtils.compatibleWithFieldName = true 不起作用的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1432">#1432</a></li>
   <li>修复反序列化某些场景不兼容Set的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1417">#1417</a></li>
   <li>修复某些场景枚举类型自定义序列化不起作用的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1479">#1479</a></li>
   <li>增强对non-getter/setter方法annotation的识别 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1474">#1474</a></li>
   <li>修复Feature.SupportAutoType 打开时某些场景报错的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1457">#1457</a></li>
   <li>修复JSONReader.Feature.SupportSmartMatch在无构造函数场景不起作用的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1460">#1460</a></li>
   <li>修复集合类型重载时类型变化annotation不起作用的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1465">#1465</a></li>
   <li>修复Boolean类型配置JSONField#serializeUsing不起作用的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1461">#1461</a></li>
   <li>修复特定场景反序列化泛型NPE的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1450">#1450</a></li>
   <li>修复dubbo用户发现的反序列化异常 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1451">#1451</a></li>
   <li>JSONObject &amp; JSONArray的getString方法修复LocalDateTime等类型的处理</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.32&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.32&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.32&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/2b7cde1d9c5f07424dbf1f86168728844f74544d"><code>2b7cde1</code></a> 2.0.32 release</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/1b81efd74c5570365ad8ffa6147c09538afb8da1"><code>1b81efd</code></a> fix testcase</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/64071b320fcd550d188d21c95a69fb77a5d0505e"><code>64071b3</code></a> add testcase &amp; bug fix</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/70d9e0bc158edc94ace2deab528af4b5f5d43cd2"><code>70d9e0b</code></a> speed up deserialize double</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/5dc448674b80a37d00bacb5f7dd59348fd5c9d4b"><code>5dc4486</code></a> public configFilter</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/887d8dde3489b256c9110b38533656e12365d665"><code>887d8dd</code></a> speed up serialize &amp; deserialize</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/ed66f95fb63bea88233e08a7888e58fd110c16cd"><code>ed66f95</code></a> fix kryo benchmark, support multi-thread</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/b3cbd588a19f8cb7444cd1475d6aecb91e3f3f6c"><code>b3cbd58</code></a> speed up CSVWriter</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/7f232dd655d22160d43b030efc83ae2ac4e052a6"><code>7f232dd</code></a> speed up : serialize numbers</li>
   <li><a href="https://github.com/alibaba/fastjson2/commit/a6caf7d28d83767fd5a393f7281dce2bbc17afe6"><code>a6caf7d</code></a> speed up : deserialize OffsetDateTime</li>
   <li>Additional commits viewable in <a href="https://github.com/alibaba/fastjson2/compare/2.0.31...2.0.32">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.31&new-version=2.0.32)](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 #12366: Bump fastjson2 from 2.0.31 to 2.0.32

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

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

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


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