dependabot[bot] opened a new pull request, #19865: URL: https://github.com/apache/camel/pull/19865
Bumps [io.projectreactor.netty:reactor-netty](https://github.com/reactor/reactor-netty) from 1.2.11 to 1.3.0. <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.3.0</h2> <!-- raw HTML omitted --> <p><code>Reactor Netty</code> <code>1.3.0</code> is part of <strong><code>2025.0.0</code> Release Train</strong>.</p> <h2>1.3.0 Highlights</h2> <h3>🎯 Major Upgrades</h3> <h4>Netty 4.2</h4> <p>Built on the latest <code>Netty</code> <code>4.2</code>, bringing the latest networking capabilities and performance improvements.</p> <h3>🎓 Graduated Features</h3> <h4>HTTP/3 support</h4> <p><code>Reactor Netty</code> <code>HTTP/3</code> support is now production-ready.</p> <h4>QUIC support</h4> <p><code>Reactor Netty</code> <code>QUIC</code> support is now production-ready.</p> <h4>IO_Uring support</h4> <p><code>Reactor Netty</code> <code>IO_Uring</code> support is now production-ready.</p> <ul> <li><strong>Reactor Netty default transport (Linux)</strong>: <code>Epoll</code> (included out-of-the-box)</li> <li><strong>Reactor Netty IO_Uring support</strong>: Available via explicit dependency: <code>io.netty:netty-transport-native-io_uring</code></li> <li><strong>Requirements</strong>: <code>JDK 11+</code></li> </ul> <h3>🔍 Enhanced Null Safety using <a href="https://jspecify.dev/">JSpecify</a></h3> <p>Migrated to <code>JSpecify</code> annotations for nullability constraints.</p> <p>For detailed information and code examples, visit our <a href="https://projectreactor.io/docs/netty/release/reference/about-doc.html">documentation</a>.</p> <h2>What's Changed</h2> <h3>:warning: Update considerations and deprecations</h3> <ul> <li>Ensure <code>POST</code> empty body sending <code>content-length 0</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3663">#3663</a></li> <li>Ensure <code>HttpClient</code> does not add <code>Content-Length</code> header when <code>GET/HEAD/DELETE</code> and the send <code>Publisher</code> does not provide content by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3664">#3664</a></li> </ul> <h3>:sparkles: New features and improvements</h3> <ul> <li>Depend on <code>Reactor Core</code> <code>v3.8.0</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in 586257ffdb7aec8bb0e5cf1961896eed87e8bffa, see <a href="https://github.com/reactor/reactor-core/releases/tag/v3.8.0">release notes</a></li> <li>Depend on <code>Netty</code> <code>v4.2.7.Final</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3971">#3971</a> <ul> <li>Adapt to <code>SocketProtocolFamily</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3766">#3766</a></li> <li>Adapt to <code>IoEventLoopGroup</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3767">#3767</a></li> <li>Graduate <code>reactor-netty-incubator-quic</code> to <code>reactor-netty-quic</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3768">#3768</a></li> <li><code>IO_Uring</code> is now part of <code>Netty</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3705">#3705</a> and by <a href="https://github.com/j-bahr"><code>@​j-bahr</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3974">#3974</a></li> <li><code>Reactor Netty</code> <code>HTTP/3</code> support is no more in incubation by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3851">#3851</a>, <a href="https://redirect.github.com/reactor/reactor-netty/issues/3996">#3996</a></li> </ul> </li> <li>Depend on <code>Micrometer</code> <code>v1.16.0</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3997">#3997</a></li> <li>Depend on <code>Micrometer Tracing</code> <code>v1.6.0</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3997">#3997</a></li> <li>Depend on <code>Context Propagation</code> <code>v1.2.0</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3997">#3997</a></li> <li>Depend on <code>Brave</code> <code>v6.3.0</code> by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3786">#3786</a></li> <li>Migrate to <code>JSpecify</code> annotations for nullability constraints by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3630">#3630</a>, <a href="https://redirect.github.com/reactor/reactor-netty/issues/3640">#3640</a>, <a href="https://redirect.github.com/reactor/reactor-netty/issues/3641">#3641</a>, <a href="https://redirect.github.com/reactor/reactor-netty/issues/3642">#3642</a>, <a href="https://redirect.github.com/reactor/reactor-netty/issues/3644">#3644</a>, <a href="https://redirect.github.com/reactor/reactor-netty/issues/3645">#3645</a>, <a href="https://redirect.github.com/reactor/reactor-netty/issues/3647">#3647</a>, <a href="https://redirect.github.com/reactor/reactor-netty/issues/3665">#3665</a>, <a href="https://redirect.github.com/reactor/reactor-netty/issues/3694">#3694</a>, <a href="https://redirect.github.com/reactor/reactor-netty/issues/3707">#3707</a>, <a href="htt ps://redirect.github.com/reactor/reactor-netty/issues/3708">#3708</a>, <a href="https://redirect.github.com/reactor/reactor-netty/issues/3709">#3709</a>, <a href="https://redirect.github.com/reactor/reactor-netty/issues/3933">#3933</a>, <a href="https://redirect.github.com/reactor/reactor-netty/issues/3934">#3934</a>, <a href="https://redirect.github.com/reactor/reactor-netty/issues/3995">#3995</a>, 8b148ce33b4aa282bbc997d01bf6e99c1da02455, ee5ac40ef43ff5f8aacdded432f4a60ddf9a00a6</li> <li>Add <code>HttpMeterRegistrarAdapter</code> to track active streams in <code>HTTP/2</code> and <code>HTTP/3</code> by <a href="https://github.com/raccoonback"><code>@​raccoonback</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3632">#3632</a></li> <li>Move log statement to the correct place by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3674">#3674</a></li> <li>Add API for determining the resolved addresses to which this client should connect by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3687">#3687</a></li> <li>Support websocket over <code>HTTP/2</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3691">#3691</a> and <a href="https://redirect.github.com/reactor/reactor-netty/issues/3715">#3715</a></li> <li>Enable set up <code>TcpResources</code> default max connection by setting by <a href="https://github.com/lcamhoa"><code>@​lcamhoa</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3712">#3712</a></li> <li>Make <code>AccessLog</code> class not final by <a href="https://github.com/dmitrysulman"><code>@​dmitrysulman</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3726">#3726</a></li> <li>Add request and response header iterators to <code>AccessLogArgProvider</code> by <a href="https://github.com/dmitrysulman"><code>@​dmitrysulman</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3735">#3735</a></li> <li>Support error log handler for Http server by <a href="https://github.com/raccoonback"><code>@​raccoonback</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3700">#3700</a> and by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in 4ed2380d4a866e7577c1785c6efd8caa9675ff76 and <a href="https://redirect.github.com/reactor/reactor-netty/issues/3750">#3750</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/586257ffdb7aec8bb0e5cf1961896eed87e8bffa"><code>586257f</code></a> [release] Prepare and release 1.3.0</li> <li><a href="https://github.com/reactor/reactor-netty/commit/37c63316fdfc795eae4f091537fb3df7d388e118"><code>37c6331</code></a> Merge-ignore release 1.2.12 into 1.3.0</li> <li><a href="https://github.com/reactor/reactor-netty/commit/a339be753ae253815a1f12cfd879a33772bae896"><code>a339be7</code></a> [release] Back to snapshots, next is 1.2.13-SNAPSHOT</li> <li><a href="https://github.com/reactor/reactor-netty/commit/e96e94ab11cffd22ccc361466c9daa5b58575c8b"><code>e96e94a</code></a> [release] Prepare and release 1.2.12</li> <li><a href="https://github.com/reactor/reactor-netty/commit/3d510d30989f95a934ccc549beb7071d5c6fbef6"><code>3d510d3</code></a> Depend on Micrometer 1.16.0 (<a href="https://redirect.github.com/reactor/reactor-netty/issues/3997">#3997</a>)</li> <li><a href="https://github.com/reactor/reactor-netty/commit/b1d7de02766b4fe9d596dab03e73c305e22a4f9e"><code>b1d7de0</code></a> Add transitive dependency to netty-codec-http3 (<a href="https://redirect.github.com/reactor/reactor-netty/issues/3996">#3996</a>)</li> <li><a href="https://github.com/reactor/reactor-netty/commit/ee5ac40ef43ff5f8aacdded432f4a60ddf9a00a6"><code>ee5ac40</code></a> Adjust nullability</li> <li><a href="https://github.com/reactor/reactor-netty/commit/8b148ce33b4aa282bbc997d01bf6e99c1da02455"><code>8b148ce</code></a> Adjust nullability</li> <li><a href="https://github.com/reactor/reactor-netty/commit/967a8d155019278786dc17a814d8175396fe0797"><code>967a8d1</code></a> Polish</li> <li><a href="https://github.com/reactor/reactor-netty/commit/c4686415c0e342e8844668b520817f5ea530ab2a"><code>c468641</code></a> Polish</li> <li>Additional commits viewable in <a href="https://github.com/reactor/reactor-netty/compare/v1.2.11...v1.3.0">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]
