dependabot[bot] opened a new pull request #292:
URL: https://github.com/apache/myfaces-tobago/pull/292


   Bumps [jetty-maven-plugin](https://github.com/eclipse/jetty.project) from 
10.0.0 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://github-redirect.dependabot.com/eclipse/jetty.project/issues/5715";>#5715</a>
 - Fix problems caused by upgrade to jstl version.</li>
   <li><a 
href="https://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.com/eclipse/jetty.project/issues/5549";>#5549</a>
 - Bump hazelcast.version from 4.0.1 to 4.0.3</li>
   <li><a 
href="https://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.com/eclipse/jetty.project/issues/5472";>#5472</a>
 - Bump jna from 5.5.0 to 5.6.0</li>
   <li><a 
href="https://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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/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/cf9a807d6762f3ceb899d4936c18805aab88b456";><code>cf9a807</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/bd269f72e46253bd10490fd6d2ef251a9069ceb3";><code>bd269f7</code></a>
 merge jetty-10.0.x into jetty-11.0.x</li>
   <li><a 
href="https://github.com/eclipse/jetty.project/commit/4020f9e4ecec79f0fc46473d227c67577e256889";><code>4020f9e</code></a>
 Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x</li>
   <li>See full diff in <a 
href="https://github.com/eclipse/jetty.project/compare/jetty-10.0.0...jetty-11.0.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclipse.jetty:jetty-maven-plugin&package-manager=maven&previous-version=10.0.0&new-version=11.0.0)](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
   
   
   </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.

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


Reply via email to