dependabot[bot] opened a new pull request, #13461:
URL: https://github.com/apache/camel/pull/13461

   Bumps `reactor-netty-version` from 1.1.15 to 1.1.17.
   Updates `io.projectreactor.netty:reactor-netty` from 1.1.15 to 1.1.17
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/reactor/reactor-netty/releases";>io.projectreactor.netty:reactor-netty's
 releases</a>.</em></p>
   <blockquote>
   <h2>v1.1.17</h2>
   <!-- raw HTML omitted -->
   <p><code>Reactor Netty</code> <code>1.1.17</code> is part of 
<strong><code>2022.0.17</code> Release Train</strong> and 
<strong><code>2023.0.4</code> Release Train</strong>.</p>
   <p>This is a recommended update for all <code>Reactor Netty 1.1.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.5.15</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in 
84dff5cb162a3ea623f5869576d8ab7a64e33566, see <a 
href="https://github.com/reactor/reactor-core/releases/tag/v3.5.15";>release 
notes</a></li>
   <li>Depend on <code>Netty</code> <code>v4.1.107.Final</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3062";>#3062</a></li>
   <li>Depend on <code>netty-incubator-transport-native-io_uring</code> 
<code>v0.0.25.Final</code> by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3066";>#3066</a></li>
   <li>Depend on <code>Netty QUIC Codec</code> <code>v0.0.59.Final</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3097";>#3097</a></li>
   <li>Enable <code>DNS</code> <code>retryOnTimeout</code> with 
<code>TCP</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3063";>#3063</a></li>
   <li>Add proxy address information to the metrics by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3081";>#3081</a></li>
   <li>Provide better exception message for invalid <code>PORT</code> env 
variable by <a href="https://github.com/violetagg";><code>@​violetagg</code></a> 
in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3083";>#3083</a></li>
   </ul>
   <h3>:lady_beetle: Bug fixes</h3>
   <ul>
   <li>Ensure <code>remoteAddress</code> metrics tag is always the real remote 
address regardless whether there is proxy by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3074";>#3074</a></li>
   <li>When metrics are enabled and <code>responseTimeout</code> is configured, 
ensure the correct order for <code>ChannelHandlers</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3090";>#3090</a></li>
   </ul>
   <h3>:book: Documentation</h3>
   <ul>
   <li>Update connection close FAQ by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3082";>#3082</a></li>
   <li>Fix javadoc by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3084";>#3084</a></li>
   <li>Add info for 
<code>reactor.netty.connection.provider.pending.connections.time</code> metric 
by <a href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3093";>#3093</a></li>
   <li>Add info for <code>HTTP/2</code> connection pool metrics by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3094";>#3094</a></li>
   <li>Add <code>How To</code> dispose <code>Event Loop 
Group</code>/<code>Connection Pool</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3095";>#3095</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/reactor/reactor-netty/compare/v1.1.16...v1.1.17";>https://github.com/reactor/reactor-netty/compare/v1.1.16...v1.1.17</a></p>
   <h2>v1.1.16</h2>
   <!-- raw HTML omitted -->
   <p><code>Reactor Netty</code> <code>1.1.16</code> is part of 
<strong><code>2022.0.16</code> Release Train</strong> and 
<strong><code>2023.0.3</code> Release Train</strong>.</p>
   <p>This is a recommended update for all <code>Reactor Netty 1.1.x</code> 
users.</p>
   <h2>What's Changed</h2>
   <h3>:warning: Update considerations and deprecations</h3>
   <ul>
   <li>Ensure cookies can be added by <code>BiConsumer</code> provided with 
<code>HttpClient#followRedirect</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3039";>#3039</a></li>
   </ul>
   <h3>:sparkles: New features and improvements</h3>
   <ul>
   <li>Depend on <code>Netty</code> <code>v4.1.106.Final</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3034";>#3034</a></li>
   <li>Depend on <code>Netty QUIC Codec</code> <code>v0.0.57.Final</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3055";>#3055</a></li>
   <li>Obtain <code>Http2FrameCodec</code> context only when needed by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3032";>#3032</a></li>
   </ul>
   <h3>:lady_beetle: Bug fixes</h3>
   <ul>
   <li>Ensure <code>ChannelHandlerContext.isRemoved</code> is called only when 
