dependabot[bot] opened a new pull request, #847:
URL: https://github.com/apache/axis-axis2-java-core/pull/847

   Bumps 
[org.apache.httpcomponents.core5:httpcore5](https://github.com/apache/httpcomponents-core)
 from 5.3.2 to 5.3.3.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/httpcomponents-core/blob/rel/v5.3.3/RELEASE_NOTES.txt";>org.apache.httpcomponents.core5:httpcore5's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Release 5.3.3</h2>
   <p>This maintenance release fixes a defect in how asynchronous SSL sessions 
handle an overflow
   condition when encrypting application data. There have also been several 
fixes for edge
   cases related to handling HTTP/1.1 asynchronous connections half-closed by 
the opposite
   endpoint.</p>
   <h2>Change Log</h2>
   <ul>
   <li>
   <p>Bug fix: Shared input buffer to propagate aborted status as I/O 
interrupted exception.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Half-closed SSL sessions must not shut down until explicitly 
closed by
   the application (protocol) layer.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Corrected shutdown of asynchronous HTTP/1.1 connections 
half-closed by the opposite
   endpoint.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Made shared output buffer #writeCompleted block until the end of 
a stream has been
   written out.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>HTTPCORE-775: Fixed handling SSLEngineResult#BUFFER_OVERFLOW of by 
asynchronous SSLIOSession#write
   Contributed by Andriy Redko <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: In some edge cases, the request may still not be fully completed 
while
   the response has already been fully committed by the HTTP/1.1 stream 
handler. Connections
   that cannot be kept alive must be closed only once both request and response 
streams are
   fully complete.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/3c71e0c26c23488a46a380591847a33838e79108";><code>3c71e0c</code></a>
 HttpCore 5.3.3 release</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/09a62647c4d5aed71e75eb2d347c93cd2a2380e2";><code>09a6264</code></a>
 Updated release notes for HttpCore 5.3.3 release</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/fe377cfb2dd7ec0241c1842d60b545c616cca0a5";><code>fe377cf</code></a>
 Bug fix: Shared input buffer to propagate aborted status as I/O interrupted 
e...</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/7484129050f571da85a4bcd2b616425f5aa68098";><code>7484129</code></a>
 Bug fix: Half-closed SSL sessions must not shut down until explicitly closed 
...</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/6f1936706b4049b74193545fd828e70be519fb83";><code>6f19367</code></a>
 Bug fix: Corrected shutdown of async HTTP/1.1 connections half-closed by the 
...</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/88e9ab94429fec6b97910a8031862b7c472435ba";><code>88e9ab9</code></a>
 Bug fix: Made shared output buffer #writeCompleted block until the end of 
str...</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/c14e4947f1526985624880f27303d241b2ed2aaa";><code>c14e494</code></a>
 HTTPCORE-775: The SSLIOSession::write does not handle 
SSLEngineResult#BUFFER_...</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/824b916e5dffd2602262c1ddc4875e7ab12985ad";><code>824b916</code></a>
 Bug fix: in some fringe cases the request may still be not fully completed 
wh...</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/92b9ed9c652f10e70a9875196c11e650d41e8a2f";><code>92b9ed9</code></a>
 Upgraded HttpCore version to 5.3.3-SNAPSHOT</li>
   <li>See full diff in <a 
href="https://github.com/apache/httpcomponents-core/compare/rel/v5.3.2...rel/v5.3.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpcomponents.core5:httpcore5&package-manager=maven&previous-version=5.3.2&new-version=5.3.3)](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: java-dev-unsubscr...@axis.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org

Reply via email to