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

   Bumps `httpcore.version` from 5.3.4 to 5.3.6.
   Updates `org.apache.httpcomponents.core5:httpcore5` from 5.3.4 to 5.3.6
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/httpcomponents-core/blob/rel/v5.3.6/RELEASE_NOTES.txt";>org.apache.httpcomponents.core5:httpcore5's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Release 5.3.6</h2>
   <p>This maintenance release fixes a regression introduced by the previous 
release that can cause
   a temporary I/O spin during HTTP/2 connection shutdown in case the opposite 
endpoint fails
   to send a GOAWAY frame, and also fixes several bugs related to abnormal 
termination of HTTP/2
   connections found since the last release.</p>
   <h2>Change Log</h2>
   <ul>
   <li>
   <p>Bug fix: #disconnected method of protocol handlers is to be called only 
once
   the underlying I/O session has been fully closed out.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Fixed a race between async I/O session termination and command 
submission.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Async I/O sessions to explicitly close the I/O channel for 
output in GRACEFUL
   close mode.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Classic HTTP server to keep RequestListener thread running when 
an exception
   occurs during initialization of the incoming connection.
   Contributed by Christian de Waal <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Regression: Improved HTTP/2 connection termination in case of the 
opposite endpoint
   failing to send a GOAWAY frame (correction).
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   </ul>
   <h2>Release 5.3.5</h2>
   <p>This maintenance release fixes several corner cases in the H2 protocol 
handler that could have been
   potentially exploited to make H2 endpoints allocate extra resources and lead 
to Denial-of-Service
   conditions. This release also improves handling of H2 stream abnormal 
termination.</p>
   <h2>Change Log</h2>
   <ul>
   <li>
   <p>Improved H2 connection termination in case of the opposite endpoint 
failing to send GOAWAY
   frame.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Corrected abnormal termination of H2 streams
   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/1c15f3c85cb9a86104f990068adbd3cf2d275cd6";><code>1c15f3c</code></a>
 HttpCore 5.3.6 release</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/ff96eca5b28acd25773d4bf26a193dd9770479d7";><code>ff96eca</code></a>
 Updated release notes for HttpCore 3.5.6 release</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/5de2967e1b76ea2adb631ed3a0d7f8a03596d0e7";><code>5de2967</code></a>
 Bug fix: #disconnected method of protocol handlers is to be called only once 
...</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/ac42decdf5def442928de4f17eb8d54d3f12c066";><code>ac42dec</code></a>
 Bug fix: race between async i/o session termination and command submission</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/553b8944ebbc5008c5295193d581e30662677d98";><code>553b894</code></a>
 Bug fix: async i/o session to explicitly close the channel for output in 
GRAC...</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/b296ae93ab2a8ea05bbf9114cb089b8a6388fe67";><code>b296ae9</code></a>
 keep RequestListener thread running when an exception occurs during 
connectio...</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/9e93795f4e4c2afed6e345724188ecdc2108a0d7";><code>9e93795</code></a>
 Regression: Improved H2 connection termination in case of the opposite 
endpoi...</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/29010ea9b9de4156291001c71387d895ca57518e";><code>29010ea</code></a>
 Upgraded HttpCore version to 5.3.6-SNAPSHOT</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/cf1dde99b6d61191ab989929e576e349e3d16700";><code>cf1dde9</code></a>
 Updated release notes for HttpCore 5.3.5 release</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/70a79cda171ca2fc6f6b9d46826a6e6710e41ad0";><code>70a79cd</code></a>
 Improved H2 connection termination in case of the opposite endpoint failing 
t...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/httpcomponents-core/compare/rel/v5.3.4...rel/v5.3.6";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.httpcomponents.core5:httpcore5-h2` from 5.3.4 to 5.3.6
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/httpcomponents-core/blob/rel/v5.3.6/RELEASE_NOTES.txt";>org.apache.httpcomponents.core5:httpcore5-h2's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Release 5.3.6</h2>
   <p>This maintenance release fixes a regression introduced by the previous 
release that can cause
   a temporary I/O spin during HTTP/2 connection shutdown in case the opposite 
endpoint fails
   to send a GOAWAY frame, and also fixes several bugs related to abnormal 
termination of HTTP/2
   connections found since the last release.</p>
   <h2>Change Log</h2>
   <ul>
   <li>
   <p>Bug fix: #disconnected method of protocol handlers is to be called only 
once
   the underlying I/O session has been fully closed out.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Fixed a race between async I/O session termination and command 
submission.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Async I/O sessions to explicitly close the I/O channel for 
output in GRACEFUL
   close mode.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Classic HTTP server to keep RequestListener thread running when 
an exception
   occurs during initialization of the incoming connection.
   Contributed by Christian de Waal <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Regression: Improved HTTP/2 connection termination in case of the 
opposite endpoint
   failing to send a GOAWAY frame (correction).
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   </ul>
   <h2>Release 5.3.5</h2>
   <p>This maintenance release fixes several corner cases in the H2 protocol 
handler that could have been
   potentially exploited to make H2 endpoints allocate extra resources and lead 
to Denial-of-Service
   conditions. This release also improves handling of H2 stream abnormal 
termination.</p>
   <h2>Change Log</h2>
   <ul>
   <li>
   <p>Improved H2 connection termination in case of the opposite endpoint 
failing to send GOAWAY
   frame.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Corrected abnormal termination of H2 streams
   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/1c15f3c85cb9a86104f990068adbd3cf2d275cd6";><code>1c15f3c</code></a>
 HttpCore 5.3.6 release</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/ff96eca5b28acd25773d4bf26a193dd9770479d7";><code>ff96eca</code></a>
 Updated release notes for HttpCore 3.5.6 release</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/5de2967e1b76ea2adb631ed3a0d7f8a03596d0e7";><code>5de2967</code></a>
 Bug fix: #disconnected method of protocol handlers is to be called only once 
...</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/ac42decdf5def442928de4f17eb8d54d3f12c066";><code>ac42dec</code></a>
 Bug fix: race between async i/o session termination and command submission</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/553b8944ebbc5008c5295193d581e30662677d98";><code>553b894</code></a>
 Bug fix: async i/o session to explicitly close the channel for output in 
GRAC...</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/b296ae93ab2a8ea05bbf9114cb089b8a6388fe67";><code>b296ae9</code></a>
 keep RequestListener thread running when an exception occurs during 
connectio...</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/9e93795f4e4c2afed6e345724188ecdc2108a0d7";><code>9e93795</code></a>
 Regression: Improved H2 connection termination in case of the opposite 
endpoi...</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/29010ea9b9de4156291001c71387d895ca57518e";><code>29010ea</code></a>
 Upgraded HttpCore version to 5.3.6-SNAPSHOT</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/cf1dde99b6d61191ab989929e576e349e3d16700";><code>cf1dde9</code></a>
 Updated release notes for HttpCore 5.3.5 release</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/70a79cda171ca2fc6f6b9d46826a6e6710e41ad0";><code>70a79cd</code></a>
 Improved H2 connection termination in case of the opposite endpoint failing 
t...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/httpcomponents-core/compare/rel/v5.3.4...rel/v5.3.6";>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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to