dependabot[bot] opened a new pull request, #21394: URL: https://github.com/apache/camel/pull/21394
Bumps `httpcore-version` from 5.3.6 to 5.4.1. Updates `org.apache.httpcomponents.core5:httpcore5` from 5.3.6 to 5.4.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/httpcomponents-core/blob/rel/v5.4.1/RELEASE_NOTES.txt">org.apache.httpcomponents.core5:httpcore5's changelog</a>.</em></p> <blockquote> <h2>Release 5.4.1</h2> <p>This maintenance release fixes a latency regression in the async transport caused by TCP_NODELAY failing to be set. Several other bugs have also been fixed affecting connection management, HTTP/2 exception handling and propagation, and so forth.</p> <h2>Change Log</h2> <ul> <li> <p>Regression: Ensure TCP-specific socket options are set correctly in the async transport. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Prevent integer overflow in LaxConnPool so that negative numbers are not reported in the thread pool statistics. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Loop over and close expired connections in LaxConnPool instead of returning them. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Respect the PoolReusePolicy.FIFO in StrictConnPool. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Corrected exception propagation in protocol negotiators' exception handling code. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Fix SOCKS handshake to fail on EOF. (<a href="https://redirect.github.com/apache/httpcomponents-core/issues/604">#604</a>) Contributed by Arturo Bernal <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Fix race condition in ComplexCancellable. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: In MonitoringResponseOutOfOrderStrategy, always perform a blocking read to check for data. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Corrected exception propagation to individual H2 streams in case of an unexpected error with the H2 connection. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Regression: Restored SocketSupport and marked it deprecated. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/httpcomponents-core/commit/c728dd896306932c97b2bbfab88e0599759d3046"><code>c728dd8</code></a> HttpCore 5.4.1 release</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/b5e2b022c2af567ecbdaba50d3a5392dc7bd576e"><code>b5e2b02</code></a> Update release notes for HttpCore 5.4.1 release</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/17ce37aa29a47e9ec3c0674f8606a83b9d3b3037"><code>17ce37a</code></a> Ensure TCP-specific socket options are set</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/a33904a4761d04e841fbcd1732f0bcf3975e5093"><code>a33904a</code></a> LaxConnPool: Prevent integer overflow in getTotalStats()</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/92dbfea5c96c2228d5f4a55696e74a72f85df152"><code>92dbfea</code></a> LaxConnPool: Loop over expired connections</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/0d9d1aa069e25c159bba4ca2aacac4803a87d094"><code>0d9d1aa</code></a> StrictConnPool: Fix FIFO implementation</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/7230a04e797c8a88b201c36ef21e63c54323be97"><code>7230a04</code></a> Bug fix: Corrected exception propagation in protocol negotiators exception ha...</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/2b8615d7d8c4e15f67890a1892280c96615f0eec"><code>2b8615d</code></a> Fix SOCKS handshake to fail on EOF. (<a href="https://redirect.github.com/apache/httpcomponents-core/issues/604">#604</a>)</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/5d96debcbd03a0a0fb56e3cbf77c7d95c864a38a"><code>5d96deb</code></a> Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/15e9de48fa13f269879cadb729b5c017d47e9c93"><code>15e9de4</code></a> ComplexCancellable: Fix race condition</li> <li>Additional commits viewable in <a href="https://github.com/apache/httpcomponents-core/compare/rel/v5.3.6...rel/v5.4.1">compare view</a></li> </ul> </details> <br /> Updates `org.apache.httpcomponents.core5:httpcore5-h2` from 5.3.6 to 5.4.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/httpcomponents-core/blob/rel/v5.4.1/RELEASE_NOTES.txt">org.apache.httpcomponents.core5:httpcore5-h2's changelog</a>.</em></p> <blockquote> <h2>Release 5.4.1</h2> <p>This maintenance release fixes a latency regression in the async transport caused by TCP_NODELAY failing to be set. Several other bugs have also been fixed affecting connection management, HTTP/2 exception handling and propagation, and so forth.</p> <h2>Change Log</h2> <ul> <li> <p>Regression: Ensure TCP-specific socket options are set correctly in the async transport. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Prevent integer overflow in LaxConnPool so that negative numbers are not reported in the thread pool statistics. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Loop over and close expired connections in LaxConnPool instead of returning them. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Respect the PoolReusePolicy.FIFO in StrictConnPool. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Corrected exception propagation in protocol negotiators' exception handling code. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Fix SOCKS handshake to fail on EOF. (<a href="https://redirect.github.com/apache/httpcomponents-core/issues/604">#604</a>) Contributed by Arturo Bernal <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Fix race condition in ComplexCancellable. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: In MonitoringResponseOutOfOrderStrategy, always perform a blocking read to check for data. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Corrected exception propagation to individual H2 streams in case of an unexpected error with the H2 connection. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Regression: Restored SocketSupport and marked it deprecated. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/httpcomponents-core/commit/c728dd896306932c97b2bbfab88e0599759d3046"><code>c728dd8</code></a> HttpCore 5.4.1 release</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/b5e2b022c2af567ecbdaba50d3a5392dc7bd576e"><code>b5e2b02</code></a> Update release notes for HttpCore 5.4.1 release</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/17ce37aa29a47e9ec3c0674f8606a83b9d3b3037"><code>17ce37a</code></a> Ensure TCP-specific socket options are set</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/a33904a4761d04e841fbcd1732f0bcf3975e5093"><code>a33904a</code></a> LaxConnPool: Prevent integer overflow in getTotalStats()</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/92dbfea5c96c2228d5f4a55696e74a72f85df152"><code>92dbfea</code></a> LaxConnPool: Loop over expired connections</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/0d9d1aa069e25c159bba4ca2aacac4803a87d094"><code>0d9d1aa</code></a> StrictConnPool: Fix FIFO implementation</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/7230a04e797c8a88b201c36ef21e63c54323be97"><code>7230a04</code></a> Bug fix: Corrected exception propagation in protocol negotiators exception ha...</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/2b8615d7d8c4e15f67890a1892280c96615f0eec"><code>2b8615d</code></a> Fix SOCKS handshake to fail on EOF. (<a href="https://redirect.github.com/apache/httpcomponents-core/issues/604">#604</a>)</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/5d96debcbd03a0a0fb56e3cbf77c7d95c864a38a"><code>5d96deb</code></a> Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/15e9de48fa13f269879cadb729b5c017d47e9c93"><code>15e9de4</code></a> ComplexCancellable: Fix race condition</li> <li>Additional commits viewable in <a href="https://github.com/apache/httpcomponents-core/compare/rel/v5.3.6...rel/v5.4.1">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 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]
