dependabot[bot] opened a new pull request, #224:
URL: https://github.com/apache/servicemix-bundles/pull/224

   Bumps 
[io.projectreactor.netty:reactor-netty-http](https://github.com/reactor/reactor-netty)
 from 1.0.18 to 1.0.39.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/reactor/reactor-netty/releases";>io.projectreactor.netty:reactor-netty-http's
 releases</a>.</em></p>
   <blockquote>
   <h2>v1.0.39</h2>
   <!-- raw HTML omitted -->
   <p><code>Reactor Netty</code> <code>1.0.39</code> is part of 
<strong><code>2020.0.38</code> Release Train</strong>.</p>
   <p>This is a recommended update for all <code>Reactor Netty 1.0.x</code> 
users.</p>
   <h2>What's Changed</h2>
   <h3>:sparkles: New features and improvements</h3>
   <ul>
   <li>Depend on <code>Reactor Core</code> <code>v3.4.34</code> by <a 
href="https://github.com/pderop";><code>@​pderop</code></a> in 
ea31f0b8affd3db9d9bb66c979d157ac4a51e7b8, see <a 
href="https://github.com/reactor/reactor-core/releases/tag/v3.4.34";>release 
notes</a></li>
   <li>Depend on <code>Netty</code> <code>v4.1.101.Final</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/2968";>#2968</a></li>
   <li>Depend on <code>Netty QUIC Codec</code> <code>v0.0.52.Final</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/2965";>#2965</a></li>
   <li>Add root cause exception when throwing 
<code>PrematureCloseException</code> by <a 
href="https://github.com/pderop";><code>@​pderop</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/2937";>#2937</a></li>
   </ul>
   <h3>:lady_beetle: Bug fixes</h3>
   <ul>
   <li>Ensure metrics are unregistered when inactive connection pool is 
disposed by <a href="https://github.com/violetagg";><code>@​violetagg</code></a> 
in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/2932";>#2932</a></li>
   <li>Ensure <code>HttpServer</code> metrics 
<code>connections.total/active</code> are correct when multiple local addresses 
by <a href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/2953";>#2953</a></li>
   <li>Ensure the real connection local address without any proxy information 
is used for <code>HttpServer</code> <code>connections.active</code> metrics by 
<a href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/2954";>#2954</a></li>
   <li>Ensure <code>HttpServer</code> <code>connections.total</code> metric is 
correct when connection close happens before connection open by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/2958";>#2958</a></li>
   </ul>
   <h3>:book: Documentation, Tests and Build</h3>
   <ul>
   <li><code>Checkstyle</code>: enable <code>ModifierOrder</code>, javadoc 
checks <code>NonEmptyAtclauseDescription</code>, <code>AtclauseOrder</code> and 
<code>JavadocStyle</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/2951";>#2951</a>, 
<a 
href="https://redirect.github.com/reactor/reactor-netty/issues/2966";>#2966</a>, 
<a 
href="https://redirect.github.com/reactor/reactor-netty/issues/2970";>#2970</a></li>
   </ul>
   <h3>:up: Build/Test Dependency Upgrades</h3>
   <ul>
   <li>Bump <code>jackson-databind</code> to version <code>2.15.3</code> by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/2933";>#2933</a></li>
   <li>Bump <code>tomcat-embed-core</code> to version <code>9.0.82</code> by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/2934";>#2934</a></li>
   <li>Bump <code>junitVersion</code> to version <code>5.10.1</code> by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/2961";>#2961</a></li>
   <li>Bump <code>junit-platform-launcher</code> to version <code>1.10.1</code> 
by <a href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/2962";>#2962</a></li>
   <li>Bump <code>brotli4j</code> to version <code>1.13.0</code> by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/2963";>#2963</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/reactor/reactor-netty/compare/v1.0.38...v1.0.39";>https://github.com/reactor/reactor-netty/compare/v1.0.38...v1.0.39</a></p>
   <h2>v1.0.38</h2>
   <!-- raw HTML omitted -->
   <p><code>Reactor Netty</code> <code>1.0.38</code> is part of 
<strong><code>2020.0.37</code> Release Train</strong>.</p>
   <p>This is a recommended update for all <code>Reactor Netty 1.0.x</code> 
users.</p>
   <h2>What's Changed</h2>
   <h3>:sparkles: New features and improvements</h3>
   <ul>
   <li>Depend on <code>Netty</code> <code>v4.1.100.Final</code> by <a 
href="https://github.com/OlegDokuka";><code>@​OlegDokuka</code></a> in 
8bddf51c0836bff0a7b4645d0b285b243b9845d9</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/reactor/reactor-netty/compare/v1.0.37...v1.0.38";>https://github.com/reactor/reactor-netty/compare/v1.0.37...v1.0.38</a></p>
   <h2>v1.0.37</h2>
   <!-- raw HTML omitted -->
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/ea31f0b8affd3db9d9bb66c979d157ac4a51e7b8";><code>ea31f0b</code></a>
 [release] Prepare and release 1.0.39</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/1ed53217b32d141f002cc2dcc99463c82bf2a2af";><code>1ed5321</code></a>
 [chores] Checkstyle: enable JavadocStyle check (<a 
href="https://redirect.github.com/reactor/reactor-netty/issues/2970";>#2970</a>)</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/dce7dd1b9f7592bcab33ce7e5bbbc6ce7c86662a";><code>dce7dd1</code></a>
 [chores] Add javadoc description</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/e4a486b9eba30b61802752f49f93637f17922b6c";><code>e4a486b</code></a>
 Add HttpServer#metrics(boolean, Function&lt;String, String&gt;, 
Function&lt;String, St...</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/aebdd910e48e016a7d531cd85108cd033e7915ea";><code>aebdd91</code></a>
 Polish</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/780e487ddc99edef1f9cf7720db8eae2ba671da7";><code>780e487</code></a>
 [chores] Javadoc style: first sentence should end with a period</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/3110fa6eaf1a14eaa9cc9498a68d2c4f6c283905";><code>3110fa6</code></a>
 Depend on Netty v4.1.101.Final (<a 
href="https://redirect.github.com/reactor/reactor-netty/issues/2968";>#2968</a>)</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/fd4a2b3c5d5fb63b14f61c0442e881209bf3c5e8";><code>fd4a2b3</code></a>
 [chores] Checkstyle: enable javadoc checks NonEmptyAtclauseDescription and 
At...</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/b35956d94a123df5fe3afbc5710d84b17ccb102c";><code>b35956d</code></a>
 [chores] javadoc tags have to appear in the correct order</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/88f5b82a14cd7be8e4a189a1e726e35d0224ccc7";><code>88f5b82</code></a>
 Depend on Netty QUIC Codec v0.0.52.Final (<a 
href="https://redirect.github.com/reactor/reactor-netty/issues/2965";>#2965</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/reactor/reactor-netty/compare/v1.0.18...v1.0.39";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.projectreactor.netty:reactor-netty-http&package-manager=maven&previous-version=1.0.18&new-version=1.0.39)](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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/servicemix-bundles/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: dev-unsubscr...@servicemix.apache.org

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

Reply via email to