dependabot[bot] opened a new pull request, #17516: URL: https://github.com/apache/camel/pull/17516
Bumps `httpcore-version` from 5.3.3 to 5.3.4. Updates `org.apache.httpcomponents.core5:httpcore5` from 5.3.3 to 5.3.4 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/httpcomponents-core/blob/rel/v5.3.4/RELEASE_NOTES.txt">org.apache.httpcomponents.core5:httpcore5's changelog</a>.</em></p> <blockquote> <h2>Release 5.3.4</h2> <p>This maintenance release fixes several corner-case defects in the asynchronous HTTP/1.1 protocol handler as well as several other minor defects.</p> <h2>Change Log</h2> <ul> <li> <p>HTTPCORE-778: URIBuilder to not encode sub-delimiters in URI fragment component for consistency with query component encoding Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Fixed a race condition in the async message stream handlers that can occur when a message with no content body is being submitted asynchronously. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Async message stream handlers to avoid firing data produce events from multiple threads. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>HTTPCORE-777: I/O reactor to cancel out incomplete connect requests when shutting down. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Resource release corrections and code improvements in the base implementations of client and server async exchange handlers. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Corrected the state management in the async HTTP/1.1 protocol handler when committing requests asynchronously. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Bug-fix: Corrected message stream termination by the async HTTP/1.1 protocol handler when the connection has been half-closed by the opposite endpoint. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Shared output buffer #writeCompleted fails to signal the end of the stream correctly when there is no buffered data. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Corrected handling of invalid HTTP protocol version by HTTP/1.1 async client protocol handler. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Corrected state tracking of pipelined message exchanges by HTTP/1.1 async client protocol handler. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>HTTP/1.1 server protocol handler to use exception callback to report exceptions that cannot</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/10e2b0c742e3fe3fefa86421f38ecf4e415bb041"><code>10e2b0c</code></a> HttpCore 5.3.4 release</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/1cd2e82e1cf7afcade33ec999944cb87054eac2d"><code>1cd2e82</code></a> Updated release notes for HttpCore 5.3.4 release</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/b8a45f0954fee694e4ab1c48764274e74f0f84ff"><code>b8a45f0</code></a> HTTPCORE-778: URIBuilder to not encode sub-delims in URI fragment component f...</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/00973e850c2088684ad7a82024c083d5b454bcb2"><code>00973e8</code></a> Bug fix: Fixed a race condition in async message stream handlers that can occ...</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/1bf8e652549befa4fa6b9fe59fb0e7b79cb00798"><code>1bf8e65</code></a> Bug fix: Async message stream handlers to avoid firing data produce events fr...</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/3010ce8ba88403f78f3116abda167950c6073224"><code>3010ce8</code></a> Use atomic refs to keep request and response state in async message stream ha...</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/50749b80730f91c33725e473eb0776a30cb21223"><code>50749b8</code></a> Fixed incorrect state logs in async client HTTP/1.1 protocol handler</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/714155a98dbc667dbd83638f0b30e8a5b9912563"><code>714155a</code></a> HTTPCORE-777: Made I/O reactos cancel out incomplete connect request when shu...</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/5aad6bb138372c2ed5ffd8d9317cff49dd17c2dd"><code>5aad6bb</code></a> Resource release corrections and code improvements in the base implementation...</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/7274811b278641b46dead575f5ac5c15e052ea09"><code>7274811</code></a> Bug fix: corrected the state management in the async HTTP/1.1 protocol handle...</li> <li>Additional commits viewable in <a href="https://github.com/apache/httpcomponents-core/compare/rel/v5.3.3...rel/v5.3.4">compare view</a></li> </ul> </details> <br /> Updates `org.apache.httpcomponents.core5:httpcore5-h2` from 5.3.3 to 5.3.4 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/httpcomponents-core/blob/rel/v5.3.4/RELEASE_NOTES.txt">org.apache.httpcomponents.core5:httpcore5-h2's changelog</a>.</em></p> <blockquote> <h2>Release 5.3.4</h2> <p>This maintenance release fixes several corner-case defects in the asynchronous HTTP/1.1 protocol handler as well as several other minor defects.</p> <h2>Change Log</h2> <ul> <li> <p>HTTPCORE-778: URIBuilder to not encode sub-delimiters in URI fragment component for consistency with query component encoding Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Fixed a race condition in the async message stream handlers that can occur when a message with no content body is being submitted asynchronously. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Async message stream handlers to avoid firing data produce events from multiple threads. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>HTTPCORE-777: I/O reactor to cancel out incomplete connect requests when shutting down. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Resource release corrections and code improvements in the base implementations of client and server async exchange handlers. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Corrected the state management in the async HTTP/1.1 protocol handler when committing requests asynchronously. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Bug-fix: Corrected message stream termination by the async HTTP/1.1 protocol handler when the connection has been half-closed by the opposite endpoint. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Shared output buffer #writeCompleted fails to signal the end of the stream correctly when there is no buffered data. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Corrected handling of invalid HTTP protocol version by HTTP/1.1 async client protocol handler. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Corrected state tracking of pipelined message exchanges by HTTP/1.1 async client protocol handler. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>HTTP/1.1 server protocol handler to use exception callback to report exceptions that cannot</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/10e2b0c742e3fe3fefa86421f38ecf4e415bb041"><code>10e2b0c</code></a> HttpCore 5.3.4 release</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/1cd2e82e1cf7afcade33ec999944cb87054eac2d"><code>1cd2e82</code></a> Updated release notes for HttpCore 5.3.4 release</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/b8a45f0954fee694e4ab1c48764274e74f0f84ff"><code>b8a45f0</code></a> HTTPCORE-778: URIBuilder to not encode sub-delims in URI fragment component f...</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/00973e850c2088684ad7a82024c083d5b454bcb2"><code>00973e8</code></a> Bug fix: Fixed a race condition in async message stream handlers that can occ...</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/1bf8e652549befa4fa6b9fe59fb0e7b79cb00798"><code>1bf8e65</code></a> Bug fix: Async message stream handlers to avoid firing data produce events fr...</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/3010ce8ba88403f78f3116abda167950c6073224"><code>3010ce8</code></a> Use atomic refs to keep request and response state in async message stream ha...</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/50749b80730f91c33725e473eb0776a30cb21223"><code>50749b8</code></a> Fixed incorrect state logs in async client HTTP/1.1 protocol handler</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/714155a98dbc667dbd83638f0b30e8a5b9912563"><code>714155a</code></a> HTTPCORE-777: Made I/O reactos cancel out incomplete connect request when shu...</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/5aad6bb138372c2ed5ffd8d9317cff49dd17c2dd"><code>5aad6bb</code></a> Resource release corrections and code improvements in the base implementation...</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/7274811b278641b46dead575f5ac5c15e052ea09"><code>7274811</code></a> Bug fix: corrected the state management in the async HTTP/1.1 protocol handle...</li> <li>Additional commits viewable in <a href="https://github.com/apache/httpcomponents-core/compare/rel/v5.3.3...rel/v5.3.4">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