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

[GitHub] [incubator-shenyu] dependabot[bot] opened a new pull request, #3526: Bump dubbo from 2.6.5 to 2.6.12 in /shenyu-examples/shenyu-examples-dubbo/shenyu-examples-alibaba-dubbo-service-annotation

dependabot[bot] opened a new pull request, #3526:
URL: https://github.com/apache/incubator-shenyu/pull/3526

   Bumps [dubbo](https://github.com/apache/incubator-dubbo) from 2.6.5 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.6.5...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.5&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/incubator-shenyu/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@shenyu.apache.org

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


[GitHub] [incubator-shenyu] codecov-commenter commented on pull request #3526: Bump dubbo from 2.6.5 to 2.6.12 in /shenyu-examples/shenyu-examples-dubbo/shenyu-examples-alibaba-dubbo-service-annotation

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #3526:
URL: https://github.com/apache/incubator-shenyu/pull/3526#issuecomment-1152713661

   # [Codecov](https://codecov.io/gh/apache/incubator-shenyu/pull/3526?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#3526](https://codecov.io/gh/apache/incubator-shenyu/pull/3526?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (401b1f8) into [master](https://codecov.io/gh/apache/incubator-shenyu/commit/0f78703f136ac3376b966f89eddff82ef62ca1a4?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (0f78703) will **decrease** coverage by `0.18%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@             Coverage Diff              @@
   ##             master    #3526      +/-   ##
   ============================================
   - Coverage     62.85%   62.67%   -0.19%     
   + Complexity     5577     5541      -36     
   ============================================
     Files           842      842              
     Lines         23343    23343              
     Branches       2115     2115              
   ============================================
   - Hits          14673    14630      -43     
   - Misses         7321     7364      +43     
     Partials       1349     1349              
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/incubator-shenyu/pull/3526?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...henyu/plugin/grpc/resolver/ShenyuNameResolver.java](https://codecov.io/gh/apache/incubator-shenyu/pull/3526/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2hlbnl1LXBsdWdpbi9zaGVueXUtcGx1Z2luLWdycGMvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NoZW55dS9wbHVnaW4vZ3JwYy9yZXNvbHZlci9TaGVueXVOYW1lUmVzb2x2ZXIuamF2YQ==) | `63.82% <0.00%> (-8.52%)` | :arrow_down: |
   | [.../plugin/grpc/loadbalance/AbstractLoadBalancer.java](https://codecov.io/gh/apache/incubator-shenyu/pull/3526/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2hlbnl1LXBsdWdpbi9zaGVueXUtcGx1Z2luLWdycGMvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NoZW55dS9wbHVnaW4vZ3JwYy9sb2FkYmFsYW5jZS9BYnN0cmFjdExvYWRCYWxhbmNlci5qYXZh) | `70.65% <0.00%> (-7.61%)` | :arrow_down: |
   | [.../apache/shenyu/admin/model/dto/BatchCommonDTO.java](https://codecov.io/gh/apache/incubator-shenyu/pull/3526/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2hlbnl1LWFkbWluL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9zaGVueXUvYWRtaW4vbW9kZWwvZHRvL0JhdGNoQ29tbW9uRFRPLmphdmE=) | `50.00% <0.00%> (-7.15%)` | :arrow_down: |
   | [...apache/shenyu/admin/model/dto/AuthPathWarpDTO.java](https://codecov.io/gh/apache/incubator-shenyu/pull/3526/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2hlbnl1LWFkbWluL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9zaGVueXUvYWRtaW4vbW9kZWwvZHRvL0F1dGhQYXRoV2FycERUTy5qYXZh) | `57.14% <0.00%> (-7.15%)` | :arrow_down: |
   | [...org/apache/shenyu/admin/model/dto/AuthPathDTO.java](https://codecov.io/gh/apache/incubator-shenyu/pull/3526/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2hlbnl1LWFkbWluL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9zaGVueXUvYWRtaW4vbW9kZWwvZHRvL0F1dGhQYXRoRFRPLmphdmE=) | `58.82% <0.00%> (-5.89%)` | :arrow_down: |
   | [...nyu/plugin/motan/cache/ApplicationConfigCache.java](https://codecov.io/gh/apache/incubator-shenyu/pull/3526/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2hlbnl1LXBsdWdpbi9zaGVueXUtcGx1Z2luLW1vdGFuL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9zaGVueXUvcGx1Z2luL21vdGFuL2NhY2hlL0FwcGxpY2F0aW9uQ29uZmlnQ2FjaGUuamF2YQ==) | `52.00% <0.00%> (-5.00%)` | :arrow_down: |
   | [.../logging/rocketmq/utils/LogCollectConfigUtils.java](https://codecov.io/gh/apache/incubator-shenyu/pull/3526/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2hlbnl1LXBsdWdpbi9zaGVueXUtcGx1Z2luLWxvZ2dpbmcvc2hlbnl1LXBsdWdpbi1sb2dnaW5nLXJvY2tldG1xL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9zaGVueXUvcGx1Z2luL2xvZ2dpbmcvcm9ja2V0bXEvdXRpbHMvTG9nQ29sbGVjdENvbmZpZ1V0aWxzLmphdmE=) | `71.11% <0.00%> (-4.45%)` | :arrow_down: |
   | [...che/shenyu/admin/model/vo/DashboardUserEditVO.java](https://codecov.io/gh/apache/incubator-shenyu/pull/3526/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2hlbnl1LWFkbWluL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9zaGVueXUvYWRtaW4vbW9kZWwvdm8vRGFzaGJvYXJkVXNlckVkaXRWTy5qYXZh) | `60.86% <0.00%> (-4.35%)` | :arrow_down: |
   | [...ache/shenyu/admin/model/dto/DataPermissionDTO.java](https://codecov.io/gh/apache/incubator-shenyu/pull/3526/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2hlbnl1LWFkbWluL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9zaGVueXUvYWRtaW4vbW9kZWwvZHRvL0RhdGFQZXJtaXNzaW9uRFRPLmphdmE=) | `59.25% <0.00%> (-3.71%)` | :arrow_down: |
   | [...rg/apache/shenyu/admin/model/page/CommonPager.java](https://codecov.io/gh/apache/incubator-shenyu/pull/3526/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2hlbnl1LWFkbWluL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9zaGVueXUvYWRtaW4vbW9kZWwvcGFnZS9Db21tb25QYWdlci5qYXZh) | `44.82% <0.00%> (-3.45%)` | :arrow_down: |
   | ... and [20 more](https://codecov.io/gh/apache/incubator-shenyu/pull/3526/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/incubator-shenyu/pull/3526?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/incubator-shenyu/pull/3526?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [0f78703...401b1f8](https://codecov.io/gh/apache/incubator-shenyu/pull/3526?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


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

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


[GitHub] [incubator-shenyu] yu199195 merged pull request #3526: Bump dubbo from 2.6.5 to 2.6.12 in /shenyu-examples/shenyu-examples-dubbo/shenyu-examples-alibaba-dubbo-service-annotation

Posted by GitBox <gi...@apache.org>.
yu199195 merged PR #3526:
URL: https://github.com/apache/incubator-shenyu/pull/3526


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

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