in event loop by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3031";>#3031</a></li>
   <li>Ensure <code>websocket</code> <code>compression</code> is enabled when 
<code>server</code> is configured with <code>HttpProtocol.H2C</code> and 
<code>HttpProtocol.HTTP1.1</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3037";>#3037</a></li>
   </ul>
   <h3>:book: Documentation, Tests and Build</h3>
   <ul>
   <li>Update <code>CodeQL</code> with the latest configurations by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3046";>#3046</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/84dff5cb162a3ea623f5869576d8ab7a64e33566";><code>84dff5c</code></a>
 [release] Prepare and release 1.1.17</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/9ef725e461a9d4b88909d4266469de258d7b2d1c";><code>9ef725e</code></a>
 Merge-ignore release 1.0.43 into 1.1.17</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/ff5b8d61c64d30a0cff9c28bd9d5b5670a04d8ce";><code>ff5b8d6</code></a>
 [release] Back to snapshots, next is 1.0.44-SNAPSHOT</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/8bd89f07f0ec470e12b4ddbe06a562705254a244";><code>8bd89f0</code></a>
 [release] Prepare and release 1.0.43</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/b892170cb4c4b3a2005cffab5b0baf9826b14015";><code>b892170</code></a>
 Merge <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3097";>#3097</a> 
