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

   Bumps [dubbo](https://github.com/apache/incubator-dubbo) from 2.5.10 to 
2.6.12.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/incubator-dubbo/releases";>dubbo's 
releases</a>.</em></p>
   <blockquote>
   <h2>dubbo-2.6.12</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>[2.6] update hessian lite version: 3.2.11 -&gt; 3.2.12 (<a 
href="https://github-redirect.dependabot.com/apache/incubator-dubbo/issues/9455";>#9455</a>)</li>
   </ul>
   <h2>dubbo-2.6.11</h2>
   <h2>Change Lists</h2>
   <ul>
   <li>Add serialize id check for 2.6 (<a 
href="https://github-redirect.dependabot.com/apache/incubator-dubbo/issues/7912";>#7912</a>)</li>
   <li>[dubbo2.6] cherry up <a 
href="https://github-redirect.dependabot.com/apache/incubator-dubbo/issues/7815";>#7815</a>
 to dubbo2.6 (<a 
href="https://github-redirect.dependabot.com/apache/incubator-dubbo/issues/7992";>#7992</a>)</li>
   <li>Dubbo 2.6.x may not support multi group consumer (<a 
href="https://github-redirect.dependabot.com/apache/incubator-dubbo/issues/7997";>#7997</a>)</li>
   <li>Service annotation #parameters on issue#3072 (<a 
href="https://github-redirect.dependabot.com/apache/incubator-dubbo/issues/8002";>#8002</a>)</li>
   <li>Remove needless toString convert (<a 
href="https://github-redirect.dependabot.com/apache/incubator-dubbo/issues/8093";>#8093</a>)</li>
   <li>Backport 2.7, lazy connection warn log (<a 
href="https://github-redirect.dependabot.com/apache/incubator-dubbo/issues/8329";>#8329</a>)</li>
   <li>backport hessian protocol change from 2.7 (<a 
href="https://github-redirect.dependabot.com/apache/incubator-dubbo/issues/8432";>#8432</a>)</li>
   <li>Dubbo ProviderConsumerRegTable class cause outOfMemory while no provider 
available exception occurs (<a 
href="https://github-redirect.dependabot.com/apache/incubator-dubbo/issues/8522";>#8522</a>)</li>
   <li>fix issue-8516 on 2.6.x (<a 
href="https://github-redirect.dependabot.com/apache/incubator-dubbo/issues/8623";>#8623</a>)</li>
   <li>[2.6] update hessian lite version (<a 
href="https://github-redirect.dependabot.com/apache/incubator-dubbo/issues/8781";>#8781</a>)</li>
   </ul>
   <h2>dubbo-2.6.10.1</h2>
   <h2>Notice</h2>
   <h3>1. ScriptRouter</h3>
   <p>ScriptRouter will not be activated defaultly. If user still wants use it, 
please add scriptRouterFactory in selfs spi file.
   See 
<code>dubbo-cluster/src/test/resources/META-INF/dubbo/internal/org.apache.dubbo.rpc.cluster.RouterFactory</code></p>
   <h3>2. Gerenic Invoke</h3>
   <p>Native Java deserialization will not be activated defaultly. If user 
still wants use it, please set 
<code>dubbo.security.serialize.generic.native-java-enable</code> as 
<code>true</code> in environment.</p>
   <h3>3. Serialization Block List</h3>
   <p>An embedded serialization block list is introduced in 
<code>dubbo-common/src/main/resources/security/serialize.blockedlist</code>.<br 
/>
   If user wants to add allow list, please refer 
<code>dubbo.security.serialize.allowedClassList</code>.</p>
   <h3>4. Serialization ID Check</h3>
   <p>An optional checker can be enabled to check if consumer has sent the 
permitted serialiaztion id and consumer has received the same serialization id 
like it sent to provider. You can set <code>serialization.security.check</code> 
as <code>true</code> to enable this feature.</p>
   <h2>Change Lists</h2>
   <ul>
   <li>Evacuation unnecessary example Initialization, creation Resource 
cost</li>
   <li>Fix TPS Limiter not work under Dynamic Configuration</li>
   <li>Solve the problem of not sharing the shared connection under lazy 
mode</li>
   <li>Fix methodName and retries in FailoverClusterInvoker</li>
   <li>Fix Dubbo qos command not work to offline provider</li>
   <li>Add socks5 proxy support to netty4 client</li>
   <li>Support high version Nacos</li>
   <li>Add some serialize check</li>
   <li>Fix MonitorService missing side=consumer paramter issue</li>
   <li>Fix netty3 backlog</li>
   <li>Fix Deserialization vulnerability</li>
   </ul>
   <h2>dubbo-2.6.9</h2>
   <ul>
   <li>Support hessian 3.2.8/3.2.9 whitelist and blacklist</li>
   <li>Upgrade Fastjson dependency to 1.2.70</li>
   <li>Enhanced consumer side thread pool strategy</li>
   </ul>
   <h2>apache-dubbo-2.6.8</h2>
   <p>Please upgrade to the latest version to avoid potential security 
issues.</p>
   <!-- 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.0/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/0aee8101665262c64122e5fa2c683ef834faff10";><code>0aee810</code></a>
 [2.6] Prepare 2.6.12 Release</li>
   <li><a 
href="https://github.com/apache/dubbo/commit/3b2b20b34c3e16dd349ba5f53ef6fafa10a7b792";><code>3b2b20b</code></a>
 [2.6] update hessian lite version (<a 
href="https://github-redirect.dependabot.com/apache/incubator-dubbo/issues/9455";>#9455</a>)</li>
   <li><a 
href="https://github.com/apache/dubbo/commit/40f44fe0e60d0cb3357c2bed6952c9cef06dd28d";><code>40f44fe</code></a>
 update to 2.6.12-SNAPSHOT</li>
   <li><a 
href="https://github.com/apache/dubbo/commit/42c3a07db376295b371653942ca316435e787434";><code>42c3a07</code></a>
 Merge remote-tracking branch 'origin/2.6.x' into dubbo-2.6.11</li>
   <li><a 
href="https://github.com/apache/dubbo/commit/41b0a22ea4752cf5f1a4bf01990b38befeba731b";><code>41b0a22</code></a>
 update to 2.6.11</li>
   <li><a 
href="https://github.com/apache/dubbo/commit/6ea05b5a201d5f0bb67dc41a4bcc23d3e76cecda";><code>6ea05b5</code></a>
 [2.6] update hessian lite version (<a 
href="https://github-redirect.dependabot.com/apache/incubator-dubbo/issues/8781";>#8781</a>)</li>
   <li><a 
href="https://github.com/apache/dubbo/commit/e9d35554c788309ffa48218decd432456e01b21d";><code>e9d3555</code></a>
 prepare for 2.6.11 release</li>
   <li><a 
href="https://github.com/apache/dubbo/commit/59da412eae06e9892ec15acc3da7a36aa6c3dec4";><code>59da412</code></a>
 fix issue-8516 on 2.6.x (<a 
href="https://github-redirect.dependabot.com/apache/incubator-dubbo/issues/8623";>#8623</a>)</li>
   <li><a 
href="https://github.com/apache/dubbo/commit/2e39f6d31b201a7f01f19ca7f602d71bfb273c14";><code>2e39f6d</code></a>
 prepare for 2.6.11 release</li>
   <li><a 
href="https://github.com/apache/dubbo/commit/f62ca3f71a6db624cd4e3b23a58ed7dacf736d91";><code>f62ca3f</code></a>
 Dubbo ProviderConsumerRegTable class cause outOfMemory while no provider 
avai...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/incubator-dubbo/compare/dubbo-2.5.10...dubbo-2.6.12";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.alibaba:dubbo&package-manager=maven&previous-version=2.5.10&new-version=2.6.12)](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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to