dependabot[bot] opened a new pull request, #562: URL: https://github.com/apache/axis-axis2-java-core/pull/562
Bumps `jetty.version` from 10.0.18 to 10.0.19. Updates `org.eclipse.jetty:jetty-server` from 10.0.18 to 10.0.19 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jetty/jetty.project/releases">org.eclipse.jetty:jetty-server's releases</a>.</em></p> <blockquote> <h2>10.0.19</h2> <h1>Special Thanks to the following Eclipse Jetty community members</h1> <ul> <li><a href="https://github.com/garydgregory"><code>@garydgregory</code></a> (Gary Gregory)</li> <li><a href="https://github.com/chadlwilson"><code>@chadlwilson</code></a> (Chad Wilson)</li> </ul> <h1>Changelog</h1> <ul> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11039">#11039</a> - Memory leak and multiple (Http|Servlet)*Listener invokations after restart</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11031">#11031</a> - HttpClient should expose Connection/EndPoint used by HTTP requests</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11014">#11014</a> - RedirectRegexRule and RewritePatternRule should consider relativeRedirectAllowed</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/10938">#10938</a> - Use String#isEmpty() (<a href="https://github.com/garydgregory"><code>@garydgregory</code></a>)</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/10876">#10876</a> - use correct scm coordinates</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/10812">#10812</a> - jetty-deploy has unnecessary dependency on awaitility/hamcrest pulled in at runtime (<a href="https://github.com/chadlwilson"><code>@chadlwilson</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jetty/jetty.project/commit/8492d1c78f122bb30cce20aecfa07e7283facd47"><code>8492d1c</code></a> Updating to version 10.0.19</li> <li><a href="https://github.com/jetty/jetty.project/commit/d49f298c7f5361161cd71264aabd50dbfc8e4c59"><code>d49f298</code></a> jasper jsp 9.0.83.1 (<a href="https://redirect.github.com/jetty/jetty.project/issues/11060">#11060</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/efda64631919479ac8c1bab033cbeb47a4363bfc"><code>efda646</code></a> Fixes <a href="https://redirect.github.com/jetty/jetty.project/issues/11031">#11031</a> - HttpClient should expose Connection/EndPoint used by H… (<a href="https://redirect.github.com/jetty/jetty.project/issues/11033">#11033</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/fcf50ff6241d732450695fca9fd0c6101293b156"><code>fcf50ff</code></a> Issue <a href="https://redirect.github.com/jetty/jetty.project/issues/11043">#11043</a> Update to Apache Jasper 9.0.83 (<a href="https://redirect.github.com/jetty/jetty.project/issues/11048">#11048</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/4df28ebac89292bcd886eb755dd2723e3d822847"><code>4df28eb</code></a> Issue <a href="https://redirect.github.com/jetty/jetty.project/issues/11039">#11039</a> duplicate durable listeners on maven restart (<a href="https://redirect.github.com/jetty/jetty.project/issues/11042">#11042</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/90244c35d0c63ee851e86c6d73a80ee41d5020f8"><code>90244c3</code></a> Removed forgotten Thread.sleep() in test.</li> <li><a href="https://github.com/jetty/jetty.project/commit/8057cb30ba4b78c5079b8da9bd98712d1584c44f"><code>8057cb3</code></a> Fixed test that was spin looping causing lots of allocations and GC pressure.</li> <li><a href="https://github.com/jetty/jetty.project/commit/f620f99c78511a86e4e737e60add93d1a9d662b0"><code>f620f99</code></a> Added clarifying comment to KeyStore content.</li> <li><a href="https://github.com/jetty/jetty.project/commit/832f19ea8b5d244bdd4f8fa934169563813f2fe4"><code>832f19e</code></a> Merge branch 'fix-flaky' of <a href="https://github.com/wang3820/jetty.project">https://github.com/wang3820/jetty.project</a> into wa...</li> <li><a href="https://github.com/jetty/jetty.project/commit/7f2859ab49490ffdb1d01619c20f1c7e1830f60f"><code>7f2859a</code></a> Issue <a href="https://redirect.github.com/jetty/jetty.project/issues/11014">#11014</a> - Improve Relative Redirect Handling in Jetty 10/11 (<a href="https://redirect.github.com/jetty/jetty.project/issues/11018">#11018</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jetty/jetty.project/compare/jetty-10.0.18...jetty-10.0.19">compare view</a></li> </ul> </details> <br /> Updates `org.eclipse.jetty:jetty-webapp` from 10.0.18 to 10.0.19 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jetty/jetty.project/releases">org.eclipse.jetty:jetty-webapp's releases</a>.</em></p> <blockquote> <h2>10.0.19</h2> <h1>Special Thanks to the following Eclipse Jetty community members</h1> <ul> <li><a href="https://github.com/garydgregory"><code>@garydgregory</code></a> (Gary Gregory)</li> <li><a href="https://github.com/chadlwilson"><code>@chadlwilson</code></a> (Chad Wilson)</li> </ul> <h1>Changelog</h1> <ul> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11039">#11039</a> - Memory leak and multiple (Http|Servlet)*Listener invokations after restart</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11031">#11031</a> - HttpClient should expose Connection/EndPoint used by HTTP requests</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11014">#11014</a> - RedirectRegexRule and RewritePatternRule should consider relativeRedirectAllowed</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/10938">#10938</a> - Use String#isEmpty() (<a href="https://github.com/garydgregory"><code>@garydgregory</code></a>)</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/10876">#10876</a> - use correct scm coordinates</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/10812">#10812</a> - jetty-deploy has unnecessary dependency on awaitility/hamcrest pulled in at runtime (<a href="https://github.com/chadlwilson"><code>@chadlwilson</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jetty/jetty.project/commit/8492d1c78f122bb30cce20aecfa07e7283facd47"><code>8492d1c</code></a> Updating to version 10.0.19</li> <li><a href="https://github.com/jetty/jetty.project/commit/d49f298c7f5361161cd71264aabd50dbfc8e4c59"><code>d49f298</code></a> jasper jsp 9.0.83.1 (<a href="https://redirect.github.com/jetty/jetty.project/issues/11060">#11060</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/efda64631919479ac8c1bab033cbeb47a4363bfc"><code>efda646</code></a> Fixes <a href="https://redirect.github.com/jetty/jetty.project/issues/11031">#11031</a> - HttpClient should expose Connection/EndPoint used by H… (<a href="https://redirect.github.com/jetty/jetty.project/issues/11033">#11033</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/fcf50ff6241d732450695fca9fd0c6101293b156"><code>fcf50ff</code></a> Issue <a href="https://redirect.github.com/jetty/jetty.project/issues/11043">#11043</a> Update to Apache Jasper 9.0.83 (<a href="https://redirect.github.com/jetty/jetty.project/issues/11048">#11048</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/4df28ebac89292bcd886eb755dd2723e3d822847"><code>4df28eb</code></a> Issue <a href="https://redirect.github.com/jetty/jetty.project/issues/11039">#11039</a> duplicate durable listeners on maven restart (<a href="https://redirect.github.com/jetty/jetty.project/issues/11042">#11042</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/90244c35d0c63ee851e86c6d73a80ee41d5020f8"><code>90244c3</code></a> Removed forgotten Thread.sleep() in test.</li> <li><a href="https://github.com/jetty/jetty.project/commit/8057cb30ba4b78c5079b8da9bd98712d1584c44f"><code>8057cb3</code></a> Fixed test that was spin looping causing lots of allocations and GC pressure.</li> <li><a href="https://github.com/jetty/jetty.project/commit/f620f99c78511a86e4e737e60add93d1a9d662b0"><code>f620f99</code></a> Added clarifying comment to KeyStore content.</li> <li><a href="https://github.com/jetty/jetty.project/commit/832f19ea8b5d244bdd4f8fa934169563813f2fe4"><code>832f19e</code></a> Merge branch 'fix-flaky' of <a href="https://github.com/wang3820/jetty.project">https://github.com/wang3820/jetty.project</a> into wa...</li> <li><a href="https://github.com/jetty/jetty.project/commit/7f2859ab49490ffdb1d01619c20f1c7e1830f60f"><code>7f2859a</code></a> Issue <a href="https://redirect.github.com/jetty/jetty.project/issues/11014">#11014</a> - Improve Relative Redirect Handling in Jetty 10/11 (<a href="https://redirect.github.com/jetty/jetty.project/issues/11018">#11018</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jetty/jetty.project/compare/jetty-10.0.18...jetty-10.0.19">compare view</a></li> </ul> </details> <br /> Updates `org.eclipse.jetty:jetty-maven-plugin` from 10.0.18 to 10.0.19 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jetty/jetty.project/releases">org.eclipse.jetty:jetty-maven-plugin's releases</a>.</em></p> <blockquote> <h2>10.0.19</h2> <h1>Special Thanks to the following Eclipse Jetty community members</h1> <ul> <li><a href="https://github.com/garydgregory"><code>@garydgregory</code></a> (Gary Gregory)</li> <li><a href="https://github.com/chadlwilson"><code>@chadlwilson</code></a> (Chad Wilson)</li> </ul> <h1>Changelog</h1> <ul> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11039">#11039</a> - Memory leak and multiple (Http|Servlet)*Listener invokations after restart</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11031">#11031</a> - HttpClient should expose Connection/EndPoint used by HTTP requests</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11014">#11014</a> - RedirectRegexRule and RewritePatternRule should consider relativeRedirectAllowed</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/10938">#10938</a> - Use String#isEmpty() (<a href="https://github.com/garydgregory"><code>@garydgregory</code></a>)</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/10876">#10876</a> - use correct scm coordinates</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/10812">#10812</a> - jetty-deploy has unnecessary dependency on awaitility/hamcrest pulled in at runtime (<a href="https://github.com/chadlwilson"><code>@chadlwilson</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jetty/jetty.project/commit/8492d1c78f122bb30cce20aecfa07e7283facd47"><code>8492d1c</code></a> Updating to version 10.0.19</li> <li><a href="https://github.com/jetty/jetty.project/commit/d49f298c7f5361161cd71264aabd50dbfc8e4c59"><code>d49f298</code></a> jasper jsp 9.0.83.1 (<a href="https://redirect.github.com/jetty/jetty.project/issues/11060">#11060</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/efda64631919479ac8c1bab033cbeb47a4363bfc"><code>efda646</code></a> Fixes <a href="https://redirect.github.com/jetty/jetty.project/issues/11031">#11031</a> - HttpClient should expose Connection/EndPoint used by H… (<a href="https://redirect.github.com/jetty/jetty.project/issues/11033">#11033</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/fcf50ff6241d732450695fca9fd0c6101293b156"><code>fcf50ff</code></a> Issue <a href="https://redirect.github.com/jetty/jetty.project/issues/11043">#11043</a> Update to Apache Jasper 9.0.83 (<a href="https://redirect.github.com/jetty/jetty.project/issues/11048">#11048</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/4df28ebac89292bcd886eb755dd2723e3d822847"><code>4df28eb</code></a> Issue <a href="https://redirect.github.com/jetty/jetty.project/issues/11039">#11039</a> duplicate durable listeners on maven restart (<a href="https://redirect.github.com/jetty/jetty.project/issues/11042">#11042</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/90244c35d0c63ee851e86c6d73a80ee41d5020f8"><code>90244c3</code></a> Removed forgotten Thread.sleep() in test.</li> <li><a href="https://github.com/jetty/jetty.project/commit/8057cb30ba4b78c5079b8da9bd98712d1584c44f"><code>8057cb3</code></a> Fixed test that was spin looping causing lots of allocations and GC pressure.</li> <li><a href="https://github.com/jetty/jetty.project/commit/f620f99c78511a86e4e737e60add93d1a9d662b0"><code>f620f99</code></a> Added clarifying comment to KeyStore content.</li> <li><a href="https://github.com/jetty/jetty.project/commit/832f19ea8b5d244bdd4f8fa934169563813f2fe4"><code>832f19e</code></a> Merge branch 'fix-flaky' of <a href="https://github.com/wang3820/jetty.project">https://github.com/wang3820/jetty.project</a> into wa...</li> <li><a href="https://github.com/jetty/jetty.project/commit/7f2859ab49490ffdb1d01619c20f1c7e1830f60f"><code>7f2859a</code></a> Issue <a href="https://redirect.github.com/jetty/jetty.project/issues/11014">#11014</a> - Improve Relative Redirect Handling in Jetty 10/11 (<a href="https://redirect.github.com/jetty/jetty.project/issues/11018">#11018</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jetty/jetty.project/compare/jetty-10.0.18...jetty-10.0.19">compare view</a></li> </ul> </details> <br /> Updates `org.eclipse.jetty:jetty-jspc-maven-plugin` from 10.0.18 to 10.0.19 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jetty/jetty.project/releases">org.eclipse.jetty:jetty-jspc-maven-plugin's releases</a>.</em></p> <blockquote> <h2>10.0.19</h2> <h1>Special Thanks to the following Eclipse Jetty community members</h1> <ul> <li><a href="https://github.com/garydgregory"><code>@garydgregory</code></a> (Gary Gregory)</li> <li><a href="https://github.com/chadlwilson"><code>@chadlwilson</code></a> (Chad Wilson)</li> </ul> <h1>Changelog</h1> <ul> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11039">#11039</a> - Memory leak and multiple (Http|Servlet)*Listener invokations after restart</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11031">#11031</a> - HttpClient should expose Connection/EndPoint used by HTTP requests</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11014">#11014</a> - RedirectRegexRule and RewritePatternRule should consider relativeRedirectAllowed</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/10938">#10938</a> - Use String#isEmpty() (<a href="https://github.com/garydgregory"><code>@garydgregory</code></a>)</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/10876">#10876</a> - use correct scm coordinates</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/10812">#10812</a> - jetty-deploy has unnecessary dependency on awaitility/hamcrest pulled in at runtime (<a href="https://github.com/chadlwilson"><code>@chadlwilson</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jetty/jetty.project/commit/8492d1c78f122bb30cce20aecfa07e7283facd47"><code>8492d1c</code></a> Updating to version 10.0.19</li> <li><a href="https://github.com/jetty/jetty.project/commit/d49f298c7f5361161cd71264aabd50dbfc8e4c59"><code>d49f298</code></a> jasper jsp 9.0.83.1 (<a href="https://redirect.github.com/jetty/jetty.project/issues/11060">#11060</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/efda64631919479ac8c1bab033cbeb47a4363bfc"><code>efda646</code></a> Fixes <a href="https://redirect.github.com/jetty/jetty.project/issues/11031">#11031</a> - HttpClient should expose Connection/EndPoint used by H… (<a href="https://redirect.github.com/jetty/jetty.project/issues/11033">#11033</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/fcf50ff6241d732450695fca9fd0c6101293b156"><code>fcf50ff</code></a> Issue <a href="https://redirect.github.com/jetty/jetty.project/issues/11043">#11043</a> Update to Apache Jasper 9.0.83 (<a href="https://redirect.github.com/jetty/jetty.project/issues/11048">#11048</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/4df28ebac89292bcd886eb755dd2723e3d822847"><code>4df28eb</code></a> Issue <a href="https://redirect.github.com/jetty/jetty.project/issues/11039">#11039</a> duplicate durable listeners on maven restart (<a href="https://redirect.github.com/jetty/jetty.project/issues/11042">#11042</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/90244c35d0c63ee851e86c6d73a80ee41d5020f8"><code>90244c3</code></a> Removed forgotten Thread.sleep() in test.</li> <li><a href="https://github.com/jetty/jetty.project/commit/8057cb30ba4b78c5079b8da9bd98712d1584c44f"><code>8057cb3</code></a> Fixed test that was spin looping causing lots of allocations and GC pressure.</li> <li><a href="https://github.com/jetty/jetty.project/commit/f620f99c78511a86e4e737e60add93d1a9d662b0"><code>f620f99</code></a> Added clarifying comment to KeyStore content.</li> <li><a href="https://github.com/jetty/jetty.project/commit/832f19ea8b5d244bdd4f8fa934169563813f2fe4"><code>832f19e</code></a> Merge branch 'fix-flaky' of <a href="https://github.com/wang3820/jetty.project">https://github.com/wang3820/jetty.project</a> into wa...</li> <li><a href="https://github.com/jetty/jetty.project/commit/7f2859ab49490ffdb1d01619c20f1c7e1830f60f"><code>7f2859a</code></a> Issue <a href="https://redirect.github.com/jetty/jetty.project/issues/11014">#11014</a> - Improve Relative Redirect Handling in Jetty 10/11 (<a href="https://redirect.github.com/jetty/jetty.project/issues/11018">#11018</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jetty/jetty.project/compare/jetty-10.0.18...jetty-10.0.19">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: 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