into 1.1.17</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/131709f8db806f3c99c4ffaf99a72905e2b94b77";><code>131709f</code></a>
 Depend on Netty QUIC Codec v0.0.59.Final (<a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3097";>#3097</a>)</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/4d5ba93565f1da2b5b0bc20c917c1db2458e1786";><code>4d5ba93</code></a>
 Merge <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3096";>#3096</a> 
into 1.1.17</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/1312b91386deefc1fbc7bdade3a65005ed5b26cf";><code>1312b91</code></a>
 Bump io.specto:hoverfly-java-junit5 from 0.16.2 to 0.17.0 (<a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3096";>#3096</a>)</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/0597ddd410d3d28aad0e5a0f57f6a5fb10c86d8e";><code>0597ddd</code></a>
 [doc] Add <code>How To</code> dispose Event Loop Group/Connection Pool (<a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3095";>#3095</a>)</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/106273c5689e7744faf443a1a34b4e08f66e86d4";><code>106273c</code></a>
 [doc] Add info for HTTP/2 connection pool metrics (<a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3094";>#3094</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/reactor/reactor-netty/compare/v1.1.15...v1.1.17";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.projectreactor.netty:reactor-netty-core` from 1.1.15 to 1.1.17
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/reactor/reactor-netty/releases";>io.projectreactor.netty:reactor-netty-core's
 releases</a>.</em></p>
   <blockquote>
   <h2>v1.1.17</h2>
   <!-- raw HTML omitted -->
   <p><code>Reactor Netty</code> <code>1.1.17</code> is part of 
<strong><code>2022.0.17</code> Release Train</strong> and 
<strong><code>2023.0.4</code> Release Train</strong>.</p>
   <p>This is a recommended update for all <code>Reactor Netty 1.1.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.5.15</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in 
84dff5cb162a3ea623f5869576d8ab7a64e33566, see <a 
href="https://github.com/reactor/reactor-core/releases/tag/v3.5.15";>release 
notes</a></li>
   <li>Depend on <code>Netty</code> <code>v4.1.107.Final</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3062";>#3062</a></li>
   <li>Depend on <code>netty-incubator-transport-native-io_uring</code> 
<code>v0.0.25.Final</code> by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3066";>#3066</a></li>
   <li>Depend on <code>Netty QUIC Codec</code> <code>v0.0.59.Final</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3097";>#3097</a></li>
   <li>Enable <code>DNS</code> <code>retryOnTimeout</code> with 
<code>TCP</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3063";>#3063</a></li>
   <li>Add proxy address information to the metrics by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3081";>#3081</a></li>
   <li>Provide better exception message for invalid <code>PORT</code> env 
variable by <a href="https://github.com/violetagg";><code>@​violetagg</code></a> 
in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3083";>#3083</a></li>
   </ul>
   <h3>:lady_beetle: Bug fixes</h3>
   <ul>
   <li>Ensure <code>remoteAddress</code> metrics tag is always the real remote 
address regardless whether there is proxy by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3074";>#3074</a></li>
   <li>When metrics are enabled and <code>responseTimeout</code> is configured, 
ensure the correct order for <code>ChannelHandlers</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3090";>#3090</a></li>
   </ul>
   <h3>:book: Documentation</h3>
   <ul>
   <li>Update connection close FAQ by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3082";>#3082</a></li>
   <li>Fix javadoc by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3084";>#3084</a></li>
   <li>Add info for 
<code>reactor.netty.connection.provider.pending.connections.time</code> metric 
by <a href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3093";>#3093</a></li>
   <li>Add info for <code>HTTP/2</code> connection pool metrics by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3094";>#3094</a></li>
   <li>Add <code>How To</code> dispose <code>Event Loop 
Group</code>/<code>Connection Pool</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3095";>#3095</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/reactor/reactor-netty/compare/v1.1.16...v1.1.17";>https://github.com/reactor/reactor-netty/compare/v1.1.16...v1.1.17</a></p>
   <h2>v1.1.16</h2>
   <!-- raw HTML omitted -->
   <p><code>Reactor Netty</code> <code>1.1.16</code> is part of 
<strong><code>2022.0.16</code> Release Train</strong> and 
<strong><code>2023.0.3</code> Release Train</strong>.</p>
   <p>This is a recommended update for all <code>Reactor Netty 1.1.x</code> 
users.</p>
   <h2>What's Changed</h2>
   <h3>:warning: Update considerations and deprecations</h3>
   <ul>
   <li>Ensure cookies can be added by <code>BiConsumer</code> provided with 
<code>HttpClient#followRedirect</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3039";>#3039</a></li>
   </ul>
   <h3>:sparkles: New features and improvements</h3>
   <ul>
   <li>Depend on <code>Netty</code> <code>v4.1.106.Final</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3034";>#3034</a></li>
   <li>Depend on <code>Netty QUIC Codec</code> <code>v0.0.57.Final</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3055";>#3055</a></li>
   <li>Obtain <code>Http2FrameCodec</code> context only when needed by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3032";>#3032</a></li>
   </ul>
   <h3>:lady_beetle: Bug fixes</h3>
   <ul>
   <li>Ensure <code>ChannelHandlerContext.isRemoved</code> is called only when 
in event loop by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3031";>#3031</a></li>
   <li>Ensure <code>websocket</code> <code>compression</code> is enabled when 
<code>server</code> is configured with <code>HttpProtocol.H2C</code> and 
<code>HttpProtocol.HTTP1.1</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3037";>#3037</a></li>
   </ul>
   <h3>:book: Documentation, Tests and Build</h3>
   <ul>
   <li>Update <code>CodeQL</code> with the latest configurations by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3046";>#3046</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/84dff5cb162a3ea623f5869576d8ab7a64e33566";><code>84dff5c</code></a>
 [release] Prepare and release 1.1.17</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/9ef725e461a9d4b88909d4266469de258d7b2d1c";><code>9ef725e</code></a>
 Merge-ignore release 1.0.43 into 1.1.17</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/ff5b8d61c64d30a0cff9c28bd9d5b5670a04d8ce";><code>ff5b8d6</code></a>
 [release] Back to snapshots, next is 1.0.44-SNAPSHOT</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/8bd89f07f0ec470e12b4ddbe06a562705254a244";><code>8bd89f0</code></a>
 [release] Prepare and release 1.0.43</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/b892170cb4c4b3a2005cffab5b0baf9826b14015";><code>b892170</code></a>
 Merge <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3097";>#3097</a> 
into 1.1.17</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/131709f8db806f3c99c4ffaf99a72905e2b94b77";><code>131709f</code></a>
 Depend on Netty QUIC Codec v0.0.59.Final (<a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3097";>#3097</a>)</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/4d5ba93565f1da2b5b0bc20c917c1db2458e1786";><code>4d5ba93</code></a>
 Merge <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3096";>#3096</a> 
into 1.1.17</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/1312b91386deefc1fbc7bdade3a65005ed5b26cf";><code>1312b91</code></a>
 Bump io.specto:hoverfly-java-junit5 from 0.16.2 to 0.17.0 (<a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3096";>#3096</a>)</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/0597ddd410d3d28aad0e5a0f57f6a5fb10c86d8e";><code>0597ddd</code></a>
 [doc] Add <code>How To</code> dispose Event Loop Group/Connection Pool (<a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3095";>#3095</a>)</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/106273c5689e7744faf443a1a34b4e08f66e86d4";><code>106273c</code></a>
 [doc] Add info for HTTP/2 connection pool metrics (<a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3094";>#3094</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/reactor/reactor-netty/compare/v1.1.15...v1.1.17";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.projectreactor.netty:reactor-netty-http` from 1.1.15 to 1.1.17
   <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.1.17</h2>
   <!-- raw HTML omitted -->
   <p><code>Reactor Netty</code> <code>1.1.17</code> is part of 
<strong><code>2022.0.17</code> Release Train</strong> and 
<strong><code>2023.0.4</code> Release Train</strong>.</p>
   <p>This is a recommended update for all <code>Reactor Netty 1.1.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.5.15</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in 
84dff5cb162a3ea623f5869576d8ab7a64e33566, see <a 
href="https://github.com/reactor/reactor-core/releases/tag/v3.5.15";>release 
notes</a></li>
   <li>Depend on <code>Netty</code> <code>v4.1.107.Final</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3062";>#3062</a></li>
   <li>Depend on <code>netty-incubator-transport-native-io_uring</code> 
<code>v0.0.25.Final</code> by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3066";>#3066</a></li>
   <li>Depend on <code>Netty QUIC Codec</code> <code>v0.0.59.Final</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3097";>#3097</a></li>
   <li>Enable <code>DNS</code> <code>retryOnTimeout</code> with 
<code>TCP</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3063";>#3063</a></li>
   <li>Add proxy address information to the metrics by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3081";>#3081</a></li>
   <li>Provide better exception message for invalid <code>PORT</code> env 
variable by <a href="https://github.com/violetagg";><code>@​violetagg</code></a> 
in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3083";>#3083</a></li>
   </ul>
   <h3>:lady_beetle: Bug fixes</h3>
   <ul>
   <li>Ensure <code>remoteAddress</code> metrics tag is always the real remote 
address regardless whether there is proxy by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3074";>#3074</a></li>
   <li>When metrics are enabled and <code>responseTimeout</code> is configured, 
ensure the correct order for <code>ChannelHandlers</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3090";>#3090</a></li>
   </ul>
   <h3>:book: Documentation</h3>
   <ul>
   <li>Update connection close FAQ by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3082";>#3082</a></li>
   <li>Fix javadoc by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3084";>#3084</a></li>
   <li>Add info for 
<code>reactor.netty.connection.provider.pending.connections.time</code> metric 
by <a href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3093";>#3093</a></li>
   <li>Add info for <code>HTTP/2</code> connection pool metrics by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3094";>#3094</a></li>
   <li>Add <code>How To</code> dispose <code>Event Loop 
Group</code>/<code>Connection Pool</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3095";>#3095</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/reactor/reactor-netty/compare/v1.1.16...v1.1.17";>https://github.com/reactor/reactor-netty/compare/v1.1.16...v1.1.17</a></p>
   <h2>v1.1.16</h2>
   <!-- raw HTML omitted -->
   <p><code>Reactor Netty</code> <code>1.1.16</code> is part of 
<strong><code>2022.0.16</code> Release Train</strong> and 
<strong><code>2023.0.3</code> Release Train</strong>.</p>
   <p>This is a recommended update for all <code>Reactor Netty 1.1.x</code> 
users.</p>
   <h2>What's Changed</h2>
   <h3>:warning: Update considerations and deprecations</h3>
   <ul>
   <li>Ensure cookies can be added by <code>BiConsumer</code> provided with 
<code>HttpClient#followRedirect</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3039";>#3039</a></li>
   </ul>
   <h3>:sparkles: New features and improvements</h3>
   <ul>
   <li>Depend on <code>Netty</code> <code>v4.1.106.Final</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3034";>#3034</a></li>
   <li>Depend on <code>Netty QUIC Codec</code> <code>v0.0.57.Final</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3055";>#3055</a></li>
   <li>Obtain <code>Http2FrameCodec</code> context only when needed by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3032";>#3032</a></li>
   </ul>
   <h3>:lady_beetle: Bug fixes</h3>
   <ul>
   <li>Ensure <code>ChannelHandlerContext.isRemoved</code> is called only when 
in event loop by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3031";>#3031</a></li>
   <li>Ensure <code>websocket</code> <code>compression</code> is enabled when 
<code>server</code> is configured with <code>HttpProtocol.H2C</code> and 
<code>HttpProtocol.HTTP1.1</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3037";>#3037</a></li>
   </ul>
   <h3>:book: Documentation, Tests and Build</h3>
   <ul>
   <li>Update <code>CodeQL</code> with the latest configurations by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3046";>#3046</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/84dff5cb162a3ea623f5869576d8ab7a64e33566";><code>84dff5c</code></a>
 [release] Prepare and release 1.1.17</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/9ef725e461a9d4b88909d4266469de258d7b2d1c";><code>9ef725e</code></a>
 Merge-ignore release 1.0.43 into 1.1.17</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/ff5b8d61c64d30a0cff9c28bd9d5b5670a04d8ce";><code>ff5b8d6</code></a>
 [release] Back to snapshots, next is 1.0.44-SNAPSHOT</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/8bd89f07f0ec470e12b4ddbe06a562705254a244";><code>8bd89f0</code></a>
 [release] Prepare and release 1.0.43</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/b892170cb4c4b3a2005cffab5b0baf9826b14015";><code>b892170</code></a>
 Merge <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3097";>#3097</a> 
into 1.1.17</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/131709f8db806f3c99c4ffaf99a72905e2b94b77";><code>131709f</code></a>
 Depend on Netty QUIC Codec v0.0.59.Final (<a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3097";>#3097</a>)</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/4d5ba93565f1da2b5b0bc20c917c1db2458e1786";><code>4d5ba93</code></a>
 Merge <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3096";>#3096</a> 
into 1.1.17</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/1312b91386deefc1fbc7bdade3a65005ed5b26cf";><code>1312b91</code></a>
 Bump io.specto:hoverfly-java-junit5 from 0.16.2 to 0.17.0 (<a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3096";>#3096</a>)</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/0597ddd410d3d28aad0e5a0f57f6a5fb10c86d8e";><code>0597ddd</code></a>
 [doc] Add <code>How To</code> dispose Event Loop Group/Connection Pool (<a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3095";>#3095</a>)</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/106273c5689e7744faf443a1a34b4e08f66e86d4";><code>106273c</code></a>
 [doc] Add info for HTTP/2 connection pool metrics (<a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3094";>#3094</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/reactor/reactor-netty/compare/v1.1.15...v1.1.17";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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)
   
   
   </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: commits-unsubscr...@camel.apache.org

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

Reply via email to