dependabot[bot] opened a new pull request, #16812: URL: https://github.com/apache/camel/pull/16812
Bumps [io.projectreactor.netty:reactor-netty](https://github.com/reactor/reactor-netty) from 1.2.1 to 1.2.2. <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.2.2</h2> <!-- raw HTML omitted --> <p><code>Reactor Netty</code> <code>1.2.2</code> is part of <strong><code>2024.0.2</code> Release Train</strong>.</p> <h2>What's Changed</h2> <h3>:warning: Update considerations and deprecations</h3> <ul> <li>Do not add <code>Transfer-Encoding</code> for <code>DELETE</code> with no body by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3549">#3549</a></li> <li>Ensure <code>DisposedChannelConfig#setAutoRead</code> does not change auto-read configuration by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3581">#3581</a></li> </ul> <h3>:sparkles: New features and improvements</h3> <ul> <li>Depend on <code>Reactor Core</code> <code>v3.7.2</code> by <a href="https://github.com/chemicL"><code>@chemicL</code></a> in 3db1d870ab37489ffbd91c3a7d2d23cdd9864c4d, see <a href="https://github.com/reactor/reactor-core/releases/tag/v3.7.2">release notes</a></li> <li>Depend on <code>Netty</code> <code>v4.1.116.Final</code> by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3550">#3550</a></li> <li>Depend on <code>netty-incubator-transport-native-io_uring</code> <code>v0.0.26.Final</code> by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3568">#3568</a></li> <li>Depend on <code>Netty QUIC Codec</code> <code>v0.0.70.Final</code> by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3570">#3570</a></li> <li><code>Http2Pool</code>: Do not proceed with the acquisition if <code>Borrower</code> is cancelled by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3582">#3582</a></li> <li><code>Http2Pool</code>: Do not proceed with the resource delivery if <code>Borrower</code> is cancelled by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3585">#3585</a></li> <li>Configuration for setting maximum number of connection pools to be created by <a href="https://github.com/jchenga"><code>@jchenga</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3566">#3566</a></li> </ul> <h3>:lady_beetle: Bug fixes</h3> <ul> <li>Fix <code>ClassCastException</code> in <code>HttpOperations#initShortId()</code> by <a href="https://github.com/joschi"><code>@joschi</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3542">#3542</a></li> <li>Ensure the request counter is updated once when the request is received by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3543">#3543</a></li> <li><code>HttpServerRequest#receiveContent()</code> never emits any value nor completes when <code>HTTP/1.1 TLS Upgrade</code> (RFC-2817) kicks in by <a href="https://github.com/reta"><code>@reta</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3540">#3540</a></li> <li>Generate log message in advance by <a href="https://github.com/raccoonback"><code>@raccoonback</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3571">#3571</a></li> </ul> <h3>:book: Documentation</h3> <ul> <li>Add Reactor Netty version of <code>CORS</code> HTTP server example by <a href="https://github.com/jchenga"><code>@jchenga</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3554">#3554</a></li> <li>Add <code>HTTP2</code>/<code>HTTP3</code> configuration to the <code>HTTP</code> examples by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3578">#3578</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/joschi"><code>@joschi</code></a> made their first contribution in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3542">#3542</a></li> <li><a href="https://github.com/raccoonback"><code>@raccoonback</code></a> made their first contribution in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3571">#3571</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/reactor/reactor-netty/compare/v1.2.1...v1.2.2">https://github.com/reactor/reactor-netty/compare/v1.2.1...v1.2.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/reactor/reactor-netty/commit/3db1d870ab37489ffbd91c3a7d2d23cdd9864c4d"><code>3db1d87</code></a> [release] Prepare and release 1.2.2</li> <li><a href="https://github.com/reactor/reactor-netty/commit/cf230d370eb9477fa8d79fa3f819bbcff4d8df3f"><code>cf230d3</code></a> Merge-ignore release 1.1.26 into 1.2.2</li> <li><a href="https://github.com/reactor/reactor-netty/commit/7cee472b8c9c3e0b3cb5df88095ce1888378d7e8"><code>7cee472</code></a> [release] Back to snapshots, next is 1.1.27-SNAPSHOT</li> <li><a href="https://github.com/reactor/reactor-netty/commit/72b2c1d346588bcb110f8529865eb49bf12ef93d"><code>72b2c1d</code></a> [release] Prepare and release 1.1.26</li> <li><a href="https://github.com/reactor/reactor-netty/commit/bb60f6c25e4a305aa9ec2ed81f866e0dd7ae7552"><code>bb60f6c</code></a> Bump actions/upload-artifact from 4.5.0 to 4.6.0 (<a href="https://redirect.github.com/reactor/reactor-netty/issues/3586">#3586</a>)</li> <li><a href="https://github.com/reactor/reactor-netty/commit/7dcfe8585bba9903be570adc02ebbfd202c1c4b9"><code>7dcfe85</code></a> Polish</li> <li><a href="https://github.com/reactor/reactor-netty/commit/6e93d51242b2223e85e0ee71717e7b3bc062f962"><code>6e93d51</code></a> Polish</li> <li><a href="https://github.com/reactor/reactor-netty/commit/6b10785857de5b19d72f1da6fea6e78b6968f24a"><code>6b10785</code></a> Polish</li> <li><a href="https://github.com/reactor/reactor-netty/commit/963dd20b81d61b925fa3412791277254f912e2b9"><code>963dd20</code></a> Configuration for setting maximum number of connection pools to be created (#...</li> <li><a href="https://github.com/reactor/reactor-netty/commit/e39854d2699bd5431fccf97ed5e7dcbc0cde80f7"><code>e39854d</code></a> Merge <a href="https://redirect.github.com/reactor/reactor-netty/issues/3585">#3585</a> into 1.2.2</li> <li>Additional commits viewable in <a href="https://github.com/reactor/reactor-netty/compare/v1.2.1...v1.2.2">compare view</a></li> </ul> </details> <br /> [](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) </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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
