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

[GitHub] [skywalking-java] dependabot[bot] opened a new pull request, #474: Bump dubbo from 2.7.0 to 2.7.21 in /test/plugin/scenarios/dubbo-2.7.x-scenario

dependabot[bot] opened a new pull request, #474:
URL: https://github.com/apache/skywalking-java/pull/474

   Bumps [dubbo](https://github.com/apache/dubbo) from 2.7.0 to 2.7.21.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/apache/dubbo/releases">dubbo's releases</a>.</em></p>
   <blockquote>
   <h2>dubbo-2.7.21</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Update check list</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/dubbo/compare/dubbo-2.7.20...dubbo-2.7.21">https://github.com/apache/dubbo/compare/dubbo-2.7.20...dubbo-2.7.21</a></p>
   <h2>dubbo-2.7.20</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix Nacos ServiceName error by <a href="https://github.com/AlbumenJ"><code>@​AlbumenJ</code></a> in <a href="https://github-redirect.dependabot.com/apache/dubbo/pull/11180">apache/dubbo#11180</a></li>
   <li>Add router fail fast option (Backport <a href="https://github-redirect.dependabot.com/apache/dubbo/issues/9388">#9388</a>) by <a href="https://github.com/AlbumenJ"><code>@​AlbumenJ</code></a> in <a href="https://github-redirect.dependabot.com/apache/dubbo/pull/11188">apache/dubbo#11188</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/dubbo/compare/dubbo-2.7.19...dubbo-2.7.20">https://github.com/apache/dubbo/compare/dubbo-2.7.19...dubbo-2.7.20</a></p>
   <h2>dubbo-2.7.19</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix nacos registry randomly throws no provider exception due to legacy service names</li>
   <li>Add system properties to support allow non-serializable class</li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/JiHongYuan"><code>@​JiHongYuan</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/apache/dubbo/pull/10674">apache/dubbo#10674</a></li>
   <li><a href="https://github.com/hujun-w-2"><code>@​hujun-w-2</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/apache/dubbo/pull/11038">apache/dubbo#11038</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/dubbo/compare/dubbo-2.7.18...dubbo-2.7.19">https://github.com/apache/dubbo/compare/dubbo-2.7.18...dubbo-2.7.19</a></p>
   <h2>dubbo-2.7.18</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>[2.7] Remove useless toString in Timeout Filter by <a href="https://github.com/AlbumenJ"><code>@​AlbumenJ</code></a> in <a href="https://github-redirect.dependabot.com/apache/dubbo/pull/10531">apache/dubbo#10531</a></li>
   <li>Fixes <a href="https://github-redirect.dependabot.com/apache/dubbo/issues/9913">#9913</a>, rmi protocol supoort group and version by <a href="https://github.com/xielongfei"><code>@​xielongfei</code></a> in <a href="https://github-redirect.dependabot.com/apache/dubbo/pull/9951">apache/dubbo#9951</a></li>
   <li>[2.7] Update hessian version by <a href="https://github.com/AlbumenJ"><code>@​AlbumenJ</code></a> in <a href="https://github-redirect.dependabot.com/apache/dubbo/pull/10630">apache/dubbo#10630</a></li>
   <li>Fix <a href="https://github-redirect.dependabot.com/apache/dubbo/issues/10631">#10631</a> Fix PojoUtils support localdatetime,lcaldate,localtime serializable and deserialize by <a href="https://github.com/wuwen5"><code>@​wuwen5</code></a> in <a href="https://github-redirect.dependabot.com/apache/dubbo/pull/10632">apache/dubbo#10632</a></li>
   </ul>
   <h2>Dependency Upgrade</h2>
   <ul>
   <li>Upgrade hessian-lite version: 3.2.12 -&gt; 3.2.13 <a href="https://github-redirect.dependabot.com/apache/dubbo/pull/10630">apache/dubbo#10630</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/xielongfei"><code>@​xielongfei</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/apache/dubbo/pull/9951">apache/dubbo#9951</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/dubbo/compare/dubbo-2.7.17...dubbo-2.7.18">https://github.com/apache/dubbo/compare/dubbo-2.7.17...dubbo-2.7.18</a></p>
   <h2>dubbo-2.7.17</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Interrupt current thread when InterruptException occur by <a href="https://github.com/happytimor"><code>@​happytimor</code></a> in <a href="https://github-redirect.dependabot.com/apache/dubbo/pull/10164">apache/dubbo#10164</a></li>
   <li>Remove to rpcInvocation string by <a href="https://github.com/AlbumenJ"><code>@​AlbumenJ</code></a> in <a href="https://github-redirect.dependabot.com/apache/dubbo/pull/10460">apache/dubbo#10460</a></li>
   <li>Fix Nacos aggregate listen by <a href="https://github.com/AlbumenJ"><code>@​AlbumenJ</code></a> in <a href="https://github-redirect.dependabot.com/apache/dubbo/pull/10467">apache/dubbo#10467</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/dubbo/compare/dubbo-2.7.16...dubbo-2.7.17">https://github.com/apache/dubbo/compare/dubbo-2.7.16...dubbo-2.7.17</a></p>
   <h2>dubbo-2.7.16</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/apache/dubbo/blob/3.2/CHANGES.md">dubbo's changelog</a>.</em></p>
   <blockquote>
   <h1>Release Notes</h1>
   <p>Please refer to <a href="https://github.com/apache/dubbo/releases">https://github.com/apache/dubbo/releases</a> for notes of future releases.</p>
   <h2>2.7.6</h2>
   <h3>Features</h3>
   <ul>
   <li>Support Service Authentication <a href="https://github-redirect.dependabot.com/apache/dubbo/issues/5461">apache/dubbo#5461</a></li>
   </ul>
   <h3>Enhancement</h3>
   <ul>
   <li>Removing the internal JDK API from FileSystemDynamicConfiguration</li>
   <li>Refactor the APT test-cases implementation of dubbo-metadata-processor in Java 9+</li>
   <li>Remove feature envy</li>
   <li>JsonRpcProtocol support Generalization</li>
   <li>Reduce object allocation for ProtocolUtils.serviceKey</li>
   <li>Reduce object allocation for ContextFilter.invoke</li>
   </ul>
   <h3>Bugfixes</h3>
   <ul>
   <li>Fixed bugs reported from 2.7.5 or lower versions, check <a href="https://github.com/apache/dubbo/milestone/30">2.7.6 milestone</a> for details.</li>
   </ul>
   <h3>Compatibility</h3>
   <ol>
   <li>Filter refactor, the callback method <code>onResponse</code> annotated as <a href="https://github.com/Deprecated"><code>@​Deprecated</code></a> has been removed, users of lower versions that
   have extended Filter implementations and enabled Filter callbacks should be careful of this change.</li>
   <li>RpcContext added some experimental APIs to support generic Object transmission.</li>
   </ol>
   <h2>2.7.5</h2>
   <h3>Features</h3>
   <ul>
   <li>Support HTTP/2 through gRPC, offers all features supported by HTTP/2 and gRPC
   <ul>
   <li>Stream communication: client stream, server stream and bi-stream.</li>
   <li>Reactive stream style RPC call.</li>
   <li>Back pressure based on HTTP/2 flow-control mechanism.</li>
   <li>TLS secure transport layer.</li>
   <li>Define service using IDL</li>
   </ul>
   </li>
   <li>Protobuf support for native Dubbo
   <ul>
   <li>Define service using IDL</li>
   <li>Protobuf serialization</li>
   </ul>
   </li>
   <li>TLS for netty4 server</li>
   <li>New SPI for dynamically adding extra parameters into provider URL, especially env parameters.</li>
   <li><strong>[BETA]</strong> Brand new Service Discovery mechanism: Service Reflection - instance (application) level service discovery.</li>
   <li><strong>[BETA]</strong> Brand new API for bootstraping Dubbo projects</li>
   </ul>
   <h3>Performance Tuning</h3>
   <ul>
   <li>Overall performance improved by nearly 30% compared to v2.7.3 (by QPS in certain circumstances)</li>
   <li>Improved consumer side thread model to avoid thread allocation and context switch, especially useful for services serving big traffic.</li>
   </ul>
   <h3>Enhancement</h3>
   <ul>
   <li>Load balance strategy among multiple registries:
   <ul>
   <li>Preferred</li>
   <li>Same zone first</li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/dubbo/commit/4e80ee57eedc14375565cff4cfcdff308f7eb2ff"><code>4e80ee5</code></a> Update NOTICE</li>
   <li><a href="https://github.com/apache/dubbo/commit/1f40fde04cfa98a45fc249f876bc1d438c0adfa2"><code>1f40fde</code></a> Prepare 2.7.21 release</li>
   <li><a href="https://github.com/apache/dubbo/commit/6104444a74c93046c0af8ed822ecf87ebe85fa66"><code>6104444</code></a> Update list</li>
   <li><a href="https://github.com/apache/dubbo/commit/6f4011fff98efb2de7010365feb98bc47dbf95d3"><code>6f4011f</code></a> Bump to 2.7.21-SNAPSHOT</li>
   <li><a href="https://github.com/apache/dubbo/commit/6200a899476a777ff0c8228bf651b56c4ff5fc66"><code>6200a89</code></a> Prepare 2.7.20 release</li>
   <li><a href="https://github.com/apache/dubbo/commit/bf29eb5706eb7a392c8f3e72192f684943f99403"><code>bf29eb5</code></a> Add router fail fast option (Backport <a href="https://github-redirect.dependabot.com/apache/dubbo/issues/9388">#9388</a>) (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/11188">#11188</a>)</li>
   <li><a href="https://github.com/apache/dubbo/commit/326fb7250c8b6e175785167da6ea1188a7582cd5"><code>326fb72</code></a> Fix Nacos ServiceName error (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/11180">#11180</a>)</li>
   <li><a href="https://github.com/apache/dubbo/commit/d6341d98baa12252466295a1d1ae2cdde97d6ef7"><code>d6341d9</code></a> bump to 2.7.20-SNAPSHOT</li>
   <li><a href="https://github.com/apache/dubbo/commit/3e8c759a6bf40800eb77120d3008d322b494b8a7"><code>3e8c759</code></a> Prepare 2.7.19 release</li>
   <li><a href="https://github.com/apache/dubbo/commit/37689d927ac1967ffef5e7681100d1d0256c33ba"><code>37689d9</code></a> Cherry pick <a href="https://github-redirect.dependabot.com/apache/dubbo/issues/9340">#9340</a></li>
   <li>Additional commits viewable in <a href="https://github.com/apache/dubbo/compare/dubbo-2.7.0...dubbo-2.7.21">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.dubbo:dubbo&package-manager=maven&previous-version=2.7.0&new-version=2.7.21)](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)
   - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/skywalking-java/network/alerts).
   
   </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@skywalking.apache.org

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


[GitHub] [skywalking-java] kezhenxu94 closed pull request #474: Bump dubbo from 2.7.0 to 2.7.21 in /test/plugin/scenarios/dubbo-2.7.x-scenario

Posted by "kezhenxu94 (via GitHub)" <gi...@apache.org>.
kezhenxu94 closed pull request #474: Bump dubbo from 2.7.0 to 2.7.21 in /test/plugin/scenarios/dubbo-2.7.x-scenario
URL: https://github.com/apache/skywalking-java/pull/474


-- 
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@skywalking.apache.org

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


[GitHub] [skywalking-java] dependabot[bot] commented on pull request #474: Bump dubbo from 2.7.0 to 2.7.21 in /test/plugin/scenarios/dubbo-2.7.x-scenario

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #474:
URL: https://github.com/apache/skywalking-java/pull/474#issuecomment-1461007237

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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@skywalking.apache.org

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