You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/06/30 04:31:27 UTC

[GitHub] [shiro] dependabot[bot] opened a new pull request, #980: build(deps): bump jetty.version from 9.4.51.v20230217 to 11.0.0

dependabot[bot] opened a new pull request, #980:
URL: https://github.com/apache/shiro/pull/980

   Bumps `jetty.version` from 9.4.51.v20230217 to 11.0.0.
   Updates `jetty-maven-plugin` from 9.4.51.v20230217 to 11.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/eclipse/jetty.project/releases">jetty-maven-plugin's releases</a>.</em></p>
   <blockquote>
   <h2>11.0.0</h2>
   <h1>Eclipse Jetty 11.x Highlights</h1>
   <ul>
   <li>Jetty 11.x has a minimum Java requirement of Java 11.</li>
   <li>Jetty 11.x modules are proper JPMS modules with <code>module-info.class</code>.</li>
   <li>Jetty 11.x supports the following technology specs (from the Jakarta EE 9 effort):
   <ul>
   <li><code>jakarta.servlet</code> - 5.0.0</li>
   <li><code>jakarta.servlet.jsp</code> - 3.0.0</li>
   <li><code>jakarta.servlet.jsp.jstl</code> - 2.0.0</li>
   <li><code>jakarta.el</code> - 4.0.0</li>
   <li><code>jakarta.websocket</code> - 2.0.0</li>
   </ul>
   </li>
   <li>Jetty 11.x is the first major version of Jetty to support the <code>jakarta.servlet</code> namespace.<br />
   Use Jetty 10.x for the older (now outdated) <code>javax.servlet</code> namespace.</li>
   </ul>
   <h1>Important Changes</h1>
   <ul>
   <li>Classic jetty logging facade has been replaced with slf4j-api usage</li>
   <li>There is no longer a <code>jetty-distribution</code>, use <code>jetty-home</code> with a proper <code>${jetty.base}</code> instead.<br />
   See: <a href="https://www.eclipse.org/jetty/documentation/10.0.0/operations-guide/index.html#og-begin-arch">Operations Guide: Architecture</a>
   <ul>
   <li>New <code>demo</code> jetty-start module exists to replace the old demo-base functionality.</li>
   </ul>
   </li>
   <li>Remove jetty-all uber artifact</li>
   <li>Managing <code>Configuration</code> within a <code>WebAppContext</code> has a new API.<br />
   (They are now self ordering and do not require knowledge of Jetty internals to use successfully)</li>
   <li>Complete WebSocket refactoring, those using the Jetty APIs or embedded-jetty will need to update their code.
   <ul>
   <li>Support for WebSocket over HTTP/2 (client and server)</li>
   </ul>
   </li>
   <li>Jetty HttpClient has been improved.
   <ul>
   <li>Supports dynamic protocol upgrade (http/2 and http/1.1).</li>
   </ul>
   </li>
   <li>Session management has been refactored as well.</li>
   </ul>
   <h1>Changelog</h1>
   <ul>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5715">#5715</a> - Fix problems caused by upgrade to jstl version.</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5701">#5701</a> - Bump jakarta.servlet.jsp-api from 3.0.0-M1 to 3.0.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5700">#5700</a> - Bump jakarta.servlet.jsp.jstl-api from 2.0.0-RC1 to 2.0.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5626">#5626</a> - Bump maven-resources-plugin from 3.1.0 to 3.2.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5608">#5608</a> - Bump maven-project-info-reports-plugin from 3.0.0 to 3.1.1</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5585">#5585</a> - Bump jakarta.annotation-api from 2.0.0-RC1 to 2.0.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5550">#5550</a> - Bump maven-source-plugin from 3.0.1 to 3.2.1</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5549">#5549</a> - Bump hazelcast.version from 4.0.1 to 4.0.3</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5548">#5548</a> - Bump geronimo-interceptor_1.2_spec from 1.1 to 1.2</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5506">#5506</a> - Bump weld-servlet-core from 4.0.0.Beta1 to 4.0.0.Beta5</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5473">#5473</a> - Bump appassembler-maven-plugin from 2.0.0 to 2.1.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5472">#5472</a> - Bump jna from 5.5.0 to 5.6.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5470">#5470</a> - Bump mail-api.version from 2.0.0-RC4 to 2.0.0-RC6</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5423">#5423</a> - Bump jakarta.servlet-api from 5.0.0-M1 to 5.0.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5380">#5380</a> - Bump maven-war-plugin from 3.2.3 to 3.3.1</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/4568">#4568</a> - Use <code>jakarta.*</code> namespace for new Jakarta EE 9 &quot;Big Bang&quot; artifacts</li>
   </ul>
   <h2>11.0.0.beta3</h2>
   <h1>Changes</h1>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/eclipse/jetty.project/commit/432f896d7a4555fcc81f38108757ea0aca8788e6"><code>432f896</code></a> Updating to version 11.0.0</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/cc9b41cf17b80285b8d86d847130acbab1d77ced"><code>cc9b41c</code></a> Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/0a034dbd50139cc1c333151d49e666553edc174b"><code>0a034db</code></a> Merge pull request <a href="https://redirect.github.com/eclipse/jetty.project/issues/5740">#5740</a> from eclipse/jetty-10.0.x-5739-Remove-distribution-f...</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/41c2e9cb6d52cbc397bdc464d4dd5363e7b73e16"><code>41c2e9c</code></a> Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-10.0.x-5739-Rem...</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/0eccddececf5a5a393ebb4e132a54b70b024043c"><code>0eccdde</code></a> Merge pull request <a href="https://redirect.github.com/eclipse/jetty.project/issues/5744">#5744</a> from eclipse/jetty-10.0.x-5086-review-scanner</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/9c882ee7966ed2c890e8079db5a81596cf0cb2c8"><code>9c882ee</code></a> Improved KeyStoreScanner.scan().</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/a3c116f8a0b406a657939997f04ab4bedd05d204"><code>a3c116f</code></a> Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/37882236a6639836f8f6acd01e6f9975be04bcb9"><code>3788223</code></a> Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/f0a2ab4fedef6bc062e833128abf2479ac9d927a"><code>f0a2ab4</code></a> Issue <a href="https://redirect.github.com/eclipse/jetty.project/issues/5675">#5675</a> Update some osgi test dependencies (<a href="https://redirect.github.com/eclipse/jetty.project/issues/5676">#5676</a>)</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/c90690abf6897e1618514beac65fdacc7be6f104"><code>c90690a</code></a> Updating example output</li>
   <li>Additional commits viewable in <a href="https://github.com/eclipse/jetty.project/compare/jetty-9.4.51.v20230217...jetty-11.0.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `jetty-server` from 9.4.51.v20230217 to 11.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/eclipse/jetty.project/releases">jetty-server's releases</a>.</em></p>
   <blockquote>
   <h2>11.0.0</h2>
   <h1>Eclipse Jetty 11.x Highlights</h1>
   <ul>
   <li>Jetty 11.x has a minimum Java requirement of Java 11.</li>
   <li>Jetty 11.x modules are proper JPMS modules with <code>module-info.class</code>.</li>
   <li>Jetty 11.x supports the following technology specs (from the Jakarta EE 9 effort):
   <ul>
   <li><code>jakarta.servlet</code> - 5.0.0</li>
   <li><code>jakarta.servlet.jsp</code> - 3.0.0</li>
   <li><code>jakarta.servlet.jsp.jstl</code> - 2.0.0</li>
   <li><code>jakarta.el</code> - 4.0.0</li>
   <li><code>jakarta.websocket</code> - 2.0.0</li>
   </ul>
   </li>
   <li>Jetty 11.x is the first major version of Jetty to support the <code>jakarta.servlet</code> namespace.<br />
   Use Jetty 10.x for the older (now outdated) <code>javax.servlet</code> namespace.</li>
   </ul>
   <h1>Important Changes</h1>
   <ul>
   <li>Classic jetty logging facade has been replaced with slf4j-api usage</li>
   <li>There is no longer a <code>jetty-distribution</code>, use <code>jetty-home</code> with a proper <code>${jetty.base}</code> instead.<br />
   See: <a href="https://www.eclipse.org/jetty/documentation/10.0.0/operations-guide/index.html#og-begin-arch">Operations Guide: Architecture</a>
   <ul>
   <li>New <code>demo</code> jetty-start module exists to replace the old demo-base functionality.</li>
   </ul>
   </li>
   <li>Remove jetty-all uber artifact</li>
   <li>Managing <code>Configuration</code> within a <code>WebAppContext</code> has a new API.<br />
   (They are now self ordering and do not require knowledge of Jetty internals to use successfully)</li>
   <li>Complete WebSocket refactoring, those using the Jetty APIs or embedded-jetty will need to update their code.
   <ul>
   <li>Support for WebSocket over HTTP/2 (client and server)</li>
   </ul>
   </li>
   <li>Jetty HttpClient has been improved.
   <ul>
   <li>Supports dynamic protocol upgrade (http/2 and http/1.1).</li>
   </ul>
   </li>
   <li>Session management has been refactored as well.</li>
   </ul>
   <h1>Changelog</h1>
   <ul>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5715">#5715</a> - Fix problems caused by upgrade to jstl version.</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5701">#5701</a> - Bump jakarta.servlet.jsp-api from 3.0.0-M1 to 3.0.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5700">#5700</a> - Bump jakarta.servlet.jsp.jstl-api from 2.0.0-RC1 to 2.0.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5626">#5626</a> - Bump maven-resources-plugin from 3.1.0 to 3.2.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5608">#5608</a> - Bump maven-project-info-reports-plugin from 3.0.0 to 3.1.1</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5585">#5585</a> - Bump jakarta.annotation-api from 2.0.0-RC1 to 2.0.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5550">#5550</a> - Bump maven-source-plugin from 3.0.1 to 3.2.1</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5549">#5549</a> - Bump hazelcast.version from 4.0.1 to 4.0.3</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5548">#5548</a> - Bump geronimo-interceptor_1.2_spec from 1.1 to 1.2</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5506">#5506</a> - Bump weld-servlet-core from 4.0.0.Beta1 to 4.0.0.Beta5</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5473">#5473</a> - Bump appassembler-maven-plugin from 2.0.0 to 2.1.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5472">#5472</a> - Bump jna from 5.5.0 to 5.6.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5470">#5470</a> - Bump mail-api.version from 2.0.0-RC4 to 2.0.0-RC6</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5423">#5423</a> - Bump jakarta.servlet-api from 5.0.0-M1 to 5.0.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5380">#5380</a> - Bump maven-war-plugin from 3.2.3 to 3.3.1</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/4568">#4568</a> - Use <code>jakarta.*</code> namespace for new Jakarta EE 9 &quot;Big Bang&quot; artifacts</li>
   </ul>
   <h2>11.0.0.beta3</h2>
   <h1>Changes</h1>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/eclipse/jetty.project/commit/432f896d7a4555fcc81f38108757ea0aca8788e6"><code>432f896</code></a> Updating to version 11.0.0</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/cc9b41cf17b80285b8d86d847130acbab1d77ced"><code>cc9b41c</code></a> Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/0a034dbd50139cc1c333151d49e666553edc174b"><code>0a034db</code></a> Merge pull request <a href="https://redirect.github.com/eclipse/jetty.project/issues/5740">#5740</a> from eclipse/jetty-10.0.x-5739-Remove-distribution-f...</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/41c2e9cb6d52cbc397bdc464d4dd5363e7b73e16"><code>41c2e9c</code></a> Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-10.0.x-5739-Rem...</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/0eccddececf5a5a393ebb4e132a54b70b024043c"><code>0eccdde</code></a> Merge pull request <a href="https://redirect.github.com/eclipse/jetty.project/issues/5744">#5744</a> from eclipse/jetty-10.0.x-5086-review-scanner</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/9c882ee7966ed2c890e8079db5a81596cf0cb2c8"><code>9c882ee</code></a> Improved KeyStoreScanner.scan().</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/a3c116f8a0b406a657939997f04ab4bedd05d204"><code>a3c116f</code></a> Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/37882236a6639836f8f6acd01e6f9975be04bcb9"><code>3788223</code></a> Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/f0a2ab4fedef6bc062e833128abf2479ac9d927a"><code>f0a2ab4</code></a> Issue <a href="https://redirect.github.com/eclipse/jetty.project/issues/5675">#5675</a> Update some osgi test dependencies (<a href="https://redirect.github.com/eclipse/jetty.project/issues/5676">#5676</a>)</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/c90690abf6897e1618514beac65fdacc7be6f104"><code>c90690a</code></a> Updating example output</li>
   <li>Additional commits viewable in <a href="https://github.com/eclipse/jetty.project/compare/jetty-9.4.51.v20230217...jetty-11.0.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `jetty-webapp` from 9.4.51.v20230217 to 11.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/eclipse/jetty.project/releases">jetty-webapp's releases</a>.</em></p>
   <blockquote>
   <h2>11.0.0</h2>
   <h1>Eclipse Jetty 11.x Highlights</h1>
   <ul>
   <li>Jetty 11.x has a minimum Java requirement of Java 11.</li>
   <li>Jetty 11.x modules are proper JPMS modules with <code>module-info.class</code>.</li>
   <li>Jetty 11.x supports the following technology specs (from the Jakarta EE 9 effort):
   <ul>
   <li><code>jakarta.servlet</code> - 5.0.0</li>
   <li><code>jakarta.servlet.jsp</code> - 3.0.0</li>
   <li><code>jakarta.servlet.jsp.jstl</code> - 2.0.0</li>
   <li><code>jakarta.el</code> - 4.0.0</li>
   <li><code>jakarta.websocket</code> - 2.0.0</li>
   </ul>
   </li>
   <li>Jetty 11.x is the first major version of Jetty to support the <code>jakarta.servlet</code> namespace.<br />
   Use Jetty 10.x for the older (now outdated) <code>javax.servlet</code> namespace.</li>
   </ul>
   <h1>Important Changes</h1>
   <ul>
   <li>Classic jetty logging facade has been replaced with slf4j-api usage</li>
   <li>There is no longer a <code>jetty-distribution</code>, use <code>jetty-home</code> with a proper <code>${jetty.base}</code> instead.<br />
   See: <a href="https://www.eclipse.org/jetty/documentation/10.0.0/operations-guide/index.html#og-begin-arch">Operations Guide: Architecture</a>
   <ul>
   <li>New <code>demo</code> jetty-start module exists to replace the old demo-base functionality.</li>
   </ul>
   </li>
   <li>Remove jetty-all uber artifact</li>
   <li>Managing <code>Configuration</code> within a <code>WebAppContext</code> has a new API.<br />
   (They are now self ordering and do not require knowledge of Jetty internals to use successfully)</li>
   <li>Complete WebSocket refactoring, those using the Jetty APIs or embedded-jetty will need to update their code.
   <ul>
   <li>Support for WebSocket over HTTP/2 (client and server)</li>
   </ul>
   </li>
   <li>Jetty HttpClient has been improved.
   <ul>
   <li>Supports dynamic protocol upgrade (http/2 and http/1.1).</li>
   </ul>
   </li>
   <li>Session management has been refactored as well.</li>
   </ul>
   <h1>Changelog</h1>
   <ul>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5715">#5715</a> - Fix problems caused by upgrade to jstl version.</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5701">#5701</a> - Bump jakarta.servlet.jsp-api from 3.0.0-M1 to 3.0.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5700">#5700</a> - Bump jakarta.servlet.jsp.jstl-api from 2.0.0-RC1 to 2.0.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5626">#5626</a> - Bump maven-resources-plugin from 3.1.0 to 3.2.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5608">#5608</a> - Bump maven-project-info-reports-plugin from 3.0.0 to 3.1.1</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5585">#5585</a> - Bump jakarta.annotation-api from 2.0.0-RC1 to 2.0.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5550">#5550</a> - Bump maven-source-plugin from 3.0.1 to 3.2.1</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5549">#5549</a> - Bump hazelcast.version from 4.0.1 to 4.0.3</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5548">#5548</a> - Bump geronimo-interceptor_1.2_spec from 1.1 to 1.2</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5506">#5506</a> - Bump weld-servlet-core from 4.0.0.Beta1 to 4.0.0.Beta5</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5473">#5473</a> - Bump appassembler-maven-plugin from 2.0.0 to 2.1.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5472">#5472</a> - Bump jna from 5.5.0 to 5.6.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5470">#5470</a> - Bump mail-api.version from 2.0.0-RC4 to 2.0.0-RC6</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5423">#5423</a> - Bump jakarta.servlet-api from 5.0.0-M1 to 5.0.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5380">#5380</a> - Bump maven-war-plugin from 3.2.3 to 3.3.1</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/4568">#4568</a> - Use <code>jakarta.*</code> namespace for new Jakarta EE 9 &quot;Big Bang&quot; artifacts</li>
   </ul>
   <h2>11.0.0.beta3</h2>
   <h1>Changes</h1>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/eclipse/jetty.project/commit/432f896d7a4555fcc81f38108757ea0aca8788e6"><code>432f896</code></a> Updating to version 11.0.0</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/cc9b41cf17b80285b8d86d847130acbab1d77ced"><code>cc9b41c</code></a> Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/0a034dbd50139cc1c333151d49e666553edc174b"><code>0a034db</code></a> Merge pull request <a href="https://redirect.github.com/eclipse/jetty.project/issues/5740">#5740</a> from eclipse/jetty-10.0.x-5739-Remove-distribution-f...</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/41c2e9cb6d52cbc397bdc464d4dd5363e7b73e16"><code>41c2e9c</code></a> Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-10.0.x-5739-Rem...</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/0eccddececf5a5a393ebb4e132a54b70b024043c"><code>0eccdde</code></a> Merge pull request <a href="https://redirect.github.com/eclipse/jetty.project/issues/5744">#5744</a> from eclipse/jetty-10.0.x-5086-review-scanner</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/9c882ee7966ed2c890e8079db5a81596cf0cb2c8"><code>9c882ee</code></a> Improved KeyStoreScanner.scan().</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/a3c116f8a0b406a657939997f04ab4bedd05d204"><code>a3c116f</code></a> Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/37882236a6639836f8f6acd01e6f9975be04bcb9"><code>3788223</code></a> Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/f0a2ab4fedef6bc062e833128abf2479ac9d927a"><code>f0a2ab4</code></a> Issue <a href="https://redirect.github.com/eclipse/jetty.project/issues/5675">#5675</a> Update some osgi test dependencies (<a href="https://redirect.github.com/eclipse/jetty.project/issues/5676">#5676</a>)</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/c90690abf6897e1618514beac65fdacc7be6f104"><code>c90690a</code></a> Updating example output</li>
   <li>Additional commits viewable in <a href="https://github.com/eclipse/jetty.project/compare/jetty-9.4.51.v20230217...jetty-11.0.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `apache-jsp` from 9.4.51.v20230217 to 11.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/eclipse/jetty.project/releases">apache-jsp's releases</a>.</em></p>
   <blockquote>
   <h2>11.0.0</h2>
   <h1>Eclipse Jetty 11.x Highlights</h1>
   <ul>
   <li>Jetty 11.x has a minimum Java requirement of Java 11.</li>
   <li>Jetty 11.x modules are proper JPMS modules with <code>module-info.class</code>.</li>
   <li>Jetty 11.x supports the following technology specs (from the Jakarta EE 9 effort):
   <ul>
   <li><code>jakarta.servlet</code> - 5.0.0</li>
   <li><code>jakarta.servlet.jsp</code> - 3.0.0</li>
   <li><code>jakarta.servlet.jsp.jstl</code> - 2.0.0</li>
   <li><code>jakarta.el</code> - 4.0.0</li>
   <li><code>jakarta.websocket</code> - 2.0.0</li>
   </ul>
   </li>
   <li>Jetty 11.x is the first major version of Jetty to support the <code>jakarta.servlet</code> namespace.<br />
   Use Jetty 10.x for the older (now outdated) <code>javax.servlet</code> namespace.</li>
   </ul>
   <h1>Important Changes</h1>
   <ul>
   <li>Classic jetty logging facade has been replaced with slf4j-api usage</li>
   <li>There is no longer a <code>jetty-distribution</code>, use <code>jetty-home</code> with a proper <code>${jetty.base}</code> instead.<br />
   See: <a href="https://www.eclipse.org/jetty/documentation/10.0.0/operations-guide/index.html#og-begin-arch">Operations Guide: Architecture</a>
   <ul>
   <li>New <code>demo</code> jetty-start module exists to replace the old demo-base functionality.</li>
   </ul>
   </li>
   <li>Remove jetty-all uber artifact</li>
   <li>Managing <code>Configuration</code> within a <code>WebAppContext</code> has a new API.<br />
   (They are now self ordering and do not require knowledge of Jetty internals to use successfully)</li>
   <li>Complete WebSocket refactoring, those using the Jetty APIs or embedded-jetty will need to update their code.
   <ul>
   <li>Support for WebSocket over HTTP/2 (client and server)</li>
   </ul>
   </li>
   <li>Jetty HttpClient has been improved.
   <ul>
   <li>Supports dynamic protocol upgrade (http/2 and http/1.1).</li>
   </ul>
   </li>
   <li>Session management has been refactored as well.</li>
   </ul>
   <h1>Changelog</h1>
   <ul>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5715">#5715</a> - Fix problems caused by upgrade to jstl version.</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5701">#5701</a> - Bump jakarta.servlet.jsp-api from 3.0.0-M1 to 3.0.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5700">#5700</a> - Bump jakarta.servlet.jsp.jstl-api from 2.0.0-RC1 to 2.0.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5626">#5626</a> - Bump maven-resources-plugin from 3.1.0 to 3.2.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5608">#5608</a> - Bump maven-project-info-reports-plugin from 3.0.0 to 3.1.1</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5585">#5585</a> - Bump jakarta.annotation-api from 2.0.0-RC1 to 2.0.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5550">#5550</a> - Bump maven-source-plugin from 3.0.1 to 3.2.1</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5549">#5549</a> - Bump hazelcast.version from 4.0.1 to 4.0.3</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5548">#5548</a> - Bump geronimo-interceptor_1.2_spec from 1.1 to 1.2</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5506">#5506</a> - Bump weld-servlet-core from 4.0.0.Beta1 to 4.0.0.Beta5</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5473">#5473</a> - Bump appassembler-maven-plugin from 2.0.0 to 2.1.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5472">#5472</a> - Bump jna from 5.5.0 to 5.6.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5470">#5470</a> - Bump mail-api.version from 2.0.0-RC4 to 2.0.0-RC6</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5423">#5423</a> - Bump jakarta.servlet-api from 5.0.0-M1 to 5.0.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5380">#5380</a> - Bump maven-war-plugin from 3.2.3 to 3.3.1</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/4568">#4568</a> - Use <code>jakarta.*</code> namespace for new Jakarta EE 9 &quot;Big Bang&quot; artifacts</li>
   </ul>
   <h2>11.0.0.beta3</h2>
   <h1>Changes</h1>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/eclipse/jetty.project/commit/432f896d7a4555fcc81f38108757ea0aca8788e6"><code>432f896</code></a> Updating to version 11.0.0</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/cc9b41cf17b80285b8d86d847130acbab1d77ced"><code>cc9b41c</code></a> Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/0a034dbd50139cc1c333151d49e666553edc174b"><code>0a034db</code></a> Merge pull request <a href="https://redirect.github.com/eclipse/jetty.project/issues/5740">#5740</a> from eclipse/jetty-10.0.x-5739-Remove-distribution-f...</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/41c2e9cb6d52cbc397bdc464d4dd5363e7b73e16"><code>41c2e9c</code></a> Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-10.0.x-5739-Rem...</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/0eccddececf5a5a393ebb4e132a54b70b024043c"><code>0eccdde</code></a> Merge pull request <a href="https://redirect.github.com/eclipse/jetty.project/issues/5744">#5744</a> from eclipse/jetty-10.0.x-5086-review-scanner</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/9c882ee7966ed2c890e8079db5a81596cf0cb2c8"><code>9c882ee</code></a> Improved KeyStoreScanner.scan().</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/a3c116f8a0b406a657939997f04ab4bedd05d204"><code>a3c116f</code></a> Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/37882236a6639836f8f6acd01e6f9975be04bcb9"><code>3788223</code></a> Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/f0a2ab4fedef6bc062e833128abf2479ac9d927a"><code>f0a2ab4</code></a> Issue <a href="https://redirect.github.com/eclipse/jetty.project/issues/5675">#5675</a> Update some osgi test dependencies (<a href="https://redirect.github.com/eclipse/jetty.project/issues/5676">#5676</a>)</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/c90690abf6897e1618514beac65fdacc7be6f104"><code>c90690a</code></a> Updating example output</li>
   <li>Additional commits viewable in <a href="https://github.com/eclipse/jetty.project/compare/jetty-9.4.51.v20230217...jetty-11.0.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `apache-jstl` from 9.4.51.v20230217 to 11.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/eclipse/jetty.project/releases">apache-jstl's releases</a>.</em></p>
   <blockquote>
   <h2>11.0.0</h2>
   <h1>Eclipse Jetty 11.x Highlights</h1>
   <ul>
   <li>Jetty 11.x has a minimum Java requirement of Java 11.</li>
   <li>Jetty 11.x modules are proper JPMS modules with <code>module-info.class</code>.</li>
   <li>Jetty 11.x supports the following technology specs (from the Jakarta EE 9 effort):
   <ul>
   <li><code>jakarta.servlet</code> - 5.0.0</li>
   <li><code>jakarta.servlet.jsp</code> - 3.0.0</li>
   <li><code>jakarta.servlet.jsp.jstl</code> - 2.0.0</li>
   <li><code>jakarta.el</code> - 4.0.0</li>
   <li><code>jakarta.websocket</code> - 2.0.0</li>
   </ul>
   </li>
   <li>Jetty 11.x is the first major version of Jetty to support the <code>jakarta.servlet</code> namespace.<br />
   Use Jetty 10.x for the older (now outdated) <code>javax.servlet</code> namespace.</li>
   </ul>
   <h1>Important Changes</h1>
   <ul>
   <li>Classic jetty logging facade has been replaced with slf4j-api usage</li>
   <li>There is no longer a <code>jetty-distribution</code>, use <code>jetty-home</code> with a proper <code>${jetty.base}</code> instead.<br />
   See: <a href="https://www.eclipse.org/jetty/documentation/10.0.0/operations-guide/index.html#og-begin-arch">Operations Guide: Architecture</a>
   <ul>
   <li>New <code>demo</code> jetty-start module exists to replace the old demo-base functionality.</li>
   </ul>
   </li>
   <li>Remove jetty-all uber artifact</li>
   <li>Managing <code>Configuration</code> within a <code>WebAppContext</code> has a new API.<br />
   (They are now self ordering and do not require knowledge of Jetty internals to use successfully)</li>
   <li>Complete WebSocket refactoring, those using the Jetty APIs or embedded-jetty will need to update their code.
   <ul>
   <li>Support for WebSocket over HTTP/2 (client and server)</li>
   </ul>
   </li>
   <li>Jetty HttpClient has been improved.
   <ul>
   <li>Supports dynamic protocol upgrade (http/2 and http/1.1).</li>
   </ul>
   </li>
   <li>Session management has been refactored as well.</li>
   </ul>
   <h1>Changelog</h1>
   <ul>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5715">#5715</a> - Fix problems caused by upgrade to jstl version.</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5701">#5701</a> - Bump jakarta.servlet.jsp-api from 3.0.0-M1 to 3.0.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5700">#5700</a> - Bump jakarta.servlet.jsp.jstl-api from 2.0.0-RC1 to 2.0.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5626">#5626</a> - Bump maven-resources-plugin from 3.1.0 to 3.2.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5608">#5608</a> - Bump maven-project-info-reports-plugin from 3.0.0 to 3.1.1</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5585">#5585</a> - Bump jakarta.annotation-api from 2.0.0-RC1 to 2.0.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5550">#5550</a> - Bump maven-source-plugin from 3.0.1 to 3.2.1</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5549">#5549</a> - Bump hazelcast.version from 4.0.1 to 4.0.3</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5548">#5548</a> - Bump geronimo-interceptor_1.2_spec from 1.1 to 1.2</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5506">#5506</a> - Bump weld-servlet-core from 4.0.0.Beta1 to 4.0.0.Beta5</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5473">#5473</a> - Bump appassembler-maven-plugin from 2.0.0 to 2.1.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5472">#5472</a> - Bump jna from 5.5.0 to 5.6.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5470">#5470</a> - Bump mail-api.version from 2.0.0-RC4 to 2.0.0-RC6</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5423">#5423</a> - Bump jakarta.servlet-api from 5.0.0-M1 to 5.0.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5380">#5380</a> - Bump maven-war-plugin from 3.2.3 to 3.3.1</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/4568">#4568</a> - Use <code>jakarta.*</code> namespace for new Jakarta EE 9 &quot;Big Bang&quot; artifacts</li>
   </ul>
   <h2>11.0.0.beta3</h2>
   <h1>Changes</h1>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/eclipse/jetty.project/commit/432f896d7a4555fcc81f38108757ea0aca8788e6"><code>432f896</code></a> Updating to version 11.0.0</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/cc9b41cf17b80285b8d86d847130acbab1d77ced"><code>cc9b41c</code></a> Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/0a034dbd50139cc1c333151d49e666553edc174b"><code>0a034db</code></a> Merge pull request <a href="https://redirect.github.com/eclipse/jetty.project/issues/5740">#5740</a> from eclipse/jetty-10.0.x-5739-Remove-distribution-f...</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/41c2e9cb6d52cbc397bdc464d4dd5363e7b73e16"><code>41c2e9c</code></a> Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-10.0.x-5739-Rem...</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/0eccddececf5a5a393ebb4e132a54b70b024043c"><code>0eccdde</code></a> Merge pull request <a href="https://redirect.github.com/eclipse/jetty.project/issues/5744">#5744</a> from eclipse/jetty-10.0.x-5086-review-scanner</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/9c882ee7966ed2c890e8079db5a81596cf0cb2c8"><code>9c882ee</code></a> Improved KeyStoreScanner.scan().</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/a3c116f8a0b406a657939997f04ab4bedd05d204"><code>a3c116f</code></a> Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/37882236a6639836f8f6acd01e6f9975be04bcb9"><code>3788223</code></a> Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/f0a2ab4fedef6bc062e833128abf2479ac9d927a"><code>f0a2ab4</code></a> Issue <a href="https://redirect.github.com/eclipse/jetty.project/issues/5675">#5675</a> Update some osgi test dependencies (<a href="https://redirect.github.com/eclipse/jetty.project/issues/5676">#5676</a>)</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/c90690abf6897e1618514beac65fdacc7be6f104"><code>c90690a</code></a> Updating example output</li>
   <li>Additional commits viewable in <a href="https://github.com/eclipse/jetty.project/compare/jetty-9.4.51.v20230217...jetty-11.0.0">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 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-unsubscribe@shiro.apache.org

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


[GitHub] [shiro] dependabot[bot] commented on pull request #980: build(deps): bump jetty.version from 9.4.51.v20230217 to 11.0.0

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #980:
URL: https://github.com/apache/shiro/pull/980#issuecomment-1614190167

   Looks like these dependencies are no longer being updated by Dependabot, so this is no longer needed.


-- 
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-unsubscribe@shiro.apache.org

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


[GitHub] [shiro] dependabot[bot] closed pull request #980: build(deps): bump jetty.version from 9.4.51.v20230217 to 11.0.0

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #980: build(deps): bump jetty.version from 9.4.51.v20230217 to 11.0.0
URL: https://github.com/apache/shiro/pull/980


-- 
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-unsubscribe@shiro.apache.org

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