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/01/12 23:08:45 UTC

[GitHub] [incubator-shenyu] dependabot[bot] opened a new pull request #2762: Bump dubbo from 2.7.8 to 2.7.15

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


   Bumps [dubbo](https://github.com/apache/dubbo) from 2.7.8 to 2.7.15.
   <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.15</h2>
   <h2>Bugfix</h2>
   <ul>
   <li>dubbo-spring-boot-actuator compatible with Spring Boot Actuator 2.6.x</li>
   <li>Check before use to avoid possible NPE in MetadataInfo</li>
   <li>Fix DubboConfigEarlyInitializationPostProcessor registered twice in Spring Framework</li>
   <li>Fix issue where dead connections would not be reconnected</li>
   <li>Fix netty server ssl context file leak</li>
   <li>Fix potential NPE in URLBuilder.java</li>
   <li>Make the warm-up process smoother</li>
   <li>Reset the client value of LazyConnectExchangeClient after close</li>
   <li>Fix StringIndexOutOfBoundsException at addParam</li>
   <li>Change default step to FORCE_INTERFACE</li>
   </ul>
   <h2>Dependency Upgrade</h2>
   <ul>
   <li>Upgrade log4j2 version:  2.11.1 -&gt; 2.17.0</li>
   <li>Upgrade Hessian Lite version: 3.2.11 -&gt; 3.2.12</li>
   <li>Upgrade to jedis: 3.6.0 -&gt; 3.7.0</li>
   <li>Upgrade jetcd: 0.5.3 -&gt; 0.5.7</li>
   <li>Upgrade xstream version: 1.4.10 -&gt; 1.4.12</li>
   <li>Upgrade curator version: 4.0.1 -&gt; 4.2.0</li>
   </ul>
   <h2>dubbo-2.7.14</h2>
   <h2>Change Lists</h2>
   <ul>
   <li>add Dynamic Configuration Override Support For ServiceDiscovery. (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8389">#8389</a>)</li>
   <li>fix mock parameters doesn't work when it contain ':' or '='. (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8379">#8379</a>)</li>
   <li>fix the issue of taking the zone parameter value in ZoneAwareClusterInvoker. (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8521">#8521</a>)</li>
   <li>add the switch for check class is in serialize white list , default is true.  (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8537">#8537</a>)</li>
   <li>fix NPE on serialization checking when request timed out. (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8587">#8587</a>)</li>
   <li>fix NetUtils.ignoreNetworkInterface can't process network card name contains '(' symbol. (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8629">#8629</a>)</li>
   <li>unify the way of getting local address. (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8679">#8679</a>)</li>
   <li>fix retries param didn't work well when it is 0. (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8743">#8743</a>)</li>
   <li>close client immediately when destroy unused invoker. (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8756">#8756</a>)</li>
   <li>fix destroy IllegalStateException and doOverrideIfNecessary NPE. (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8683">#8683</a>)</li>
   <li>show message according to log level when DefaultFuture.closeChannel. (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8778">#8778</a>)</li>
   <li>use MapUtils instead of AttachmentsAdapter. (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/8772">#8772</a>)</li>
   </ul>
   <h2>Dependency Changes</h2>
   <ul>
   <li>netty4: 4.1.51.Final -&gt; 4.1.66.Final</li>
   <li>netty4_ssl: 2.0.39.Final -&gt; 2.0.40.Final</li>
   <li>http_client: 4.5.3 -&gt; 4.5.13</li>
   <li>jetty: 9.4.11.v20180605 -&gt; 9.4.43.v20210629</li>
   <li>apollo_client: 1.1.1 -&gt; 1.8.0</li>
   <li>tomcat_embed: 8.5.31-&gt; 9.0.48</li>
   <li>commons_io: 2.6 -&gt; 2.7</li>
   <li>curator: 5.0.0 -&gt; 5.1.0</li>
   <li>hessian_lite: 3.2.8 -&gt; 3.2.11</li>
   </ul>
   <h2>dubbo-2.7.13</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/dubbo/commit/767620aeddfc84d2299e8ab6f754e56a5ce5a265"><code>767620a</code></a> [2.7] Prepare Dubbo 2.7.15 Release</li>
   <li><a href="https://github.com/apache/dubbo/commit/0d9b09488ec56099d875f2c647d8d6e5a2996b36"><code>0d9b094</code></a> [2.7] Fix pond ignore in URLStrParser (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/9465">#9465</a>)</li>
   <li><a href="https://github.com/apache/dubbo/commit/55672e430a909c4e40f2e7a2dbcad9555a595f41"><code>55672e4</code></a> [2.7] Update Hessian Lite version (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/9456">#9456</a>)</li>
   <li><a href="https://github.com/apache/dubbo/commit/8cc9579c77462adc3ee43b26702630772177924b"><code>8cc9579</code></a> upgrade log4j2 version to 2.17.0 (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/9444">#9444</a>)</li>
   <li><a href="https://github.com/apache/dubbo/commit/63e714a5c2361d1f1fd8d74a0166122b9a75f478"><code>63e714a</code></a> dubbo-spring-boot-actuator compatible with Spring Boot Actuator 2.6.x (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/9394">#9394</a>)...</li>
   <li><a href="https://github.com/apache/dubbo/commit/daeeeb76e993fc22fe3e1bc031b68bb492f0bb72"><code>daeeeb7</code></a> upgrade log4j2 to 2.16.0 (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/9433">#9433</a>)</li>
   <li><a href="https://github.com/apache/dubbo/commit/578bfcb48ce0f690b096ea874793e33c8fc06024"><code>578bfcb</code></a> Improve the readability of the getOrder method (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/9361">#9361</a>)</li>
   <li><a href="https://github.com/apache/dubbo/commit/1296ff8061c68fb8473c6900dc8b611697dd47b4"><code>1296ff8</code></a> [master] Optimize some code for DubboConfigEarlyRegistrationPostProcessor (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/9">#9</a>...</li>
   <li><a href="https://github.com/apache/dubbo/commit/c0b7f9583b1d3676ba012a98632254954405195a"><code>c0b7f95</code></a> Check before use to avoid possible NPE in MetadataInfo (<a href="https://github-redirect.dependabot.com/apache/dubbo/issues/9420">#9420</a>)</li>
   <li><a href="https://github.com/apache/dubbo/commit/9cfb1ae7ac91800f38d147b816c4e0d5ccff75e7"><code>9cfb1ae</code></a> Fix DubboConfigEarlyInitializationPostProcessor registered twice in Spring Fr...</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/dubbo/compare/dubbo-2.7.8...dubbo-2.7.15">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.8&new-version=2.7.15)](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] yu199195 closed pull request #2762: Bump dubbo from 2.7.8 to 2.7.15

Posted by GitBox <gi...@apache.org>.
yu199195 closed pull request #2762:
URL: https://github.com/apache/incubator-shenyu/pull/2762


   


-- 
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] dependabot[bot] commented on pull request #2762: Bump dubbo from 2.7.8 to 2.7.15

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #2762:
URL: https://github.com/apache/incubator-shenyu/pull/2762#issuecomment-1011776661


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

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