You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/06/10 19:55:01 UTC

[GitHub] [dubbo-kubernetes] dependabot[bot] opened a new pull request, #7: Bump dubbo from 2.6.7 to 2.6.12 in /demo/demo-provider

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

   Bumps [dubbo](https://github.com/apache/incubator-dubbo) from 2.6.7 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>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.6.7...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.6.7&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/dubbo-kubernetes/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@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-kubernetes] chickenlj closed pull request #7: Bump dubbo from 2.6.7 to 2.6.12 in /demo/demo-provider

Posted by "chickenlj (via GitHub)" <gi...@apache.org>.
chickenlj closed pull request #7: Bump dubbo from 2.6.7 to 2.6.12 in /demo/demo-provider
URL: https://github.com/apache/dubbo-kubernetes/pull/7


-- 
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-kubernetes] dependabot[bot] commented on pull request #7: Bump dubbo from 2.6.7 to 2.6.12 in /demo/demo-provider

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

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