This is an automated email from the ASF dual-hosted git repository.
paulrutter pushed a change to branch feature/FELIX-6750-Jetty-12.1.0-tryout
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
from 1ba9b6443a FELIX-6750 Try out Jetty 12.1.0 in Felix HTTP - Fix samples
add e98e1cf247 FELIX-6750 Try out Jetty 12.1.0 in Felix HTTP - Move to
EE11 - Skip baselining to prevent errors in the baseline phase because of
changed API's in 6.1.0
No new revisions were added by this update.
Summary of changes:
http/README.md | 6 ++--
http/base/pom.xml | 6 ++--
http/itest/pom.xml | 4 +--
http/jetty12/pom.xml | 38 +++++++++++-----------
.../felix/http/jetty/internal/JettyService.java | 38 +++++++++++-----------
.../http/jetty/it/AbstractJettyTestSupport.java | 2 +-
.../http/jetty/it/JakartaSpecificWebsocketIT.java | 16 ++++-----
.../http/jetty/it/JettySpecificWebsocketIT.java | 8 ++---
.../jetty/it/JettyUriComplianceModeDefaultIT.java | 4 +--
.../felix/http/jetty/it/JettyVirtualThreadsIT.java | 4 +--
.../felix/http/jetty/it/LightClassifierIT.java | 2 +-
.../jetty/it/MissingWebsocketDependenciesIT.java | 8 ++---
http/samples/whiteboard/pom.xml | 8 ++---
.../whiteboard/FelixJettyWebSocketServlet.java | 2 +-
.../samples/whiteboard/TestWebSocketServlet.java | 2 +-
.../TestWebSocketServletAlternative.java | 2 +-
http/servlet-api/pom.xml | 19 ++++++++---
17 files changed, 89 insertions(+), 80 deletions(-)