From e804e861eafbed4b5b82aaaa29d23719af2242b8 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Tue, 3 Sep 2024 11:38:09 +1000 Subject: [PATCH 01/31] deployAtEnd and a bit more memory for Maven process Signed-off-by: Olivier Lamy --- build/scripts/release-jetty.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/scripts/release-jetty.sh b/build/scripts/release-jetty.sh index 1453a194415..7b1e34dde03 100755 --- a/build/scripts/release-jetty.sh +++ b/build/scripts/release-jetty.sh @@ -88,11 +88,11 @@ if [ ! -d "$ALT_DEPLOY_DIR" ] ; then fi # DEPLOY_OPTS="-Dmaven.test.failure.ignore=true" -DEPLOY_OPTS="-DskipTests -Dasciidoctor.skip=false -Dmaven.build.cache.enabled=false" +DEPLOY_OPTS="-DskipTests -Dasciidoctor.skip=false -Dmaven.build.cache.enabled=false -DdeployAtEnd=true -DretryFailedDeploymentCount=3 " # DEPLOY_OPTS="$DEPLOY_OPTS -DaltDeploymentRepository=intarget::default::file://$ALT_DEPLOY_DIR/" # Uncomment for Java 1.7 -export MAVEN_OPTS="-Xmx4g" +export MAVEN_OPTS="-Xmx8g -Xms8g -client" echo "" echo "-----------------------------------------------" From 816018a420329c1cacd4116799cda8c8c60a57cd Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Tue, 3 Sep 2024 13:03:43 +1000 Subject: [PATCH 02/31] Updating to version 12.0.13 --- VERSION.txt | 39 +++++- build/build-resources/pom.xml | 2 +- build/pom.xml | 2 +- .../jetty/modules/code/examples/pom.xml | 2 +- documentation/jetty/pom.xml | 2 +- documentation/pom.xml | 2 +- javadoc/pom.xml | 2 +- .../jetty-alpn/jetty-alpn-client/pom.xml | 2 +- .../jetty-alpn-conscrypt-client/pom.xml | 2 +- .../jetty-alpn-conscrypt-server/pom.xml | 2 +- .../jetty-alpn/jetty-alpn-java-client/pom.xml | 2 +- .../jetty-alpn/jetty-alpn-java-server/pom.xml | 2 +- .../jetty-alpn/jetty-alpn-server/pom.xml | 2 +- jetty-core/jetty-alpn/pom.xml | 2 +- jetty-core/jetty-bom/pom.xml | 114 +++++++++--------- jetty-core/jetty-client/pom.xml | 2 +- .../jetty-demos/jetty-demo-handler/pom.xml | 2 +- jetty-core/jetty-demos/pom.xml | 2 +- jetty-core/jetty-deploy/pom.xml | 2 +- jetty-core/jetty-ee/pom.xml | 2 +- .../jetty-fcgi/jetty-fcgi-client/pom.xml | 2 +- .../jetty-fcgi/jetty-fcgi-proxy/pom.xml | 2 +- .../jetty-fcgi/jetty-fcgi-server/pom.xml | 2 +- jetty-core/jetty-fcgi/pom.xml | 2 +- jetty-core/jetty-http-spi/pom.xml | 2 +- jetty-core/jetty-http-tools/pom.xml | 2 +- jetty-core/jetty-http/pom.xml | 2 +- .../jetty-http2-client-transport/pom.xml | 2 +- .../jetty-http2/jetty-http2-client/pom.xml | 2 +- .../jetty-http2/jetty-http2-common/pom.xml | 2 +- .../jetty-http2/jetty-http2-hpack/pom.xml | 2 +- .../jetty-http2/jetty-http2-server/pom.xml | 2 +- .../jetty-http2/jetty-http2-tests/pom.xml | 2 +- jetty-core/jetty-http2/pom.xml | 2 +- .../jetty-http3-client-transport/pom.xml | 2 +- .../jetty-http3/jetty-http3-client/pom.xml | 2 +- .../jetty-http3/jetty-http3-common/pom.xml | 2 +- .../jetty-http3/jetty-http3-qpack/pom.xml | 2 +- .../jetty-http3/jetty-http3-server/pom.xml | 2 +- .../jetty-http3/jetty-http3-tests/pom.xml | 2 +- jetty-core/jetty-http3/pom.xml | 2 +- jetty-core/jetty-io/pom.xml | 2 +- jetty-core/jetty-jmx/pom.xml | 2 +- jetty-core/jetty-jndi/pom.xml | 2 +- jetty-core/jetty-keystore/pom.xml | 2 +- jetty-core/jetty-maven/pom.xml | 2 +- jetty-core/jetty-openid/pom.xml | 2 +- jetty-core/jetty-osgi/pom.xml | 2 +- jetty-core/jetty-plus/pom.xml | 2 +- jetty-core/jetty-proxy/pom.xml | 2 +- .../jetty-quic/jetty-quic-client/pom.xml | 2 +- .../jetty-quic/jetty-quic-common/pom.xml | 2 +- .../jetty-quic-quiche-common/pom.xml | 2 +- .../jetty-quic-quiche-foreign/pom.xml | 2 +- .../jetty-quic-quiche-jna/pom.xml | 2 +- .../jetty-quic/jetty-quic-quiche/pom.xml | 2 +- .../jetty-quic/jetty-quic-server/pom.xml | 2 +- jetty-core/jetty-quic/pom.xml | 2 +- jetty-core/jetty-rewrite/pom.xml | 2 +- jetty-core/jetty-security/pom.xml | 2 +- jetty-core/jetty-server/pom.xml | 2 +- jetty-core/jetty-session/pom.xml | 2 +- jetty-core/jetty-slf4j-impl/pom.xml | 2 +- jetty-core/jetty-start/pom.xml | 2 +- .../jetty-test-client-transports/pom.xml | 2 +- .../pom.xml | 2 +- jetty-core/jetty-tests/jetty-test-jmx/pom.xml | 2 +- jetty-core/jetty-tests/pom.xml | 2 +- jetty-core/jetty-unixdomain-server/pom.xml | 2 +- jetty-core/jetty-util-ajax/pom.xml | 2 +- jetty-core/jetty-util/pom.xml | 2 +- .../jetty-websocket-core-client/pom.xml | 2 +- .../jetty-websocket-core-common/pom.xml | 2 +- .../jetty-websocket-core-server/pom.xml | 2 +- .../jetty-websocket-core-tests/pom.xml | 2 +- .../jetty-websocket-jetty-api/pom.xml | 2 +- .../jetty-websocket-jetty-client/pom.xml | 2 +- .../jetty-websocket-jetty-common/pom.xml | 2 +- .../jetty-websocket-jetty-server/pom.xml | 2 +- .../jetty-websocket-jetty-tests/pom.xml | 2 +- jetty-core/jetty-websocket/pom.xml | 2 +- jetty-core/jetty-xml/pom.xml | 2 +- jetty-core/pom.xml | 2 +- jetty-ee10/jetty-ee10-annotations/pom.xml | 2 +- jetty-ee10/jetty-ee10-apache-jsp/pom.xml | 2 +- jetty-ee10/jetty-ee10-bom/pom.xml | 54 ++++----- jetty-ee10/jetty-ee10-cdi/pom.xml | 2 +- .../jetty-ee10-demo-async-rest-jar/pom.xml | 2 +- .../jetty-ee10-demo-async-rest-server/pom.xml | 2 +- .../jetty-ee10-demo-async-rest-webapp/pom.xml | 2 +- .../jetty-ee10-demo-async-rest/pom.xml | 2 +- .../jetty-ee10-demo-embedded/pom.xml | 2 +- .../jetty-ee10-demo-jaas-webapp/pom.xml | 2 +- .../jetty-ee10-demo-jetty-webapp/pom.xml | 2 +- .../jetty-ee10-demo-jndi-webapp/pom.xml | 2 +- .../jetty-ee10-demo-jsp-webapp/pom.xml | 2 +- .../jetty-ee10-demo-mock-resources/pom.xml | 2 +- .../jetty-ee10-demo-proxy-webapp/pom.xml | 2 +- .../jetty-ee10-demo-simple-webapp/pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee10-demo-spec-webapp/pom.xml | 2 +- .../jetty-ee10-demo-web-fragment/pom.xml | 2 +- .../jetty-ee10-demo-spec/pom.xml | 2 +- .../jetty-ee10-demo-template/pom.xml | 2 +- jetty-ee10/jetty-ee10-demos/pom.xml | 2 +- jetty-ee10/jetty-ee10-examples/pom.xml | 2 +- jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml | 2 +- jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml | 2 +- jetty-ee10/jetty-ee10-home/pom.xml | 2 +- jetty-ee10/jetty-ee10-jaspi/pom.xml | 2 +- jetty-ee10/jetty-ee10-jndi/pom.xml | 2 +- .../jetty-ee10-jspc-maven-plugin/pom.xml | 2 +- jetty-ee10/jetty-ee10-maven-plugin/pom.xml | 2 +- .../jetty-ee10-osgi-alpn/pom.xml | 2 +- .../jetty-ee10-osgi-boot-jsp/pom.xml | 2 +- .../jetty-ee10-osgi-boot/pom.xml | 2 +- jetty-ee10/jetty-ee10-osgi/pom.xml | 2 +- .../test-jetty-ee10-osgi-fragment/pom.xml | 2 +- .../test-jetty-ee10-osgi-server/pom.xml | 2 +- .../pom.xml | 2 +- .../test-jetty-ee10-osgi/pom.xml | 2 +- jetty-ee10/jetty-ee10-plus/pom.xml | 2 +- jetty-ee10/jetty-ee10-proxy/pom.xml | 2 +- jetty-ee10/jetty-ee10-quickstart/pom.xml | 2 +- jetty-ee10/jetty-ee10-runner/pom.xml | 2 +- jetty-ee10/jetty-ee10-servlet/pom.xml | 2 +- jetty-ee10/jetty-ee10-servlets/pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee10-test-badinit-webapp/pom.xml | 2 +- .../jetty-ee10-test-cdi-common-webapp/pom.xml | 2 +- .../jetty-ee10-test-cdi/pom.xml | 2 +- .../jetty-ee10-test-client-transports/pom.xml | 2 +- .../jetty-ee10-test-felix-webapp/pom.xml | 2 +- .../jetty-ee10-test-http2-webapp/pom.xml | 2 +- .../jetty-ee10-test-integration/pom.xml | 2 +- .../jetty-ee10-test-jersey/pom.xml | 2 +- .../jetty-ee10-jmx-webapp-it/pom.xml | 2 +- .../jetty-ee10-jmx-webapp/pom.xml | 2 +- .../jetty-ee10-test-jmx/pom.xml | 2 +- .../jetty-ee10-test-jndi/pom.xml | 2 +- .../jetty-ee10-test-log4j2-webapp/pom.xml | 2 +- .../jetty-ee10-test-loginservice/pom.xml | 2 +- .../jetty-ee10-test-openid-webapp/pom.xml | 2 +- .../jetty-ee10-test-owb-cdi-webapp/pom.xml | 2 +- .../jetty-ee10-test-quickstart/pom.xml | 2 +- .../jetty-ee10-test-sessions-common/pom.xml | 2 +- .../jetty-ee10-test-sessions-file/pom.xml | 2 +- .../jetty-ee10-test-sessions-gcloud/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee10-test-sessions-jdbc/pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee10-test-sessions-mongodb/pom.xml | 2 +- .../jetty-ee10-test-sessions/pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee10-test-webapp-rfc2616/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee10-test-websocket-webapp/pom.xml | 2 +- .../jetty-ee10-test-weld-cdi-webapp/pom.xml | 2 +- jetty-ee10/jetty-ee10-tests/pom.xml | 2 +- jetty-ee10/jetty-ee10-webapp/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee10-websocket-jetty-server/pom.xml | 2 +- .../jetty-ee10-websocket-jetty-tests/pom.xml | 2 +- .../jetty-ee10-websocket-servlet/pom.xml | 2 +- jetty-ee10/jetty-ee10-websocket/pom.xml | 2 +- jetty-ee10/pom.xml | 2 +- jetty-ee8/jetty-ee8-annotations/pom.xml | 2 +- jetty-ee8/jetty-ee8-apache-jsp/pom.xml | 2 +- jetty-ee8/jetty-ee8-bom/pom.xml | 48 ++++---- .../jetty-ee8-demo-async-rest-jar/pom.xml | 2 +- .../jetty-ee8-demo-async-rest-server/pom.xml | 2 +- .../jetty-ee8-demo-async-rest-webapp/pom.xml | 2 +- .../jetty-ee8-demo-async-rest/pom.xml | 2 +- .../jetty-ee8-demo-jaas-webapp/pom.xml | 2 +- .../jetty-ee8-demo-jetty-webapp/pom.xml | 2 +- .../jetty-ee8-demo-jndi-webapp/pom.xml | 2 +- .../jetty-ee8-demo-jsp-webapp/pom.xml | 2 +- .../jetty-ee8-demo-mock-resources/pom.xml | 2 +- .../jetty-ee8-demo-proxy-webapp/pom.xml | 2 +- .../jetty-ee8-demo-simple-webapp/pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee8-demo-spec-webapp/pom.xml | 2 +- .../jetty-ee8-demo-web-fragment/pom.xml | 2 +- .../jetty-ee8-demo-spec/pom.xml | 2 +- jetty-ee8/jetty-ee8-demos/pom.xml | 2 +- jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml | 2 +- jetty-ee8/jetty-ee8-home/pom.xml | 2 +- jetty-ee8/jetty-ee8-jaspi/pom.xml | 2 +- jetty-ee8/jetty-ee8-jndi/pom.xml | 2 +- jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml | 2 +- jetty-ee8/jetty-ee8-maven-plugin/pom.xml | 2 +- jetty-ee8/jetty-ee8-nested/pom.xml | 2 +- jetty-ee8/jetty-ee8-openid/pom.xml | 2 +- .../jetty-ee8-osgi-boot-jsp/pom.xml | 2 +- .../jetty-ee8-osgi-boot/pom.xml | 2 +- jetty-ee8/jetty-ee8-osgi/pom.xml | 2 +- .../test-jetty-ee8-osgi-fragment/pom.xml | 2 +- .../test-jetty-ee8-osgi-server/pom.xml | 2 +- .../pom.xml | 2 +- .../test-jetty-ee8-osgi/pom.xml | 2 +- jetty-ee8/jetty-ee8-plus/pom.xml | 2 +- jetty-ee8/jetty-ee8-proxy/pom.xml | 2 +- jetty-ee8/jetty-ee8-quickstart/pom.xml | 2 +- jetty-ee8/jetty-ee8-runner/pom.xml | 2 +- jetty-ee8/jetty-ee8-security/pom.xml | 2 +- jetty-ee8/jetty-ee8-servlet/pom.xml | 2 +- jetty-ee8/jetty-ee8-servlets/pom.xml | 2 +- jetty-ee8/jetty-ee8-webapp/pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee8-websocket-javax-client/pom.xml | 2 +- .../jetty-ee8-websocket-javax-common/pom.xml | 2 +- .../jetty-ee8-websocket-javax-server/pom.xml | 2 +- .../jetty-ee8-websocket-javax-tests/pom.xml | 2 +- .../jetty-ee8-websocket-jetty-api/pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee8-websocket-jetty-client/pom.xml | 2 +- .../jetty-ee8-websocket-jetty-common/pom.xml | 2 +- .../jetty-ee8-websocket-jetty-server/pom.xml | 2 +- .../jetty-ee8-websocket-jetty-tests/pom.xml | 2 +- .../jetty-ee8-websocket-servlet/pom.xml | 2 +- jetty-ee8/jetty-ee8-websocket/pom.xml | 2 +- jetty-ee8/pom.xml | 2 +- jetty-ee9/jetty-ee9-annotations/pom.xml | 2 +- jetty-ee9/jetty-ee9-apache-jsp/pom.xml | 2 +- jetty-ee9/jetty-ee9-bom/pom.xml | 60 ++++----- jetty-ee9/jetty-ee9-cdi/pom.xml | 2 +- .../jetty-ee9-demo-async-rest-jar/pom.xml | 2 +- .../jetty-ee9-demo-async-rest-server/pom.xml | 2 +- .../jetty-ee9-demo-async-rest-webapp/pom.xml | 2 +- .../jetty-ee9-demo-async-rest/pom.xml | 2 +- .../jetty-ee9-demo-embedded/pom.xml | 2 +- .../jetty-ee9-demo-jaas-webapp/pom.xml | 2 +- .../jetty-ee9-demo-jetty-webapp/pom.xml | 2 +- .../jetty-ee9-demo-jndi-webapp/pom.xml | 2 +- .../jetty-ee9-demo-jsp-webapp/pom.xml | 2 +- .../jetty-ee9-demo-mock-resources/pom.xml | 2 +- .../jetty-ee9-demo-proxy-webapp/pom.xml | 2 +- .../jetty-ee9-demo-simple-webapp/pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee9-demo-spec-webapp/pom.xml | 2 +- .../jetty-ee9-demo-web-fragment/pom.xml | 2 +- .../jetty-ee9-demo-spec/pom.xml | 2 +- .../jetty-ee9-demo-template/pom.xml | 2 +- jetty-ee9/jetty-ee9-demos/pom.xml | 2 +- jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml | 2 +- jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml | 2 +- jetty-ee9/jetty-ee9-home/pom.xml | 2 +- jetty-ee9/jetty-ee9-jaspi/pom.xml | 2 +- jetty-ee9/jetty-ee9-jndi/pom.xml | 2 +- jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml | 2 +- jetty-ee9/jetty-ee9-maven-plugin/pom.xml | 2 +- jetty-ee9/jetty-ee9-nested/pom.xml | 2 +- jetty-ee9/jetty-ee9-openid/pom.xml | 2 +- .../jetty-ee9-osgi-boot-jsp/pom.xml | 2 +- .../jetty-ee9-osgi-boot/pom.xml | 2 +- jetty-ee9/jetty-ee9-osgi/pom.xml | 2 +- .../test-jetty-ee9-osgi-fragment/pom.xml | 2 +- .../test-jetty-ee9-osgi-server/pom.xml | 2 +- .../pom.xml | 2 +- .../test-jetty-ee9-osgi/pom.xml | 2 +- jetty-ee9/jetty-ee9-plus/pom.xml | 2 +- jetty-ee9/jetty-ee9-proxy/pom.xml | 2 +- jetty-ee9/jetty-ee9-quickstart/pom.xml | 2 +- jetty-ee9/jetty-ee9-runner/pom.xml | 2 +- jetty-ee9/jetty-ee9-security/pom.xml | 2 +- jetty-ee9/jetty-ee9-servlet/pom.xml | 2 +- jetty-ee9/jetty-ee9-servlets/pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee9-test-badinit-webapp/pom.xml | 2 +- .../jetty-ee9-test-cdi-common-webapp/pom.xml | 2 +- .../jetty-ee9-test-cdi/pom.xml | 2 +- .../jetty-ee9-test-client-transports/pom.xml | 2 +- .../jetty-ee9-test-felix-webapp/pom.xml | 2 +- .../jetty-ee9-test-http2-webapp/pom.xml | 2 +- .../jetty-ee9-test-integration/pom.xml | 2 +- .../jetty-ee9-jmx-webapp-it/pom.xml | 2 +- .../jetty-ee9-jmx-webapp/pom.xml | 2 +- .../jetty-ee9-test-jmx/pom.xml | 2 +- .../jetty-ee9-test-jndi/pom.xml | 2 +- .../jetty-ee9-test-loginservice/pom.xml | 2 +- .../jetty-ee9-test-openid-webapp/pom.xml | 2 +- .../jetty-ee9-test-owb-cdi-webapp/pom.xml | 2 +- .../jetty-ee9-test-quickstart/pom.xml | 2 +- .../jetty-ee9-test-sessions-common/pom.xml | 2 +- .../jetty-ee9-test-sessions-file/pom.xml | 2 +- .../jetty-ee9-test-sessions-gcloud/pom.xml | 2 +- .../jetty-ee9-test-sessions-hazelcast/pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee9-test-sessions-jdbc/pom.xml | 2 +- .../jetty-ee9-test-sessions-memcached/pom.xml | 2 +- .../jetty-ee9-test-sessions-mongodb/pom.xml | 2 +- .../jetty-ee9-test-sessions/pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee9-test-webapp-rfc2616/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee9-test-websocket-webapp/pom.xml | 2 +- .../jetty-ee9-test-weld-cdi-webapp/pom.xml | 2 +- jetty-ee9/jetty-ee9-tests/pom.xml | 2 +- jetty-ee9/jetty-ee9-webapp/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee9-websocket-jakarta-tests/pom.xml | 2 +- .../jetty-ee9-websocket-jetty-api/pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee9-websocket-jetty-client/pom.xml | 2 +- .../jetty-ee9-websocket-jetty-common/pom.xml | 2 +- .../jetty-ee9-websocket-jetty-server/pom.xml | 2 +- .../jetty-ee9-websocket-jetty-tests/pom.xml | 2 +- .../jetty-ee9-websocket-servlet/pom.xml | 2 +- jetty-ee9/jetty-ee9-websocket/pom.xml | 2 +- jetty-ee9/pom.xml | 2 +- jetty-home/pom.xml | 2 +- .../jetty-gcloud-session-manager/pom.xml | 2 +- jetty-integrations/jetty-gcloud/pom.xml | 2 +- jetty-integrations/jetty-hazelcast/pom.xml | 2 +- .../jetty-infinispan-common/pom.xml | 2 +- .../jetty-infinispan-embedded-query/pom.xml | 2 +- .../jetty-infinispan-embedded/pom.xml | 2 +- .../jetty-infinispan-remote-query/pom.xml | 2 +- .../jetty-infinispan-remote/pom.xml | 2 +- jetty-integrations/jetty-infinispan/pom.xml | 2 +- .../jetty-memcached-sessions/pom.xml | 2 +- jetty-integrations/jetty-memcached/pom.xml | 2 +- jetty-integrations/jetty-nosql/pom.xml | 2 +- jetty-integrations/pom.xml | 2 +- jetty-p2/pom.xml | 2 +- pom.xml | 2 +- tests/jetty-jmh/pom.xml | 2 +- tests/jetty-test-multipart/pom.xml | 2 +- tests/jetty-test-session-common/pom.xml | 2 +- tests/jetty-testers/pom.xml | 2 +- tests/pom.xml | 2 +- .../ccd-common/pom.xml | 2 +- .../ccd-ee10-webapp/pom.xml | 2 +- .../ccd-ee8-webapp/pom.xml | 2 +- .../ccd-ee9-webapp/pom.xml | 2 +- .../ccd-tests/pom.xml | 2 +- tests/test-cross-context-dispatch/pom.xml | 2 +- tests/test-distribution/pom.xml | 2 +- .../test-distribution-common/pom.xml | 2 +- .../test-ee10-distribution/pom.xml | 2 +- .../test-ee9-distribution/pom.xml | 2 +- tests/test-integration/pom.xml | 2 +- tests/test-jpms/pom.xml | 2 +- 354 files changed, 523 insertions(+), 490 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 8a0448bb107..dcf7f975333 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,11 +1,44 @@ -jetty-12.0.13-SNAPSHOT +jetty-12.0.13 - 03 September 2024 + + 3184 Make LifeCycle implement AutoCloseable + + 3553 Support sslSession() in Jetty Client + + 6514 How to warm up SslConnection + + 9121 Jetty 12 - Flaky + BlockedWritesWithSmallThreadPoolTest.testServerThreadsBlockedInWrites() + + 11322 Change jetty-nosql MongoDB dependency from unmaintained + mongo-java-driver to mongodb-driver-sync + + 11408 Jetty start module property values with ${expr} are not being expanded + + 11434 resolve differences in EE9/EE10/Core AliasCheckerSymlinkTests + + 11822 h2 server responses exceeding SETTINGS_MAX_HEADER_LIST_SIZE do not + result in RST_STREAM or GOAWAY + + 11926 File upload puzzle + + 12063 Introduce Jetty module for HTTP/2 client dependencies + + 12094 Possible regression in ContextFactory.getObjectInstance() between + Jetty 11.0.22 and 12.0.11 + + 12104 Error handling on ee9 / ee8 with HTTP/1.0 can result in an empty + `Connection: ` response header. + + 12120 Introduce properties for cipher suites + + 12122 NPE in HttpReceiver.responseContentAvailable() + + 12124 JSP temp directory regression, possibly due to fix for #12044 + + 12128 How do I configure embedded Jetty to serve webjars? + + 12154 Is it possible to define max number of virtual threads when + VirtualThreadsExecutor is enabled, i.e. max number of http requests being + handled in the same time? + + 12158 Jetty12 migration help + + 12163 HttpConfiguration dump is missing entries + + 12171 QoSHandler does not resume on a virtual thread + + 12173 Jetty Maven Plugin - jetty:run does not work with pom type + dependencies + + 12175 `SslContextFactory` is hardcoded to use `Password`. + + 12185 QosHandler suspend queue limit + + 12207 Jetty Maven Plugin 12.x no longer configures `DefaultHandler` + + 12212 ShutdownOutput for non-persistent HTTP/1 connections jetty-12.0.12 - 25 July 2024 - + 265 --list-config license enhancement + + 265 list-config license enhancement + 10904 jetty.sh reports FAILED too early + 11965 Client: Some HTTP/2 requests are never sent + 11996 mTLS: client cert verification for QUIC/HTTP3 - + 12000 Cannot use Paths that have spaces with `jetty-ee10-maven-plugin` + + 12000 Cannot use Paths that have spaces with `jetty-ee10-maven-plugin` + 12018 NPE when passing null value to Request.param + 12019 External property file not being read + 12022 Intermittent NPE in OutputStream.close with GzipHandler diff --git a/build/build-resources/pom.xml b/build/build-resources/pom.xml index 103b58dd30b..ba5f24f7393 100644 --- a/build/build-resources/pom.xml +++ b/build/build-resources/pom.xml @@ -8,7 +8,7 @@ --> org.eclipse.jetty build-resources - 12.0.13-SNAPSHOT + 12.0.13 jar Build :: Resources diff --git a/build/pom.xml b/build/pom.xml index 8e8c4b02401..1748a473304 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.build build diff --git a/documentation/jetty/modules/code/examples/pom.xml b/documentation/jetty/modules/code/examples/pom.xml index ae32e478d2a..0f4de3f1560 100644 --- a/documentation/jetty/modules/code/examples/pom.xml +++ b/documentation/jetty/modules/code/examples/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.documentation documentation - 12.0.13-SNAPSHOT + 12.0.13 ../../../../pom.xml code-examples diff --git a/documentation/jetty/pom.xml b/documentation/jetty/pom.xml index 2a42334fe78..6384110c797 100644 --- a/documentation/jetty/pom.xml +++ b/documentation/jetty/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.documentation documentation - 12.0.13-SNAPSHOT + 12.0.13 jetty pom diff --git a/documentation/pom.xml b/documentation/pom.xml index 27ab66b0e52..8442356bf65 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.documentation documentation diff --git a/javadoc/pom.xml b/javadoc/pom.xml index b619e83c50a..edfdd52d683 100644 --- a/javadoc/pom.xml +++ b/javadoc/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 12.0.13-SNAPSHOT + 12.0.13 javadoc jar diff --git a/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml index 4523fa6b219..40cd010584e 100644 --- a/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml +++ b/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-alpn - 12.0.13-SNAPSHOT + 12.0.13 jetty-alpn-client Core :: ALPN :: Client diff --git a/jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml index ad231be3b61..89be5df47cf 100644 --- a/jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml +++ b/jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml @@ -6,7 +6,7 @@ org.eclipse.jetty jetty-alpn - 12.0.13-SNAPSHOT + 12.0.13 jetty-alpn-conscrypt-client Core :: ALPN :: Conscrypt Client diff --git a/jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml index 99da3b71c77..6bfd4d2c5e7 100644 --- a/jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml +++ b/jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-alpn - 12.0.13-SNAPSHOT + 12.0.13 jetty-alpn-conscrypt-server Core :: ALPN :: Conscrypt Server diff --git a/jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml index d07be103160..866a4afc6ef 100644 --- a/jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml +++ b/jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml @@ -6,7 +6,7 @@ org.eclipse.jetty jetty-alpn - 12.0.13-SNAPSHOT + 12.0.13 jetty-alpn-java-client Core :: ALPN :: Java Client diff --git a/jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml index 4b75ce5cc7a..d00188b6179 100644 --- a/jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml +++ b/jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-alpn - 12.0.13-SNAPSHOT + 12.0.13 jetty-alpn-java-server Core :: ALPN :: Java Server diff --git a/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml index 0f63ac54074..02aeb454726 100644 --- a/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml +++ b/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-alpn - 12.0.13-SNAPSHOT + 12.0.13 jetty-alpn-server Core :: ALPN :: Server diff --git a/jetty-core/jetty-alpn/pom.xml b/jetty-core/jetty-alpn/pom.xml index 43a14118a20..7f6709e53a8 100644 --- a/jetty-core/jetty-alpn/pom.xml +++ b/jetty-core/jetty-alpn/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 jetty-alpn pom diff --git a/jetty-core/jetty-bom/pom.xml b/jetty-core/jetty-bom/pom.xml index d8d76702c46..741f9c4c0dc 100644 --- a/jetty-core/jetty-bom/pom.xml +++ b/jetty-core/jetty-bom/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 jetty-bom @@ -18,282 +18,282 @@ org.eclipse.jetty jetty-alpn-client - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty jetty-alpn-conscrypt-client - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty jetty-alpn-conscrypt-server - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty jetty-alpn-java-client - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty jetty-alpn-java-server - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty jetty-alpn-server - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty jetty-client - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty jetty-deploy - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty jetty-http - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty jetty-http-spi - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty jetty-http-tools - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty jetty-io - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty jetty-jmx - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty jetty-jndi - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty jetty-keystore - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty jetty-openid - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty jetty-osgi - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty jetty-plus - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty jetty-proxy - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty jetty-rewrite - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty jetty-security - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty jetty-server - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty jetty-session - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty jetty-slf4j-impl - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty jetty-start - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty jetty-unixdomain-server - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty jetty-util - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty jetty-util-ajax - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty jetty-xml - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.demos jetty-demo-handler - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.fcgi jetty-fcgi-client - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.fcgi jetty-fcgi-proxy - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.fcgi jetty-fcgi-server - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.http2 jetty-http2-client - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.http2 jetty-http2-client-transport - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.http2 jetty-http2-common - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.http2 jetty-http2-hpack - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.http2 jetty-http2-server - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.http3 jetty-http3-client - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.http3 jetty-http3-client-transport - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.http3 jetty-http3-common - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.http3 jetty-http3-qpack - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.http3 jetty-http3-server - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.quic jetty-quic-client - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.quic jetty-quic-common - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.quic jetty-quic-quiche-common - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.quic jetty-quic-quiche-foreign - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.quic jetty-quic-quiche-jna - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.quic jetty-quic-server - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.websocket jetty-websocket-core-client - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.websocket jetty-websocket-core-common - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.websocket jetty-websocket-core-server - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.websocket jetty-websocket-jetty-api - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.websocket jetty-websocket-jetty-client - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.websocket jetty-websocket-jetty-common - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.websocket jetty-websocket-jetty-server - 12.0.13-SNAPSHOT + 12.0.13 diff --git a/jetty-core/jetty-client/pom.xml b/jetty-core/jetty-client/pom.xml index 687ef4be2ac..cf19814bfe3 100644 --- a/jetty-core/jetty-client/pom.xml +++ b/jetty-core/jetty-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 jetty-client Core :: HTTP Client diff --git a/jetty-core/jetty-demos/jetty-demo-handler/pom.xml b/jetty-core/jetty-demos/jetty-demo-handler/pom.xml index b88d32fc1bd..eff14b4cd1b 100644 --- a/jetty-core/jetty-demos/jetty-demo-handler/pom.xml +++ b/jetty-core/jetty-demos/jetty-demo-handler/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.demos jetty-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-demo-handler Core :: Demo Handler diff --git a/jetty-core/jetty-demos/pom.xml b/jetty-core/jetty-demos/pom.xml index 78a53f6a032..7ab884d721e 100644 --- a/jetty-core/jetty-demos/pom.xml +++ b/jetty-core/jetty-demos/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.demos jetty-demos diff --git a/jetty-core/jetty-deploy/pom.xml b/jetty-core/jetty-deploy/pom.xml index fda4f972517..e91ba5ca79b 100644 --- a/jetty-core/jetty-deploy/pom.xml +++ b/jetty-core/jetty-deploy/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 jetty-deploy Core :: Deployers diff --git a/jetty-core/jetty-ee/pom.xml b/jetty-core/jetty-ee/pom.xml index 3814783132d..83b67f59a5d 100644 --- a/jetty-core/jetty-ee/pom.xml +++ b/jetty-core/jetty-ee/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee Core :: EE Common diff --git a/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml b/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml index e6185008dda..d3d79699565 100644 --- a/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml +++ b/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.fcgi jetty-fcgi - 12.0.13-SNAPSHOT + 12.0.13 jetty-fcgi-client Core :: FastCGI :: Client diff --git a/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml b/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml index 6038e0a8981..e56317a879d 100644 --- a/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml +++ b/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.fcgi jetty-fcgi - 12.0.13-SNAPSHOT + 12.0.13 jetty-fcgi-proxy Core :: FastCGI :: Proxy diff --git a/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml b/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml index ae533269c87..f3cc01039ca 100644 --- a/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml +++ b/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.fcgi jetty-fcgi - 12.0.13-SNAPSHOT + 12.0.13 jetty-fcgi-server Core :: FastCGI :: Server diff --git a/jetty-core/jetty-fcgi/pom.xml b/jetty-core/jetty-fcgi/pom.xml index 6d586cb4d50..df4f765383a 100644 --- a/jetty-core/jetty-fcgi/pom.xml +++ b/jetty-core/jetty-fcgi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.fcgi jetty-fcgi diff --git a/jetty-core/jetty-http-spi/pom.xml b/jetty-core/jetty-http-spi/pom.xml index a487c1e5ddf..a5cdd45e0dd 100644 --- a/jetty-core/jetty-http-spi/pom.xml +++ b/jetty-core/jetty-http-spi/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 jetty-http-spi Core :: HTTP SPI diff --git a/jetty-core/jetty-http-tools/pom.xml b/jetty-core/jetty-http-tools/pom.xml index 7666c6469b3..c4c2e826089 100644 --- a/jetty-core/jetty-http-tools/pom.xml +++ b/jetty-core/jetty-http-tools/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 jetty-http-tools Core :: HTTP Tools diff --git a/jetty-core/jetty-http/pom.xml b/jetty-core/jetty-http/pom.xml index b56c3840ebf..f70f639dbd1 100644 --- a/jetty-core/jetty-http/pom.xml +++ b/jetty-core/jetty-http/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 jetty-http Core :: HTTP diff --git a/jetty-core/jetty-http2/jetty-http2-client-transport/pom.xml b/jetty-core/jetty-http2/jetty-http2-client-transport/pom.xml index cc5ed2c8472..fbd08de4966 100644 --- a/jetty-core/jetty-http2/jetty-http2-client-transport/pom.xml +++ b/jetty-core/jetty-http2/jetty-http2-client-transport/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http2 jetty-http2 - 12.0.13-SNAPSHOT + 12.0.13 jetty-http2-client-transport Core :: HTTP2 :: Client Transport diff --git a/jetty-core/jetty-http2/jetty-http2-client/pom.xml b/jetty-core/jetty-http2/jetty-http2-client/pom.xml index b6abbc8ef90..54983e8ba24 100644 --- a/jetty-core/jetty-http2/jetty-http2-client/pom.xml +++ b/jetty-core/jetty-http2/jetty-http2-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http2 jetty-http2 - 12.0.13-SNAPSHOT + 12.0.13 jetty-http2-client Core :: HTTP2 :: Client diff --git a/jetty-core/jetty-http2/jetty-http2-common/pom.xml b/jetty-core/jetty-http2/jetty-http2-common/pom.xml index d5c56da2285..fa7f87bc854 100644 --- a/jetty-core/jetty-http2/jetty-http2-common/pom.xml +++ b/jetty-core/jetty-http2/jetty-http2-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http2 jetty-http2 - 12.0.13-SNAPSHOT + 12.0.13 jetty-http2-common Core :: HTTP2 :: Common diff --git a/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml b/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml index 6afd728c8ec..a55e5d051c1 100644 --- a/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml +++ b/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http2 jetty-http2 - 12.0.13-SNAPSHOT + 12.0.13 jetty-http2-hpack Core :: HTTP2 :: HPACK diff --git a/jetty-core/jetty-http2/jetty-http2-server/pom.xml b/jetty-core/jetty-http2/jetty-http2-server/pom.xml index ec1b8b0ed88..ffb1574eba4 100644 --- a/jetty-core/jetty-http2/jetty-http2-server/pom.xml +++ b/jetty-core/jetty-http2/jetty-http2-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http2 jetty-http2 - 12.0.13-SNAPSHOT + 12.0.13 jetty-http2-server Core :: HTTP2 :: Server diff --git a/jetty-core/jetty-http2/jetty-http2-tests/pom.xml b/jetty-core/jetty-http2/jetty-http2-tests/pom.xml index 82af1f7e889..88d53e91e10 100644 --- a/jetty-core/jetty-http2/jetty-http2-tests/pom.xml +++ b/jetty-core/jetty-http2/jetty-http2-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http2 jetty-http2 - 12.0.13-SNAPSHOT + 12.0.13 jetty-http2-tests Core :: HTTP2 :: Tests diff --git a/jetty-core/jetty-http2/pom.xml b/jetty-core/jetty-http2/pom.xml index ee903a97dbc..9cf5372380a 100644 --- a/jetty-core/jetty-http2/pom.xml +++ b/jetty-core/jetty-http2/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.http2 jetty-http2 diff --git a/jetty-core/jetty-http3/jetty-http3-client-transport/pom.xml b/jetty-core/jetty-http3/jetty-http3-client-transport/pom.xml index dcb3ce82dcd..d22f91d9f94 100644 --- a/jetty-core/jetty-http3/jetty-http3-client-transport/pom.xml +++ b/jetty-core/jetty-http3/jetty-http3-client-transport/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http3 jetty-http3 - 12.0.13-SNAPSHOT + 12.0.13 jetty-http3-client-transport Core :: HTTP3 :: HTTP Client Transport diff --git a/jetty-core/jetty-http3/jetty-http3-client/pom.xml b/jetty-core/jetty-http3/jetty-http3-client/pom.xml index 93efca5afec..398ac28e590 100644 --- a/jetty-core/jetty-http3/jetty-http3-client/pom.xml +++ b/jetty-core/jetty-http3/jetty-http3-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http3 jetty-http3 - 12.0.13-SNAPSHOT + 12.0.13 jetty-http3-client Core :: HTTP3 :: Client diff --git a/jetty-core/jetty-http3/jetty-http3-common/pom.xml b/jetty-core/jetty-http3/jetty-http3-common/pom.xml index b80b0cdef12..eeb70f57096 100644 --- a/jetty-core/jetty-http3/jetty-http3-common/pom.xml +++ b/jetty-core/jetty-http3/jetty-http3-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http3 jetty-http3 - 12.0.13-SNAPSHOT + 12.0.13 jetty-http3-common Core :: HTTP3 :: Common diff --git a/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml b/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml index 9ca08231cdf..f5b56d73636 100644 --- a/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml +++ b/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http3 jetty-http3 - 12.0.13-SNAPSHOT + 12.0.13 jetty-http3-qpack Core :: HTTP3 :: QPACK diff --git a/jetty-core/jetty-http3/jetty-http3-server/pom.xml b/jetty-core/jetty-http3/jetty-http3-server/pom.xml index 1c3e7632ce5..ec85b9208a5 100644 --- a/jetty-core/jetty-http3/jetty-http3-server/pom.xml +++ b/jetty-core/jetty-http3/jetty-http3-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http3 jetty-http3 - 12.0.13-SNAPSHOT + 12.0.13 jetty-http3-server Core :: HTTP3 :: Server diff --git a/jetty-core/jetty-http3/jetty-http3-tests/pom.xml b/jetty-core/jetty-http3/jetty-http3-tests/pom.xml index a44f886d003..16a17dcc68b 100644 --- a/jetty-core/jetty-http3/jetty-http3-tests/pom.xml +++ b/jetty-core/jetty-http3/jetty-http3-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http3 jetty-http3 - 12.0.13-SNAPSHOT + 12.0.13 jetty-http3-tests Core :: HTTP3 :: Tests diff --git a/jetty-core/jetty-http3/pom.xml b/jetty-core/jetty-http3/pom.xml index 7afadda4520..ba777bae078 100644 --- a/jetty-core/jetty-http3/pom.xml +++ b/jetty-core/jetty-http3/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.http3 jetty-http3 diff --git a/jetty-core/jetty-io/pom.xml b/jetty-core/jetty-io/pom.xml index 5c339d8571a..c9f512295f4 100644 --- a/jetty-core/jetty-io/pom.xml +++ b/jetty-core/jetty-io/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 jetty-io Core :: IO diff --git a/jetty-core/jetty-jmx/pom.xml b/jetty-core/jetty-jmx/pom.xml index 084ac500c46..5d8533b30bc 100644 --- a/jetty-core/jetty-jmx/pom.xml +++ b/jetty-core/jetty-jmx/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 jetty-jmx Core :: JMX diff --git a/jetty-core/jetty-jndi/pom.xml b/jetty-core/jetty-jndi/pom.xml index 34718587872..5e8dcc43cd8 100644 --- a/jetty-core/jetty-jndi/pom.xml +++ b/jetty-core/jetty-jndi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 jetty-jndi Core :: JNDI diff --git a/jetty-core/jetty-keystore/pom.xml b/jetty-core/jetty-keystore/pom.xml index b8b8f671b62..ef6fa18bc2b 100644 --- a/jetty-core/jetty-keystore/pom.xml +++ b/jetty-core/jetty-keystore/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 jetty-keystore jar diff --git a/jetty-core/jetty-maven/pom.xml b/jetty-core/jetty-maven/pom.xml index 2c73ad869f1..e7c545da054 100644 --- a/jetty-core/jetty-maven/pom.xml +++ b/jetty-core/jetty-maven/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 jetty-maven Core :: Maven diff --git a/jetty-core/jetty-openid/pom.xml b/jetty-core/jetty-openid/pom.xml index 8659aa1cfac..43d59503d71 100644 --- a/jetty-core/jetty-openid/pom.xml +++ b/jetty-core/jetty-openid/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 jetty-openid EE10 :: OpenID diff --git a/jetty-core/jetty-osgi/pom.xml b/jetty-core/jetty-osgi/pom.xml index f513d1a1742..389f229a11f 100644 --- a/jetty-core/jetty-osgi/pom.xml +++ b/jetty-core/jetty-osgi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 jetty-osgi Core :: OSGi diff --git a/jetty-core/jetty-plus/pom.xml b/jetty-core/jetty-plus/pom.xml index 4ad426adb65..991a0a95617 100644 --- a/jetty-core/jetty-plus/pom.xml +++ b/jetty-core/jetty-plus/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 jetty-plus Core :: Plus diff --git a/jetty-core/jetty-proxy/pom.xml b/jetty-core/jetty-proxy/pom.xml index 236794411f9..cf9750a64e8 100644 --- a/jetty-core/jetty-proxy/pom.xml +++ b/jetty-core/jetty-proxy/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 jetty-proxy jar diff --git a/jetty-core/jetty-quic/jetty-quic-client/pom.xml b/jetty-core/jetty-quic/jetty-quic-client/pom.xml index 4abc624f2ed..bb050ad4c90 100644 --- a/jetty-core/jetty-quic/jetty-quic-client/pom.xml +++ b/jetty-core/jetty-quic/jetty-quic-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.quic jetty-quic - 12.0.13-SNAPSHOT + 12.0.13 jetty-quic-client Core :: QUIC :: Client diff --git a/jetty-core/jetty-quic/jetty-quic-common/pom.xml b/jetty-core/jetty-quic/jetty-quic-common/pom.xml index 6095877ac87..36038d8acb1 100644 --- a/jetty-core/jetty-quic/jetty-quic-common/pom.xml +++ b/jetty-core/jetty-quic/jetty-quic-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.quic jetty-quic - 12.0.13-SNAPSHOT + 12.0.13 jetty-quic-common Core :: QUIC :: Common diff --git a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-common/pom.xml b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-common/pom.xml index c42ba60f61a..66d93818a71 100644 --- a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-common/pom.xml +++ b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.quic jetty-quic-quiche - 12.0.13-SNAPSHOT + 12.0.13 jetty-quic-quiche-common Core :: QUIC :: Quiche :: Common diff --git a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-foreign/pom.xml b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-foreign/pom.xml index e976f0d1872..f2e99598926 100644 --- a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-foreign/pom.xml +++ b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-foreign/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.quic jetty-quic-quiche - 12.0.13-SNAPSHOT + 12.0.13 jetty-quic-quiche-foreign Core :: QUIC :: Quiche :: Foreign diff --git a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-jna/pom.xml b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-jna/pom.xml index a27c668a8d8..a32571afb33 100644 --- a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-jna/pom.xml +++ b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-jna/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.quic jetty-quic-quiche - 12.0.13-SNAPSHOT + 12.0.13 jetty-quic-quiche-jna Core :: QUIC :: Quiche :: JNA Binding diff --git a/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml b/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml index bc81150c420..0a0968c6a9a 100644 --- a/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml +++ b/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.quic jetty-quic - 12.0.13-SNAPSHOT + 12.0.13 jetty-quic-quiche pom diff --git a/jetty-core/jetty-quic/jetty-quic-server/pom.xml b/jetty-core/jetty-quic/jetty-quic-server/pom.xml index b49ca347cc8..8a3e84909b9 100644 --- a/jetty-core/jetty-quic/jetty-quic-server/pom.xml +++ b/jetty-core/jetty-quic/jetty-quic-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.quic jetty-quic - 12.0.13-SNAPSHOT + 12.0.13 jetty-quic-server Core :: QUIC :: Server diff --git a/jetty-core/jetty-quic/pom.xml b/jetty-core/jetty-quic/pom.xml index 63e1e2fdc6b..450f6678435 100644 --- a/jetty-core/jetty-quic/pom.xml +++ b/jetty-core/jetty-quic/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.quic jetty-quic diff --git a/jetty-core/jetty-rewrite/pom.xml b/jetty-core/jetty-rewrite/pom.xml index bd7c64eeb91..027ef388a59 100644 --- a/jetty-core/jetty-rewrite/pom.xml +++ b/jetty-core/jetty-rewrite/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 jetty-rewrite Core :: Rewrite diff --git a/jetty-core/jetty-security/pom.xml b/jetty-core/jetty-security/pom.xml index 6db8ab50443..424ccbca7e4 100644 --- a/jetty-core/jetty-security/pom.xml +++ b/jetty-core/jetty-security/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 jetty-security Core :: Security diff --git a/jetty-core/jetty-server/pom.xml b/jetty-core/jetty-server/pom.xml index bbcf4e9650f..088bf074e66 100644 --- a/jetty-core/jetty-server/pom.xml +++ b/jetty-core/jetty-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 jetty-server Core :: Server diff --git a/jetty-core/jetty-session/pom.xml b/jetty-core/jetty-session/pom.xml index 636f3dc6ce7..0c67ce40c0e 100644 --- a/jetty-core/jetty-session/pom.xml +++ b/jetty-core/jetty-session/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 jetty-session Core :: Sessions diff --git a/jetty-core/jetty-slf4j-impl/pom.xml b/jetty-core/jetty-slf4j-impl/pom.xml index b06dc7bb039..a917e3bb527 100644 --- a/jetty-core/jetty-slf4j-impl/pom.xml +++ b/jetty-core/jetty-slf4j-impl/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 jetty-slf4j-impl Core :: SLF4J Implementation diff --git a/jetty-core/jetty-start/pom.xml b/jetty-core/jetty-start/pom.xml index 18d22bb7e96..12e96ed8287 100644 --- a/jetty-core/jetty-start/pom.xml +++ b/jetty-core/jetty-start/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 jetty-start Core :: Start diff --git a/jetty-core/jetty-tests/jetty-test-client-transports/pom.xml b/jetty-core/jetty-tests/jetty-test-client-transports/pom.xml index 58012e9fa7b..d9bdc2f01c9 100644 --- a/jetty-core/jetty-tests/jetty-test-client-transports/pom.xml +++ b/jetty-core/jetty-tests/jetty-test-client-transports/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-test-client-transports Core :: Tests :: Client Transports diff --git a/jetty-core/jetty-tests/jetty-test-http2-client-transport-provided-webapp/pom.xml b/jetty-core/jetty-tests/jetty-test-http2-client-transport-provided-webapp/pom.xml index 5d01a9f8489..33a747c252f 100644 --- a/jetty-core/jetty-tests/jetty-test-http2-client-transport-provided-webapp/pom.xml +++ b/jetty-core/jetty-tests/jetty-test-http2-client-transport-provided-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-test-http2-client-transport-provided-webapp diff --git a/jetty-core/jetty-tests/jetty-test-jmx/pom.xml b/jetty-core/jetty-tests/jetty-test-jmx/pom.xml index ff98f5716dd..c6235c07016 100644 --- a/jetty-core/jetty-tests/jetty-test-jmx/pom.xml +++ b/jetty-core/jetty-tests/jetty-test-jmx/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-test-jmx Core :: Tests :: JMX diff --git a/jetty-core/jetty-tests/pom.xml b/jetty-core/jetty-tests/pom.xml index 52c44bf302b..d20f757855c 100644 --- a/jetty-core/jetty-tests/pom.xml +++ b/jetty-core/jetty-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 jetty-tests pom diff --git a/jetty-core/jetty-unixdomain-server/pom.xml b/jetty-core/jetty-unixdomain-server/pom.xml index 5c26122acf0..32385cb0d33 100644 --- a/jetty-core/jetty-unixdomain-server/pom.xml +++ b/jetty-core/jetty-unixdomain-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 jetty-unixdomain-server Core :: Unix-Domain Sockets :: Server diff --git a/jetty-core/jetty-util-ajax/pom.xml b/jetty-core/jetty-util-ajax/pom.xml index de0cb6ae64e..af3aeec05c3 100644 --- a/jetty-core/jetty-util-ajax/pom.xml +++ b/jetty-core/jetty-util-ajax/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 jetty-util-ajax Core :: Utilities :: JSON diff --git a/jetty-core/jetty-util/pom.xml b/jetty-core/jetty-util/pom.xml index bfc7508c72c..dfb744d2722 100644 --- a/jetty-core/jetty-util/pom.xml +++ b/jetty-core/jetty-util/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 jetty-util Core :: Utilities diff --git a/jetty-core/jetty-websocket/jetty-websocket-core-client/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-core-client/pom.xml index f32465358bd..9639ba040ee 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-core-client/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-core-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-websocket-core-client Core :: Websocket :: Client diff --git a/jetty-core/jetty-websocket/jetty-websocket-core-common/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-core-common/pom.xml index e1e0d95df40..31e92ddeeb7 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-core-common/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-core-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-websocket-core-common Core :: Websocket :: Common diff --git a/jetty-core/jetty-websocket/jetty-websocket-core-server/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-core-server/pom.xml index 2fe2a97ca88..e680a5e61e6 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-core-server/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-core-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-websocket-core-server Core :: Websocket :: Server diff --git a/jetty-core/jetty-websocket/jetty-websocket-core-tests/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-core-tests/pom.xml index d8c7b1b9a85..7f8c01053aa 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-core-tests/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-core-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-websocket-core-tests Core :: Websocket :: Tests diff --git a/jetty-core/jetty-websocket/jetty-websocket-jetty-api/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-jetty-api/pom.xml index 343bf2ae3d5..ffbc6fbaa22 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-jetty-api/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-api/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-websocket-jetty-api Core :: Websocket :: Jetty API diff --git a/jetty-core/jetty-websocket/jetty-websocket-jetty-client/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-jetty-client/pom.xml index 366d3e23af5..9f5550e3134 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-jetty-client/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-websocket-jetty-client Core :: Websocket :: Jetty Client diff --git a/jetty-core/jetty-websocket/jetty-websocket-jetty-common/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-jetty-common/pom.xml index ae395451738..50109073cd1 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-jetty-common/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-websocket-jetty-common Core :: Websocket :: Jetty Common diff --git a/jetty-core/jetty-websocket/jetty-websocket-jetty-server/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-jetty-server/pom.xml index c8b405189a1..4b3b67dc6e7 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-jetty-server/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-websocket-jetty-server Core :: Websocket :: Jetty Server diff --git a/jetty-core/jetty-websocket/jetty-websocket-jetty-tests/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-jetty-tests/pom.xml index e7435bd0666..81498bfa899 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-jetty-tests/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-websocket-jetty-tests Core :: Websocket :: Jetty Tests diff --git a/jetty-core/jetty-websocket/pom.xml b/jetty-core/jetty-websocket/pom.xml index 9b5caef194a..1ca5dbbd9f8 100644 --- a/jetty-core/jetty-websocket/pom.xml +++ b/jetty-core/jetty-websocket/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.websocket jetty-websocket diff --git a/jetty-core/jetty-xml/pom.xml b/jetty-core/jetty-xml/pom.xml index 498d3bb9fbd..442a0a12fd9 100644 --- a/jetty-core/jetty-xml/pom.xml +++ b/jetty-core/jetty-xml/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-core - 12.0.13-SNAPSHOT + 12.0.13 jetty-xml Core :: XML diff --git a/jetty-core/pom.xml b/jetty-core/pom.xml index 06e49ccb805..f94d1098919 100644 --- a/jetty-core/pom.xml +++ b/jetty-core/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 12.0.13-SNAPSHOT + 12.0.13 jetty-core pom diff --git a/jetty-ee10/jetty-ee10-annotations/pom.xml b/jetty-ee10/jetty-ee10-annotations/pom.xml index 2c810fdb6e0..b95f32a4c7c 100644 --- a/jetty-ee10/jetty-ee10-annotations/pom.xml +++ b/jetty-ee10/jetty-ee10-annotations/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-annotations EE10 :: Servlet Annotations diff --git a/jetty-ee10/jetty-ee10-apache-jsp/pom.xml b/jetty-ee10/jetty-ee10-apache-jsp/pom.xml index 4187049cb96..b89072d4a2d 100644 --- a/jetty-ee10/jetty-ee10-apache-jsp/pom.xml +++ b/jetty-ee10/jetty-ee10-apache-jsp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-apache-jsp EE10 :: Apache JSP diff --git a/jetty-ee10/jetty-ee10-bom/pom.xml b/jetty-ee10/jetty-ee10-bom/pom.xml index 036163f4aab..f813e7f434a 100644 --- a/jetty-ee10/jetty-ee10-bom/pom.xml +++ b/jetty-ee10/jetty-ee10-bom/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-bom @@ -19,132 +19,132 @@ org.eclipse.jetty.ee10 jetty-ee10-annotations - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee10 jetty-ee10-apache-jsp - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee10 jetty-ee10-cdi - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee10 jetty-ee10-fcgi-proxy - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee10 jetty-ee10-glassfish-jstl - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee10 jetty-ee10-jaspi - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee10 jetty-ee10-jndi - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee10 jetty-ee10-jspc-maven-plugin - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee10 jetty-ee10-maven-plugin - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee10 jetty-ee10-plus - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee10 jetty-ee10-proxy - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee10 jetty-ee10-quickstart - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee10 jetty-ee10-runner - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee10 jetty-ee10-servlet - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee10 jetty-ee10-servlets - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee10 jetty-ee10-webapp - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee10.osgi jetty-ee10-osgi-alpn - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee10.osgi jetty-ee10-osgi-boot - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee10.osgi jetty-ee10-osgi-boot-jsp - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee10.websocket jetty-ee10-websocket-jakarta-client - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee10.websocket jetty-ee10-websocket-jakarta-client-webapp - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee10.websocket jetty-ee10-websocket-jakarta-common - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee10.websocket jetty-ee10-websocket-jakarta-server - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee10.websocket jetty-ee10-websocket-jetty-client-webapp - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee10.websocket jetty-ee10-websocket-jetty-server - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee10.websocket jetty-ee10-websocket-servlet - 12.0.13-SNAPSHOT + 12.0.13 diff --git a/jetty-ee10/jetty-ee10-cdi/pom.xml b/jetty-ee10/jetty-ee10-cdi/pom.xml index 87bad4de3cb..fb2c2e17110 100644 --- a/jetty-ee10/jetty-ee10-cdi/pom.xml +++ b/jetty-ee10/jetty-ee10-cdi/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-cdi jar diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-jar/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-jar/pom.xml index 966b751467d..0b1a0b20cf3 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-jar/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-jar/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demo-async-rest - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-demo-async-rest-jar jar diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-server/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-server/pom.xml index 1abd0858bc3..2a26efe842e 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-server/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demo-async-rest - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-demo-async-rest-server jar diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-webapp/pom.xml index 0226ab883d2..2faf8f3f5ed 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demo-async-rest - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-demo-async-rest-webapp war diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/pom.xml index bf7042ac50d..ed200e25ab9 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-demo-async-rest pom diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-embedded/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-embedded/pom.xml index 880c5a521f8..49015486932 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-embedded/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-embedded/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-demo-embedded EE10 :: Demo :: Embedded Jetty diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jaas-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jaas-webapp/pom.xml index e47a78489f5..6cb06842cc4 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jaas-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jaas-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-demo-jaas-webapp war diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jetty-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jetty-webapp/pom.xml index 92ad445981f..aa81511189e 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jetty-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jetty-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-demo-jetty-webapp war diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jndi-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jndi-webapp/pom.xml index 748fba12691..3a6d09a2900 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jndi-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jndi-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-demo-jndi-webapp war diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jsp-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jsp-webapp/pom.xml index 8d5dfd28e94..7dd35385d23 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jsp-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jsp-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-demo-jsp-webapp war diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-mock-resources/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-mock-resources/pom.xml index 788cfe0c591..25e08417577 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-mock-resources/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-mock-resources/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-demo-mock-resources jar diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-proxy-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-proxy-webapp/pom.xml index 8060f36f1e3..cfd6553e016 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-proxy-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-proxy-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-demo-proxy-webapp war diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-simple-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-simple-webapp/pom.xml index adf351fe752..19f3bc3daec 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-simple-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-simple-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-demo-simple-webapp war diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-container-initializer/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-container-initializer/pom.xml index 5633a1523bd..ec3d82d8cc2 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-container-initializer/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-container-initializer/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.13-SNAPSHOT + 12.0.13 ../../pom.xml jetty-ee10-demo-container-initializer diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-spec-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-spec-webapp/pom.xml index b5b12f93d75..eae3e28c3b5 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-spec-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-spec-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.13-SNAPSHOT + 12.0.13 ../../pom.xml jetty-ee10-demo-spec-webapp diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-web-fragment/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-web-fragment/pom.xml index b9537213f85..0422a58f0df 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-web-fragment/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-web-fragment/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.13-SNAPSHOT + 12.0.13 ../../pom.xml jetty-ee10-demo-web-fragment diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/pom.xml index 61fc4eb4ad1..a83665a3c26 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-demo-spec pom diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-template/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-template/pom.xml index 213cadba591..b8bc46da886 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-template/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-template/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-demo-template jar diff --git a/jetty-ee10/jetty-ee10-demos/pom.xml b/jetty-ee10/jetty-ee10-demos/pom.xml index d0985e8168d..d0bca72e6f3 100644 --- a/jetty-ee10/jetty-ee10-demos/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee10.demos jetty-ee10-demos diff --git a/jetty-ee10/jetty-ee10-examples/pom.xml b/jetty-ee10/jetty-ee10-examples/pom.xml index 63267ad469b..0d89c2908a8 100644 --- a/jetty-ee10/jetty-ee10-examples/pom.xml +++ b/jetty-ee10/jetty-ee10-examples/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-examples EE10 :: Examples diff --git a/jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml b/jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml index 233a4206d15..2b5f4a763e0 100644 --- a/jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml +++ b/jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-fcgi-proxy EE10 :: FCGI Proxy diff --git a/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml b/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml index 424eb8e9d86..cf238181a8a 100644 --- a/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml +++ b/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-glassfish-jstl jar diff --git a/jetty-ee10/jetty-ee10-home/pom.xml b/jetty-ee10/jetty-ee10-home/pom.xml index 06be487babe..92a500d113e 100644 --- a/jetty-ee10/jetty-ee10-home/pom.xml +++ b/jetty-ee10/jetty-ee10-home/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13-SNAPSHOT + 12.0.13 ../pom.xml jetty-ee10-home diff --git a/jetty-ee10/jetty-ee10-jaspi/pom.xml b/jetty-ee10/jetty-ee10-jaspi/pom.xml index 691c3cc1146..f92dc97d96f 100644 --- a/jetty-ee10/jetty-ee10-jaspi/pom.xml +++ b/jetty-ee10/jetty-ee10-jaspi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-jaspi EE10 :: JASPI diff --git a/jetty-ee10/jetty-ee10-jndi/pom.xml b/jetty-ee10/jetty-ee10-jndi/pom.xml index 71487ecd350..ecde2afafcf 100644 --- a/jetty-ee10/jetty-ee10-jndi/pom.xml +++ b/jetty-ee10/jetty-ee10-jndi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-jndi EE10 :: JNDI diff --git a/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml b/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml index f83817f0c66..92b2431f120 100644 --- a/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml +++ b/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-jspc-maven-plugin maven-plugin diff --git a/jetty-ee10/jetty-ee10-maven-plugin/pom.xml b/jetty-ee10/jetty-ee10-maven-plugin/pom.xml index 96517efa9eb..9d32fb928d3 100644 --- a/jetty-ee10/jetty-ee10-maven-plugin/pom.xml +++ b/jetty-ee10/jetty-ee10-maven-plugin/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13-SNAPSHOT + 12.0.13 ../pom.xml jetty-ee10-maven-plugin diff --git a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-alpn/pom.xml b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-alpn/pom.xml index 37c2aae1c09..009f62c5d05 100644 --- a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-alpn/pom.xml +++ b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-alpn/pom.xml @@ -7,7 +7,7 @@ org.eclipse.jetty.ee10.osgi jetty-ee10-osgi - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-osgi-alpn jar diff --git a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot-jsp/pom.xml b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot-jsp/pom.xml index a14d3c473e8..68efba42dca 100644 --- a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot-jsp/pom.xml +++ b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot-jsp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.osgi jetty-ee10-osgi - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-osgi-boot-jsp EE10 :: OSGi :: Boot JSP diff --git a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot/pom.xml b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot/pom.xml index acf74e8d270..5541c45c2c6 100644 --- a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot/pom.xml +++ b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.osgi jetty-ee10-osgi - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-osgi-boot EE10 :: OSGi :: Boot diff --git a/jetty-ee10/jetty-ee10-osgi/pom.xml b/jetty-ee10/jetty-ee10-osgi/pom.xml index 09d75865c5e..fde77d0c835 100644 --- a/jetty-ee10/jetty-ee10-osgi/pom.xml +++ b/jetty-ee10/jetty-ee10-osgi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee10.osgi jetty-ee10-osgi diff --git a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-fragment/pom.xml b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-fragment/pom.xml index a2a55030127..f8229d00153 100644 --- a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-fragment/pom.xml +++ b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-fragment/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.osgi jetty-ee10-osgi - 12.0.13-SNAPSHOT + 12.0.13 test-jetty-ee10-osgi-fragment EE10 :: OSGi :: WebApp Fragment diff --git a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-server/pom.xml b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-server/pom.xml index a0ec2b531db..bef9f38e823 100644 --- a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-server/pom.xml +++ b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-server/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.osgi jetty-ee10-osgi - 12.0.13-SNAPSHOT + 12.0.13 test-jetty-ee10-osgi-server EE10 :: OSGi :: Server diff --git a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-webapp-resources/pom.xml b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-webapp-resources/pom.xml index f44b03c8b8c..f0855c7d73b 100644 --- a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-webapp-resources/pom.xml +++ b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-webapp-resources/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.osgi jetty-ee10-osgi - 12.0.13-SNAPSHOT + 12.0.13 test-jetty-ee10-osgi-webapp-resources war diff --git a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi/pom.xml b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi/pom.xml index 582d5cca8cf..da7bf673b4e 100644 --- a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi/pom.xml +++ b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.osgi jetty-ee10-osgi - 12.0.13-SNAPSHOT + 12.0.13 test-jetty-ee10-osgi EE10 :: OSGi :: Test diff --git a/jetty-ee10/jetty-ee10-plus/pom.xml b/jetty-ee10/jetty-ee10-plus/pom.xml index a2b5d0649ad..323f1a46ee6 100644 --- a/jetty-ee10/jetty-ee10-plus/pom.xml +++ b/jetty-ee10/jetty-ee10-plus/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-plus EE10 :: Plus diff --git a/jetty-ee10/jetty-ee10-proxy/pom.xml b/jetty-ee10/jetty-ee10-proxy/pom.xml index 78ee94ce651..57ba7c6f393 100644 --- a/jetty-ee10/jetty-ee10-proxy/pom.xml +++ b/jetty-ee10/jetty-ee10-proxy/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-proxy EE10 :: Proxy diff --git a/jetty-ee10/jetty-ee10-quickstart/pom.xml b/jetty-ee10/jetty-ee10-quickstart/pom.xml index c834daf9302..ec4da48edfb 100644 --- a/jetty-ee10/jetty-ee10-quickstart/pom.xml +++ b/jetty-ee10/jetty-ee10-quickstart/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-quickstart EE10 :: Quick Start diff --git a/jetty-ee10/jetty-ee10-runner/pom.xml b/jetty-ee10/jetty-ee10-runner/pom.xml index 97c900f5eab..707812a6792 100644 --- a/jetty-ee10/jetty-ee10-runner/pom.xml +++ b/jetty-ee10/jetty-ee10-runner/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-runner EE10 :: Runner diff --git a/jetty-ee10/jetty-ee10-servlet/pom.xml b/jetty-ee10/jetty-ee10-servlet/pom.xml index 54d49a30a76..54d88fa319f 100644 --- a/jetty-ee10/jetty-ee10-servlet/pom.xml +++ b/jetty-ee10/jetty-ee10-servlet/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-servlet EE10 :: Servlet diff --git a/jetty-ee10/jetty-ee10-servlets/pom.xml b/jetty-ee10/jetty-ee10-servlets/pom.xml index 498061cda4c..5d6b8646a8b 100644 --- a/jetty-ee10/jetty-ee10-servlets/pom.xml +++ b/jetty-ee10/jetty-ee10-servlets/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-servlets EE10 :: Utility Servlets and Filters diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-bad-websocket-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-bad-websocket-webapp/pom.xml index 83fc8042040..ae7ac511372 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-bad-websocket-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-bad-websocket-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-bad-websocket-webapp war diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-badinit-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-badinit-webapp/pom.xml index 06c7f381f30..d1c14399121 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-badinit-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-badinit-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-badinit-webapp diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi-common-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi-common-webapp/pom.xml index 5ee0b86f997..dbcadc69217 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi-common-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi-common-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-cdi-common-webapp war diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi/pom.xml index 0959bc4dabc..5853dab9569 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-cdi jar diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-client-transports/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-client-transports/pom.xml index 5afa9f495d8..ff28b970622 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-client-transports/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-client-transports/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-client-transports jar diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-felix-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-felix-webapp/pom.xml index c15b56fc29e..84184e929f4 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-felix-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-felix-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-felix-webapp war diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-http2-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-http2-webapp/pom.xml index 32fe758c9a4..dbef1158370 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-http2-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-http2-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-http2-webapp war diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-integration/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-integration/pom.xml index 47fdf6a2a1a..cdccdc979f9 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-integration/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-integration/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-integration jar diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jersey/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jersey/pom.xml index e59ce0d08b4..d302746ec4d 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jersey/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jersey/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-jersey jar diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp-it/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp-it/pom.xml index 2189e7b1714..8168e76746b 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp-it/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp-it/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-test-jmx - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-jmx-webapp-it jar diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp/pom.xml index 0fec3c131c5..982facdde0b 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-test-jmx - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-jmx-webapp war diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/pom.xml index dc1b2aa9506..32f101a11a0 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-jmx pom diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jndi/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jndi/pom.xml index 459ae96440e..56cff289d58 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jndi/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jndi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13-SNAPSHOT + 12.0.13 ../pom.xml jetty-ee10-test-jndi diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-log4j2-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-log4j2-webapp/pom.xml index d863d7c7d5d..061a1eb0cf5 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-log4j2-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-log4j2-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-log4j2-webapp war diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-loginservice/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-loginservice/pom.xml index eeda68caf38..8cd8a655cfe 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-loginservice/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-loginservice/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-loginservice EE10 :: Tests :: Login Service diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-openid-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-openid-webapp/pom.xml index 6e5f2c2e6ec..5b0ad94a019 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-openid-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-openid-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-openid-webapp war diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-owb-cdi-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-owb-cdi-webapp/pom.xml index 0c9ddb1cba6..7f36c8a2099 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-owb-cdi-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-owb-cdi-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-owb-cdi-webapp war diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-quickstart/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-quickstart/pom.xml index ef1e106dfd8..b5d345f442d 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-quickstart/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-quickstart/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-quickstart EE10 :: Tests :: Quick Start diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-common/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-common/pom.xml index f7bc10ef292..7955590e020 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-common/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-common/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-test-sessions - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-sessions-common EE10 :: Tests :: Sessions :: Common diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-file/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-file/pom.xml index 7bd80e18de0..f9ce1967f98 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-file/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-file/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-test-sessions - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-sessions-file EE10 :: Tests :: Sessions :: File diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-gcloud/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-gcloud/pom.xml index 988f408abe4..e1b3c5c7983 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-gcloud/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-gcloud/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-test-sessions - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-sessions-gcloud EE10 :: Tests :: Sessions :: GCloud diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-hazelcast/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-hazelcast/pom.xml index b2126e5566a..971c1e6d129 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-hazelcast/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-hazelcast/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-test-sessions - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-sessions-hazelcast EE10 :: Tests :: Sessions :: Hazelcast diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-infinispan/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-infinispan/pom.xml index dc9ba559b4d..01cc2a74ba6 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-infinispan/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-infinispan/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-test-sessions - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-sessions-infinispan EE10 :: Tests :: Sessions :: Infinispan diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-jdbc/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-jdbc/pom.xml index 071665ccc5c..5422d3a0e7b 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-jdbc/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-jdbc/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-test-sessions - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-sessions-jdbc EE10 :: Tests :: Sessions :: JDBC diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-memcached/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-memcached/pom.xml index a2e2c072117..756783fcc1b 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-memcached/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-memcached/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-test-sessions - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-sessions-memcached EE10 :: Tests :: Sessions :: Memcached diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-mongodb/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-mongodb/pom.xml index 4fa0862224e..2cb84aa9838 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-mongodb/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-mongodb/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-test-sessions - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-sessions-mongodb EE10 :: Tests :: Sessions :: Mongo diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/pom.xml index 71c19f4cae8..5d1826a1f5b 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-sessions pom diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-simple-session-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-simple-session-webapp/pom.xml index 32b46c38748..2d7d43f5aa6 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-simple-session-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-simple-session-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-simple-session-webapp diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-webapp-rfc2616/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-webapp-rfc2616/pom.xml index 284820260ef..251e28446dc 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-webapp-rfc2616/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-webapp-rfc2616/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-webapp-rfc2616 war diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-provided-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-provided-webapp/pom.xml index 69ca6fc1019..62bc84c5e90 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-provided-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-provided-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-websocket-client-provided-webapp war diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-webapp/pom.xml index c5ec451736d..b9eeb32f015 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-websocket-client-webapp war diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-webapp/pom.xml index 6e7a9044b7b..e997ef5a8d1 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-websocket-webapp war diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-weld-cdi-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-weld-cdi-webapp/pom.xml index 747eb65ff9d..bb11c69821f 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-weld-cdi-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-weld-cdi-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-test-weld-cdi-webapp war diff --git a/jetty-ee10/jetty-ee10-tests/pom.xml b/jetty-ee10/jetty-ee10-tests/pom.xml index 5414e9cbd18..ce1b474967a 100644 --- a/jetty-ee10/jetty-ee10-tests/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13-SNAPSHOT + 12.0.13 ../pom.xml jetty-ee10-tests diff --git a/jetty-ee10/jetty-ee10-webapp/pom.xml b/jetty-ee10/jetty-ee10-webapp/pom.xml index 01c38445b18..269662a2a57 100644 --- a/jetty-ee10/jetty-ee10-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-webapp EE10 :: WebApp diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client-webapp/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client-webapp/pom.xml index 61e78c14877..238602be124 100644 --- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-websocket-jakarta-client-webapp EE10 :: Websocket :: Jakarta Client WebApp diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client/pom.xml index 978015954cc..530119caea5 100644 --- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client/pom.xml +++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-websocket-jakarta-client EE10 :: Websocket :: Jakarta Client diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-common/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-common/pom.xml index 34040424090..ff26f810a67 100644 --- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-common/pom.xml +++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-websocket-jakarta-common EE10 :: Websocket :: Jakarta Common diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-server/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-server/pom.xml index dfa499eb6a5..6a4cc9536c4 100644 --- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-server/pom.xml +++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-websocket-jakarta-server EE10 :: Websocket :: Jakarta Server diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-tests/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-tests/pom.xml index 6d293d7a286..1abfcc7b2f0 100644 --- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-tests/pom.xml +++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-websocket-jakarta-tests EE10 :: Websocket :: Jakarta Tests diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-client-webapp/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-client-webapp/pom.xml index 24b2bf144e9..fa79eecb28a 100644 --- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-client-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-client-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-websocket-jetty-client-webapp EE10 :: Websocket :: Jetty Client WebApp diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-server/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-server/pom.xml index d373d5207b5..e5044dfd7ae 100644 --- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-server/pom.xml +++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-websocket-jetty-server EE10 :: Websocket :: Jetty Server diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-tests/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-tests/pom.xml index 10f528842cf..5e4c2cceb7a 100644 --- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-tests/pom.xml +++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-websocket-jetty-tests EE10 :: Websocket :: Jetty Tests diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-servlet/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-servlet/pom.xml index 271840606b1..4aed4cd59c1 100644 --- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-servlet/pom.xml +++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-servlet/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee10-websocket-servlet EE10 :: Websocket :: Servlet diff --git a/jetty-ee10/jetty-ee10-websocket/pom.xml b/jetty-ee10/jetty-ee10-websocket/pom.xml index 68feec9af4a..9100bff0854 100644 --- a/jetty-ee10/jetty-ee10-websocket/pom.xml +++ b/jetty-ee10/jetty-ee10-websocket/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee10.websocket jetty-ee10-websocket diff --git a/jetty-ee10/pom.xml b/jetty-ee10/pom.xml index e581c54c8ad..042b37b1bdc 100644 --- a/jetty-ee10/pom.xml +++ b/jetty-ee10/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee10 jetty-ee10 diff --git a/jetty-ee8/jetty-ee8-annotations/pom.xml b/jetty-ee8/jetty-ee8-annotations/pom.xml index 4f8a951a27a..ea2a23a2f25 100644 --- a/jetty-ee8/jetty-ee8-annotations/pom.xml +++ b/jetty-ee8/jetty-ee8-annotations/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-annotations EE8 :: Servlet Annotations diff --git a/jetty-ee8/jetty-ee8-apache-jsp/pom.xml b/jetty-ee8/jetty-ee8-apache-jsp/pom.xml index 5730dfdf19b..84a47d82e8b 100644 --- a/jetty-ee8/jetty-ee8-apache-jsp/pom.xml +++ b/jetty-ee8/jetty-ee8-apache-jsp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-apache-jsp EE8 :: Apache JSP diff --git a/jetty-ee8/jetty-ee8-bom/pom.xml b/jetty-ee8/jetty-ee8-bom/pom.xml index 21ed01cebd7..f58cbae4c3e 100644 --- a/jetty-ee8/jetty-ee8-bom/pom.xml +++ b/jetty-ee8/jetty-ee8-bom/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-bom @@ -19,117 +19,117 @@ org.eclipse.jetty.ee8 jetty-ee8-annotations - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee8 jetty-ee8-apache-jsp - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee8 jetty-ee8-glassfish-jstl - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee8 jetty-ee8-jndi - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee8 jetty-ee8-nested - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee8 jetty-ee8-openid - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee8 jetty-ee8-plus - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee8 jetty-ee8-proxy - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee8 jetty-ee8-quickstart - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee8 jetty-ee8-security - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee8 jetty-ee8-servlet - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee8 jetty-ee8-servlets - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee8 jetty-ee8-webapp - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-javax-client - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-javax-client-webapp - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-javax-common - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-javax-server - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-jetty-api - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-jetty-client - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-jetty-client-webapp - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-jetty-common - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-jetty-server - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-servlet - 12.0.13-SNAPSHOT + 12.0.13 diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-jar/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-jar/pom.xml index 23595f462d8..9a550819a65 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-jar/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-jar/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demo-async-rest - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-demo-async-rest-jar jar diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-server/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-server/pom.xml index 779af37ac7a..fd85a4c8641 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-server/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demo-async-rest - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-demo-async-rest-server jar diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-webapp/pom.xml index 3ec0807775f..a8bfd93c0c9 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-webapp/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demo-async-rest - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-demo-async-rest-webapp war diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/pom.xml index e1527305876..881005db398 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-demo-async-rest pom diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jaas-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jaas-webapp/pom.xml index 32d6020271c..cdc8d7d0c6b 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jaas-webapp/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jaas-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-demo-jaas-webapp war diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jetty-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jetty-webapp/pom.xml index b55b858bade..416eced858e 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jetty-webapp/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jetty-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-demo-jetty-webapp war diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jndi-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jndi-webapp/pom.xml index 7532f1b9479..b086642c87c 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jndi-webapp/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jndi-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-demo-jndi-webapp war diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jsp-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jsp-webapp/pom.xml index 0bd09f91c6f..20969db9369 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jsp-webapp/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jsp-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-demo-jsp-webapp war diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-mock-resources/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-mock-resources/pom.xml index 276e85d3fc6..f2a5fbd5719 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-mock-resources/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-mock-resources/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-demo-mock-resources jar diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-proxy-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-proxy-webapp/pom.xml index 8930668e966..89544508bb7 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-proxy-webapp/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-proxy-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-demo-proxy-webapp war diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-simple-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-simple-webapp/pom.xml index 1e452e5ce0b..7cc1a5cb470 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-simple-webapp/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-simple-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-demo-simple-webapp war diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-container-initializer/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-container-initializer/pom.xml index 1171d8ff6c9..a033fe5a943 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-container-initializer/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-container-initializer/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demo-spec - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-demo-container-initializer jar diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-spec-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-spec-webapp/pom.xml index 6a44980be8b..bed8e46d814 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-spec-webapp/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-spec-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demo-spec - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-demo-spec-webapp war diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-web-fragment/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-web-fragment/pom.xml index 6c6d92001f8..6e353029b90 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-web-fragment/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-web-fragment/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demo-spec - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-demo-web-fragment jar diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/pom.xml index 619e47d5f5b..67f38f7aa43 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-demo-spec pom diff --git a/jetty-ee8/jetty-ee8-demos/pom.xml b/jetty-ee8/jetty-ee8-demos/pom.xml index 0279d75d00b..2ab30aff732 100644 --- a/jetty-ee8/jetty-ee8-demos/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee8.demos jetty-ee8-demos diff --git a/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml b/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml index 7b887e33e71..3d2bfbe43a0 100644 --- a/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml +++ b/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-glassfish-jstl jar diff --git a/jetty-ee8/jetty-ee8-home/pom.xml b/jetty-ee8/jetty-ee8-home/pom.xml index 356362613e6..88d199562ec 100644 --- a/jetty-ee8/jetty-ee8-home/pom.xml +++ b/jetty-ee8/jetty-ee8-home/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-home pom diff --git a/jetty-ee8/jetty-ee8-jaspi/pom.xml b/jetty-ee8/jetty-ee8-jaspi/pom.xml index 876f1db1ef2..77b8c62a02b 100644 --- a/jetty-ee8/jetty-ee8-jaspi/pom.xml +++ b/jetty-ee8/jetty-ee8-jaspi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-jaspi EE8 :: Jetty :: JASPI Security diff --git a/jetty-ee8/jetty-ee8-jndi/pom.xml b/jetty-ee8/jetty-ee8-jndi/pom.xml index 9b62c3d5e15..caade9efd75 100644 --- a/jetty-ee8/jetty-ee8-jndi/pom.xml +++ b/jetty-ee8/jetty-ee8-jndi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-jndi EE8 :: JNDI diff --git a/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml b/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml index 59cdb414e45..430a1c2da55 100644 --- a/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml +++ b/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-jspc-maven-plugin maven-plugin diff --git a/jetty-ee8/jetty-ee8-maven-plugin/pom.xml b/jetty-ee8/jetty-ee8-maven-plugin/pom.xml index 49278e9172a..140c69063a9 100644 --- a/jetty-ee8/jetty-ee8-maven-plugin/pom.xml +++ b/jetty-ee8/jetty-ee8-maven-plugin/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-maven-plugin maven-plugin diff --git a/jetty-ee8/jetty-ee8-nested/pom.xml b/jetty-ee8/jetty-ee8-nested/pom.xml index 3f096c20b30..fe6fcd55460 100644 --- a/jetty-ee8/jetty-ee8-nested/pom.xml +++ b/jetty-ee8/jetty-ee8-nested/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-nested EE8 :: Nested diff --git a/jetty-ee8/jetty-ee8-openid/pom.xml b/jetty-ee8/jetty-ee8-openid/pom.xml index d990dbd056b..4cab6918154 100644 --- a/jetty-ee8/jetty-ee8-openid/pom.xml +++ b/jetty-ee8/jetty-ee8-openid/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-openid EE8 :: OpenID diff --git a/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot-jsp/pom.xml b/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot-jsp/pom.xml index 7cdb8f871d1..9b3ae13193b 100644 --- a/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot-jsp/pom.xml +++ b/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot-jsp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.osgi jetty-ee8-osgi - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-osgi-boot-jsp EE8 :: OSGi :: Boot JSP diff --git a/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot/pom.xml b/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot/pom.xml index 58fd1a384a9..535c52215b8 100644 --- a/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot/pom.xml +++ b/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.osgi jetty-ee8-osgi - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-osgi-boot EE8 :: OSGi :: Boot diff --git a/jetty-ee8/jetty-ee8-osgi/pom.xml b/jetty-ee8/jetty-ee8-osgi/pom.xml index fffd7efb934..d13ecc0388c 100644 --- a/jetty-ee8/jetty-ee8-osgi/pom.xml +++ b/jetty-ee8/jetty-ee8-osgi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee8.osgi jetty-ee8-osgi diff --git a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-fragment/pom.xml b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-fragment/pom.xml index 0a9efe568ad..5c9b89782b0 100644 --- a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-fragment/pom.xml +++ b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-fragment/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.osgi jetty-ee8-osgi - 12.0.13-SNAPSHOT + 12.0.13 test-jetty-ee8-osgi-fragment EE8 :: OSGi :: WebApp Fragment diff --git a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-server/pom.xml b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-server/pom.xml index 5799780d1c0..e923d8e134f 100644 --- a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-server/pom.xml +++ b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-server/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.osgi jetty-ee8-osgi - 12.0.13-SNAPSHOT + 12.0.13 test-jetty-ee8-osgi-server EE8 :: OSGi :: Server diff --git a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-webapp-resources/pom.xml b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-webapp-resources/pom.xml index c19320bf684..b73d723290c 100644 --- a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-webapp-resources/pom.xml +++ b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-webapp-resources/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.osgi jetty-ee8-osgi - 12.0.13-SNAPSHOT + 12.0.13 test-jetty-ee8-osgi-webapp-resources war diff --git a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi/pom.xml b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi/pom.xml index 341aef8bad5..78b17a3808e 100644 --- a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi/pom.xml +++ b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.osgi jetty-ee8-osgi - 12.0.13-SNAPSHOT + 12.0.13 test-jetty-ee8-osgi EE8 :: OSGi :: Test diff --git a/jetty-ee8/jetty-ee8-plus/pom.xml b/jetty-ee8/jetty-ee8-plus/pom.xml index 67567cf8717..bc32ac26d57 100644 --- a/jetty-ee8/jetty-ee8-plus/pom.xml +++ b/jetty-ee8/jetty-ee8-plus/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-plus EE8 :: Plus diff --git a/jetty-ee8/jetty-ee8-proxy/pom.xml b/jetty-ee8/jetty-ee8-proxy/pom.xml index f400d12ccda..53b633e68a3 100644 --- a/jetty-ee8/jetty-ee8-proxy/pom.xml +++ b/jetty-ee8/jetty-ee8-proxy/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-proxy EE8 :: Proxy diff --git a/jetty-ee8/jetty-ee8-quickstart/pom.xml b/jetty-ee8/jetty-ee8-quickstart/pom.xml index 717ca358cab..5e94a7409f2 100644 --- a/jetty-ee8/jetty-ee8-quickstart/pom.xml +++ b/jetty-ee8/jetty-ee8-quickstart/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-quickstart EE8 :: Quick Start diff --git a/jetty-ee8/jetty-ee8-runner/pom.xml b/jetty-ee8/jetty-ee8-runner/pom.xml index 247ed87961f..50841590095 100644 --- a/jetty-ee8/jetty-ee8-runner/pom.xml +++ b/jetty-ee8/jetty-ee8-runner/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-runner EE8 :: Runner diff --git a/jetty-ee8/jetty-ee8-security/pom.xml b/jetty-ee8/jetty-ee8-security/pom.xml index cfeaf397223..4cd43ad2186 100644 --- a/jetty-ee8/jetty-ee8-security/pom.xml +++ b/jetty-ee8/jetty-ee8-security/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-security EE8 :: Security diff --git a/jetty-ee8/jetty-ee8-servlet/pom.xml b/jetty-ee8/jetty-ee8-servlet/pom.xml index db8c5ccc937..0ff169575cd 100644 --- a/jetty-ee8/jetty-ee8-servlet/pom.xml +++ b/jetty-ee8/jetty-ee8-servlet/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-servlet EE8 :: Servlet diff --git a/jetty-ee8/jetty-ee8-servlets/pom.xml b/jetty-ee8/jetty-ee8-servlets/pom.xml index 7f4c3edc7bc..d482b9da234 100644 --- a/jetty-ee8/jetty-ee8-servlets/pom.xml +++ b/jetty-ee8/jetty-ee8-servlets/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-servlets EE8 :: Utility Servlets and Filters diff --git a/jetty-ee8/jetty-ee8-webapp/pom.xml b/jetty-ee8/jetty-ee8-webapp/pom.xml index 48491a2ffbd..88f4dbd704d 100644 --- a/jetty-ee8/jetty-ee8-webapp/pom.xml +++ b/jetty-ee8/jetty-ee8-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-webapp EE8 :: WebApp diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client-webapp/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client-webapp/pom.xml index 9f207dc9fe3..ae517135601 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client-webapp/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.13-SNAPSHOT + 12.0.13 ../pom.xml jetty-ee8-websocket-javax-client-webapp diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client/pom.xml index ee852a48e80..d33ce8fc0df 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.13-SNAPSHOT + 12.0.13 ../pom.xml jetty-ee8-websocket-javax-client diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-common/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-common/pom.xml index 19191d0308d..d586d47c58e 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-common/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-websocket-javax-common EE8 :: Websocket :: Javax Common diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-server/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-server/pom.xml index 90adfa8a9ce..205de21edf3 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-server/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-websocket-javax-server EE8 :: Websocket :: Javax Server diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-tests/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-tests/pom.xml index 4ab42038685..a1fea22ac80 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-tests/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-websocket-javax-tests EE8 :: Websocket :: Javax Tests diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-api/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-api/pom.xml index be90481c7b7..d0dba362e7b 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-api/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-api/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-websocket-jetty-api EE8 :: Websocket :: Jetty API diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client-webapp/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client-webapp/pom.xml index 7f6f36e805e..9c5ddb3588e 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client-webapp/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-websocket-jetty-client-webapp EE8 :: Websocket :: Jetty Client WebApp diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client/pom.xml index c419a9e3e47..e41a646bb88 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-websocket-jetty-client EE8 :: Websocket :: Jetty Client diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-common/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-common/pom.xml index ea936b8737f..21307c99f16 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-common/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-websocket-jetty-common EE8 :: Websocket :: Jetty Common diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-server/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-server/pom.xml index 6129b7803f4..568adcf6f11 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-server/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-websocket-jetty-server EE8 :: Websocket :: Jetty Server diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-tests/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-tests/pom.xml index c187157c384..656f27e2ba2 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-tests/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-websocket-jetty-tests EE8 :: Websocket :: Jetty Tests diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-servlet/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-servlet/pom.xml index e3025905ed1..5ea2b5ccabb 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-servlet/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-servlet/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee8-websocket-servlet EE8 :: Websocket :: Servlet diff --git a/jetty-ee8/jetty-ee8-websocket/pom.xml b/jetty-ee8/jetty-ee8-websocket/pom.xml index 1855566f300..dd573c026a8 100644 --- a/jetty-ee8/jetty-ee8-websocket/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13-SNAPSHOT + 12.0.13 ../pom.xml org.eclipse.jetty.ee8.websocket diff --git a/jetty-ee8/pom.xml b/jetty-ee8/pom.xml index 11ae01347ed..7374c93fbbd 100644 --- a/jetty-ee8/pom.xml +++ b/jetty-ee8/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee8 jetty-ee8 diff --git a/jetty-ee9/jetty-ee9-annotations/pom.xml b/jetty-ee9/jetty-ee9-annotations/pom.xml index f8b95fad29b..3d797088ce9 100644 --- a/jetty-ee9/jetty-ee9-annotations/pom.xml +++ b/jetty-ee9/jetty-ee9-annotations/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-annotations EE9 :: Servlet Annotations diff --git a/jetty-ee9/jetty-ee9-apache-jsp/pom.xml b/jetty-ee9/jetty-ee9-apache-jsp/pom.xml index de2b3e75e23..efc29179034 100644 --- a/jetty-ee9/jetty-ee9-apache-jsp/pom.xml +++ b/jetty-ee9/jetty-ee9-apache-jsp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-apache-jsp EE9 :: Apache JSP diff --git a/jetty-ee9/jetty-ee9-bom/pom.xml b/jetty-ee9/jetty-ee9-bom/pom.xml index f6020bf29c6..95edaced1e9 100644 --- a/jetty-ee9/jetty-ee9-bom/pom.xml +++ b/jetty-ee9/jetty-ee9-bom/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-bom @@ -19,147 +19,147 @@ org.eclipse.jetty.ee9 jetty-ee9-annotations - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9 jetty-ee9-apache-jsp - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9 jetty-ee9-cdi - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9 jetty-ee9-fcgi-proxy - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9 jetty-ee9-glassfish-jstl - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9 jetty-ee9-jaspi - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9 jetty-ee9-jndi - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9 jetty-ee9-nested - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9 jetty-ee9-openid - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9 jetty-ee9-plus - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9 jetty-ee9-proxy - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9 jetty-ee9-quickstart - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9 jetty-ee9-runner - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9 jetty-ee9-security - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9 jetty-ee9-servlet - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9 jetty-ee9-servlets - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9 jetty-ee9-webapp - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9.osgi jetty-ee9-osgi-boot - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9.osgi jetty-ee9-osgi-boot-jsp - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jakarta-client - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jakarta-client-webapp - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jakarta-common - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jakarta-server - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jetty-api - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jetty-client - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jetty-client-webapp - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jetty-common - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jetty-server - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-servlet - 12.0.13-SNAPSHOT + 12.0.13 diff --git a/jetty-ee9/jetty-ee9-cdi/pom.xml b/jetty-ee9/jetty-ee9-cdi/pom.xml index 2d4a5dbf84a..972a5e05060 100644 --- a/jetty-ee9/jetty-ee9-cdi/pom.xml +++ b/jetty-ee9/jetty-ee9-cdi/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-cdi jar diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-jar/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-jar/pom.xml index bd824710ea1..333d36163d9 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-jar/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-jar/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demo-async-rest - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-demo-async-rest-jar jar diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-server/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-server/pom.xml index 11ac0921b86..e74963bb8ba 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-server/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demo-async-rest - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-demo-async-rest-server jar diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-webapp/pom.xml index 099b629eb47..930c6000fbf 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demo-async-rest - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-demo-async-rest-webapp war diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/pom.xml index 6460fb0e6ef..82a90a373af 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-demo-async-rest pom diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-embedded/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-embedded/pom.xml index bca52588c2d..dbb067df890 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-embedded/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-embedded/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-demo-embedded EE9 :: Demo :: Embedded Jetty diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jaas-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jaas-webapp/pom.xml index 15b82148b46..308a470bd6c 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jaas-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jaas-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-demo-jaas-webapp war diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jetty-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jetty-webapp/pom.xml index eaefd38e956..6de16550e70 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jetty-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jetty-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-demo-jetty-webapp war diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jndi-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jndi-webapp/pom.xml index 4513e2e5139..15dfc6dd65a 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jndi-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jndi-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-demo-jndi-webapp war diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jsp-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jsp-webapp/pom.xml index b13069a06be..b3d43e46230 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jsp-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jsp-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-demo-jsp-webapp war diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-mock-resources/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-mock-resources/pom.xml index cdacbffa7c2..e5702aa74d7 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-mock-resources/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-mock-resources/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-demo-mock-resources jar diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-proxy-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-proxy-webapp/pom.xml index 75e1d0915ed..08cdf0841d7 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-proxy-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-proxy-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-demo-proxy-webapp war diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-simple-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-simple-webapp/pom.xml index 66f9ba0e8eb..b382ae73c59 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-simple-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-simple-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-demo-simple-webapp war diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-container-initializer/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-container-initializer/pom.xml index d56b2d70701..b239de915e5 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-container-initializer/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-container-initializer/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.13-SNAPSHOT + 12.0.13 ../../pom.xml jetty-ee9-demo-container-initializer diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-spec-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-spec-webapp/pom.xml index 0e2e3b4e251..f04e01e756e 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-spec-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-spec-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.13-SNAPSHOT + 12.0.13 ../../pom.xml jetty-ee9-demo-spec-webapp diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-web-fragment/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-web-fragment/pom.xml index 2a766cdb63a..6cb82170f01 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-web-fragment/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-web-fragment/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.13-SNAPSHOT + 12.0.13 ../../pom.xml jetty-ee9-demo-web-fragment diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/pom.xml index 0fe8ba73d6e..97265978b83 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-demo-spec pom diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-template/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-template/pom.xml index 0a4a5a03c85..3d0423cb514 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-template/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-template/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-demo-template jar diff --git a/jetty-ee9/jetty-ee9-demos/pom.xml b/jetty-ee9/jetty-ee9-demos/pom.xml index 7c895eb5295..0ac68f260b7 100644 --- a/jetty-ee9/jetty-ee9-demos/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9.demos jetty-ee9-demos diff --git a/jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml b/jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml index 0611382d9f0..3bcb8c9d00a 100644 --- a/jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml +++ b/jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-fcgi-proxy EE9 :: FCGI Proxy diff --git a/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml b/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml index 3a3a2d43797..f337a05cecd 100644 --- a/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml +++ b/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-glassfish-jstl jar diff --git a/jetty-ee9/jetty-ee9-home/pom.xml b/jetty-ee9/jetty-ee9-home/pom.xml index 753c3d6fe01..c04111fd5f7 100644 --- a/jetty-ee9/jetty-ee9-home/pom.xml +++ b/jetty-ee9/jetty-ee9-home/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-home pom diff --git a/jetty-ee9/jetty-ee9-jaspi/pom.xml b/jetty-ee9/jetty-ee9-jaspi/pom.xml index fe75c2daac8..1ef35078c40 100644 --- a/jetty-ee9/jetty-ee9-jaspi/pom.xml +++ b/jetty-ee9/jetty-ee9-jaspi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-jaspi EE9 :: JASPI diff --git a/jetty-ee9/jetty-ee9-jndi/pom.xml b/jetty-ee9/jetty-ee9-jndi/pom.xml index 96c9ffe683a..dd776004c62 100644 --- a/jetty-ee9/jetty-ee9-jndi/pom.xml +++ b/jetty-ee9/jetty-ee9-jndi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-jndi EE9 :: JNDI diff --git a/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml b/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml index 402e5da5851..e470374bbd5 100644 --- a/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml +++ b/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-jspc-maven-plugin maven-plugin diff --git a/jetty-ee9/jetty-ee9-maven-plugin/pom.xml b/jetty-ee9/jetty-ee9-maven-plugin/pom.xml index fdce72ae784..a35f32e7c70 100644 --- a/jetty-ee9/jetty-ee9-maven-plugin/pom.xml +++ b/jetty-ee9/jetty-ee9-maven-plugin/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-maven-plugin maven-plugin diff --git a/jetty-ee9/jetty-ee9-nested/pom.xml b/jetty-ee9/jetty-ee9-nested/pom.xml index e412b808016..0f3c7af33ac 100644 --- a/jetty-ee9/jetty-ee9-nested/pom.xml +++ b/jetty-ee9/jetty-ee9-nested/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-nested EE9 :: Nested diff --git a/jetty-ee9/jetty-ee9-openid/pom.xml b/jetty-ee9/jetty-ee9-openid/pom.xml index 95652e456de..9e6c7db31a3 100644 --- a/jetty-ee9/jetty-ee9-openid/pom.xml +++ b/jetty-ee9/jetty-ee9-openid/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-openid EE9 :: OpenID diff --git a/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot-jsp/pom.xml b/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot-jsp/pom.xml index 5a6c954e7a8..bd9931b8529 100644 --- a/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot-jsp/pom.xml +++ b/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot-jsp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.osgi jetty-ee9-osgi - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-osgi-boot-jsp EE9 :: OSGi :: Boot JSP diff --git a/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot/pom.xml b/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot/pom.xml index c47ddc01725..f359838d81f 100644 --- a/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot/pom.xml +++ b/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.osgi jetty-ee9-osgi - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-osgi-boot EE9 :: OSGi :: Boot diff --git a/jetty-ee9/jetty-ee9-osgi/pom.xml b/jetty-ee9/jetty-ee9-osgi/pom.xml index 6845f668888..d797d194b47 100644 --- a/jetty-ee9/jetty-ee9-osgi/pom.xml +++ b/jetty-ee9/jetty-ee9-osgi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9.osgi jetty-ee9-osgi diff --git a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-fragment/pom.xml b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-fragment/pom.xml index 517eb4d9c1f..d632071de9b 100644 --- a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-fragment/pom.xml +++ b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-fragment/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.osgi jetty-ee9-osgi - 12.0.13-SNAPSHOT + 12.0.13 test-jetty-ee9-osgi-fragment EE9 :: OSGi :: WebApp Fragment diff --git a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-server/pom.xml b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-server/pom.xml index ff259414fdf..9edfa4d3a6f 100644 --- a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-server/pom.xml +++ b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-server/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.osgi jetty-ee9-osgi - 12.0.13-SNAPSHOT + 12.0.13 test-jetty-ee9-osgi-server EE9 :: OSGi :: Server diff --git a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-webapp-resources/pom.xml b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-webapp-resources/pom.xml index 2e865c5000d..1e2ad21535b 100644 --- a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-webapp-resources/pom.xml +++ b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-webapp-resources/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.osgi jetty-ee9-osgi - 12.0.13-SNAPSHOT + 12.0.13 test-jetty-ee9-osgi-webapp-resources war diff --git a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi/pom.xml b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi/pom.xml index be09475d3c9..6f5ae2ac76b 100644 --- a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi/pom.xml +++ b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.osgi jetty-ee9-osgi - 12.0.13-SNAPSHOT + 12.0.13 test-jetty-ee9-osgi EE9 :: OSGi :: Test diff --git a/jetty-ee9/jetty-ee9-plus/pom.xml b/jetty-ee9/jetty-ee9-plus/pom.xml index 857f5ed3db3..768ba3db075 100644 --- a/jetty-ee9/jetty-ee9-plus/pom.xml +++ b/jetty-ee9/jetty-ee9-plus/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-plus EE9 :: Plus diff --git a/jetty-ee9/jetty-ee9-proxy/pom.xml b/jetty-ee9/jetty-ee9-proxy/pom.xml index 255c1fe45a9..8fca021ce34 100644 --- a/jetty-ee9/jetty-ee9-proxy/pom.xml +++ b/jetty-ee9/jetty-ee9-proxy/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-proxy EE9 :: Proxy diff --git a/jetty-ee9/jetty-ee9-quickstart/pom.xml b/jetty-ee9/jetty-ee9-quickstart/pom.xml index 4c1f31c62cf..49b09142313 100644 --- a/jetty-ee9/jetty-ee9-quickstart/pom.xml +++ b/jetty-ee9/jetty-ee9-quickstart/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-quickstart EE9 :: Quick Start diff --git a/jetty-ee9/jetty-ee9-runner/pom.xml b/jetty-ee9/jetty-ee9-runner/pom.xml index f5c4ef3e4fc..ca6e36be413 100644 --- a/jetty-ee9/jetty-ee9-runner/pom.xml +++ b/jetty-ee9/jetty-ee9-runner/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-runner EE9 :: Runner diff --git a/jetty-ee9/jetty-ee9-security/pom.xml b/jetty-ee9/jetty-ee9-security/pom.xml index 4a699613d6b..65c00892507 100644 --- a/jetty-ee9/jetty-ee9-security/pom.xml +++ b/jetty-ee9/jetty-ee9-security/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-security EE9 :: Security diff --git a/jetty-ee9/jetty-ee9-servlet/pom.xml b/jetty-ee9/jetty-ee9-servlet/pom.xml index 7cde2440e80..1f1d3e6a591 100644 --- a/jetty-ee9/jetty-ee9-servlet/pom.xml +++ b/jetty-ee9/jetty-ee9-servlet/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-servlet EE9 :: Servlet diff --git a/jetty-ee9/jetty-ee9-servlets/pom.xml b/jetty-ee9/jetty-ee9-servlets/pom.xml index ca2db36f569..ddb605d2552 100644 --- a/jetty-ee9/jetty-ee9-servlets/pom.xml +++ b/jetty-ee9/jetty-ee9-servlets/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-servlets EE9 :: Utility Servlets and Filters diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-bad-websocket-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-bad-websocket-webapp/pom.xml index 31b1a3d5918..bfe3d8579ac 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-bad-websocket-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-bad-websocket-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-test-bad-websocket-webapp war diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-badinit-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-badinit-webapp/pom.xml index e5d519b33d5..cb9f00f51a5 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-badinit-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-badinit-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-test-badinit-webapp diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi-common-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi-common-webapp/pom.xml index d81a149fc88..702588ba191 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi-common-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi-common-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-test-cdi-common-webapp war diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi/pom.xml index ddd17df222c..9c9b4b1a846 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-test-cdi jar diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-client-transports/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-client-transports/pom.xml index d677b1b5ca8..8eeaa88e233 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-client-transports/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-client-transports/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-test-client-transports jar diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-felix-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-felix-webapp/pom.xml index d0a055cc2b3..bace981969e 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-felix-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-felix-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-test-felix-webapp war diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-http2-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-http2-webapp/pom.xml index 12b0f100376..e24d9e09a0e 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-http2-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-http2-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-test-http2-webapp war diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-integration/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-integration/pom.xml index 0e83dd305d0..cd967252148 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-integration/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-integration/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-test-integration jar diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp-it/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp-it/pom.xml index 7b1be9091ac..e2391873d94 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp-it/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp-it/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-test-jmx - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-jmx-webapp-it jar diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp/pom.xml index 04d9688074d..bc23b2e150b 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-test-jmx - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-jmx-webapp war diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/pom.xml index f7ef3890802..2b4d5987fb7 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-test-jmx pom diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jndi/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jndi/pom.xml index 084861fd910..0ec2eb4304e 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jndi/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jndi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-test-jndi jar diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-loginservice/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-loginservice/pom.xml index 009b1fc9061..3c5dddcdb24 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-loginservice/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-loginservice/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-test-loginservice EE9 :: Tests :: Login Service diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-openid-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-openid-webapp/pom.xml index fe9dfbfbd72..bb6da198b20 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-openid-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-openid-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-test-openid-webapp war diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-owb-cdi-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-owb-cdi-webapp/pom.xml index a73fa97aada..f1fa5988151 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-owb-cdi-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-owb-cdi-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-test-owb-cdi-webapp war diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-quickstart/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-quickstart/pom.xml index f50f372278a..4027e0f76f3 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-quickstart/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-quickstart/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-test-quickstart EE9 :: Tests :: Quick Start diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-common/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-common/pom.xml index ee87d95b19b..87a2bc6c0cf 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-common/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-common/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-test-sessions - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-test-sessions-common EE9 :: Tests :: Sessions :: Common diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-file/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-file/pom.xml index d613d03184c..1e0e04920f7 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-file/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-file/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-test-sessions - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-test-sessions-file EE9 :: Tests :: Sessions :: File diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-gcloud/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-gcloud/pom.xml index 855fdd44b91..c0c6b0e1bcb 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-gcloud/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-gcloud/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-test-sessions - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-test-sessions-gcloud EE9 :: Tests :: Sessions :: GCloud diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-hazelcast/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-hazelcast/pom.xml index 466eb137798..6c9f4fdac20 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-hazelcast/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-hazelcast/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-test-sessions - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-test-sessions-hazelcast EE9 :: Tests :: Sessions :: Hazelcast diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-infinispan/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-infinispan/pom.xml index b151ed82867..67970f1cbcd 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-infinispan/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-infinispan/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-test-sessions - 12.0.13-SNAPSHOT + 12.0.13 ../pom.xml jetty-ee9-test-sessions-infinispan diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-jdbc/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-jdbc/pom.xml index e438b9813c4..3ac87211f70 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-jdbc/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-jdbc/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-test-sessions - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-test-sessions-jdbc EE9 :: Tests :: Sessions :: JDBC diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-memcached/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-memcached/pom.xml index cb2d31f20d8..e324117ab36 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-memcached/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-memcached/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-test-sessions - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-test-sessions-memcached EE9 :: Tests :: Sessions :: Memcached diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-mongodb/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-mongodb/pom.xml index 27b81a74a2d..2c6d052094c 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-mongodb/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-mongodb/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-test-sessions - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-test-sessions-mongodb EE9 :: Tests :: Sessions :: Mongo diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/pom.xml index 9c4fad2faa3..d4d3c1c5a8a 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-test-sessions pom diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-simple-session-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-simple-session-webapp/pom.xml index 02908105579..a5eee315c3f 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-simple-session-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-simple-session-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-test-simple-session-webapp diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-webapp-rfc2616/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-webapp-rfc2616/pom.xml index 2b9db52c01e..a6eb7dc3922 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-webapp-rfc2616/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-webapp-rfc2616/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-test-webapp-rfc2616 war diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-provided-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-provided-webapp/pom.xml index 132f9186e08..b03dddd7f3f 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-provided-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-provided-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-test-websocket-client-provided-webapp war diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-webapp/pom.xml index c1f7db706a7..441748d3e4e 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-test-websocket-client-webapp war diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-webapp/pom.xml index 1527bf08957..c413d1b9792 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-test-websocket-webapp war diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-weld-cdi-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-weld-cdi-webapp/pom.xml index aa7d301084d..7d2867665e8 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-weld-cdi-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-weld-cdi-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-test-weld-cdi-webapp war diff --git a/jetty-ee9/jetty-ee9-tests/pom.xml b/jetty-ee9/jetty-ee9-tests/pom.xml index f8faab169ac..2ab41f82d22 100644 --- a/jetty-ee9/jetty-ee9-tests/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-tests pom diff --git a/jetty-ee9/jetty-ee9-webapp/pom.xml b/jetty-ee9/jetty-ee9-webapp/pom.xml index 355504c0674..e1946c42c9e 100644 --- a/jetty-ee9/jetty-ee9-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-webapp EE9 :: WebApp diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client-webapp/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client-webapp/pom.xml index 75c98ddea25..90d3861a541 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.13-SNAPSHOT + 12.0.13 ../pom.xml jetty-ee9-websocket-jakarta-client-webapp diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client/pom.xml index 10f5a4eff36..2958f5aac99 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.13-SNAPSHOT + 12.0.13 ../pom.xml jetty-ee9-websocket-jakarta-client diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-common/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-common/pom.xml index 3f57fabcef5..402ca5134d0 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-common/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-websocket-jakarta-common EE9 :: Websocket :: Jakarta Common diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-server/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-server/pom.xml index ab962a14df8..dc7769c41d4 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-server/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-websocket-jakarta-server EE9 :: Websocket :: Jakarta Server diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-tests/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-tests/pom.xml index 66f9a3bfd86..4d474f07786 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-tests/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-websocket-jakarta-tests EE9 :: Websocket :: Jakarta Tests diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-api/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-api/pom.xml index ca1148c2054..f16ebefa8ab 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-api/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-api/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-websocket-jetty-api EE9 :: Websocket :: Jetty API diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client-webapp/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client-webapp/pom.xml index 08efa42e94c..35f5f5e605b 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-websocket-jetty-client-webapp EE9 :: Websocket :: Jetty Client WebApp diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client/pom.xml index 7df27d273af..29c2645a6ba 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-websocket-jetty-client EE9 :: Websocket :: Jetty Client diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-common/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-common/pom.xml index 2feb3c86eb6..d750526cf1a 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-common/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-websocket-jetty-common EE9 :: Websocket :: Jetty Common diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-server/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-server/pom.xml index a5e5dc9d6f5..70ac94c50c6 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-server/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-websocket-jetty-server EE9 :: Websocket :: Jetty Server diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-tests/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-tests/pom.xml index e1d19a75b03..63bde3c4c17 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-tests/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-websocket-jetty-tests EE9 :: Websocket :: Jetty Tests diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-servlet/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-servlet/pom.xml index 9bc06509479..f63a5a2bb22 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-servlet/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-servlet/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.13-SNAPSHOT + 12.0.13 jetty-ee9-websocket-servlet EE9 :: Websocket :: Servlet diff --git a/jetty-ee9/jetty-ee9-websocket/pom.xml b/jetty-ee9/jetty-ee9-websocket/pom.xml index 60a66759caa..08386c05061 100644 --- a/jetty-ee9/jetty-ee9-websocket/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13-SNAPSHOT + 12.0.13 ../pom.xml org.eclipse.jetty.ee9.websocket diff --git a/jetty-ee9/pom.xml b/jetty-ee9/pom.xml index 557d8a7fb94..5cb0a8ac3a2 100644 --- a/jetty-ee9/pom.xml +++ b/jetty-ee9/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.ee9 jetty-ee9 diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml index cd1a56d1a9f..d0bbf10e232 100644 --- a/jetty-home/pom.xml +++ b/jetty-home/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 12.0.13-SNAPSHOT + 12.0.13 ../pom.xml jetty-home diff --git a/jetty-integrations/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-integrations/jetty-gcloud/jetty-gcloud-session-manager/pom.xml index 92f7a421e27..a5cab5f51e2 100644 --- a/jetty-integrations/jetty-gcloud/jetty-gcloud-session-manager/pom.xml +++ b/jetty-integrations/jetty-gcloud/jetty-gcloud-session-manager/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.gcloud jetty-gcloud - 12.0.13-SNAPSHOT + 12.0.13 jetty-gcloud-session-manager Integrations :: GCloud :: Sessions diff --git a/jetty-integrations/jetty-gcloud/pom.xml b/jetty-integrations/jetty-gcloud/pom.xml index 5305f8ed099..30b2c96d0fe 100644 --- a/jetty-integrations/jetty-gcloud/pom.xml +++ b/jetty-integrations/jetty-gcloud/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-integrations - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.gcloud jetty-gcloud diff --git a/jetty-integrations/jetty-hazelcast/pom.xml b/jetty-integrations/jetty-hazelcast/pom.xml index 3bea1a62155..9730a293526 100644 --- a/jetty-integrations/jetty-hazelcast/pom.xml +++ b/jetty-integrations/jetty-hazelcast/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-integrations - 12.0.13-SNAPSHOT + 12.0.13 jetty-hazelcast Integrations :: Hazelcast :: Sessions diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml index 4808937c411..3f14f7d88fb 100644 --- a/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml +++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-infinispan - 12.0.13-SNAPSHOT + 12.0.13 jetty-infinispan-common Integrations :: Infinispan :: Sessions diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded-query/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded-query/pom.xml index f52c4a9a78e..b7df7e8f515 100644 --- a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded-query/pom.xml +++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded-query/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-infinispan - 12.0.13-SNAPSHOT + 12.0.13 jetty-infinispan-embedded-query Integrations :: Infinispan :: Embedded with Querying diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml index 98f5856cd71..c5c52b2adb6 100644 --- a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml +++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-infinispan - 12.0.13-SNAPSHOT + 12.0.13 jetty-infinispan-embedded pom diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote-query/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote-query/pom.xml index 6ffd70e4a5e..9a1d86b341a 100644 --- a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote-query/pom.xml +++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote-query/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-infinispan - 12.0.13-SNAPSHOT + 12.0.13 jetty-infinispan-remote-query Integrations :: Infinispan :: Remote with Querying diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml index f86ea704cd5..43bb89ea812 100644 --- a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml +++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-infinispan - 12.0.13-SNAPSHOT + 12.0.13 jetty-infinispan-remote pom diff --git a/jetty-integrations/jetty-infinispan/pom.xml b/jetty-integrations/jetty-infinispan/pom.xml index 94020740b9a..da3b0130611 100644 --- a/jetty-integrations/jetty-infinispan/pom.xml +++ b/jetty-integrations/jetty-infinispan/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-integrations - 12.0.13-SNAPSHOT + 12.0.13 jetty-infinispan pom diff --git a/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml b/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml index 7d6dc8d3c1f..260187e9f93 100644 --- a/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml +++ b/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.memcached jetty-memcached - 12.0.13-SNAPSHOT + 12.0.13 jetty-memcached-sessions Integrations :: Memcached :: Sessions diff --git a/jetty-integrations/jetty-memcached/pom.xml b/jetty-integrations/jetty-memcached/pom.xml index 834448d1047..6fa185f035b 100644 --- a/jetty-integrations/jetty-memcached/pom.xml +++ b/jetty-integrations/jetty-memcached/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-integrations - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.memcached jetty-memcached diff --git a/jetty-integrations/jetty-nosql/pom.xml b/jetty-integrations/jetty-nosql/pom.xml index a09cc643cea..de156b457d8 100644 --- a/jetty-integrations/jetty-nosql/pom.xml +++ b/jetty-integrations/jetty-nosql/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-integrations - 12.0.13-SNAPSHOT + 12.0.13 jetty-nosql Integrations :: NoSQL :: Sessions diff --git a/jetty-integrations/pom.xml b/jetty-integrations/pom.xml index 84479b75d72..2e652e6096d 100644 --- a/jetty-integrations/pom.xml +++ b/jetty-integrations/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 12.0.13-SNAPSHOT + 12.0.13 jetty-integrations pom diff --git a/jetty-p2/pom.xml b/jetty-p2/pom.xml index 18ef1728136..d877805a8c9 100644 --- a/jetty-p2/pom.xml +++ b/jetty-p2/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 12.0.13-SNAPSHOT + 12.0.13 jetty-p2 pom diff --git a/pom.xml b/pom.xml index 55dd5730c6e..95ec0d21a4f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.eclipse.jetty jetty-project - 12.0.13-SNAPSHOT + 12.0.13 pom Jetty :: Project The Eclipse Jetty Project diff --git a/tests/jetty-jmh/pom.xml b/tests/jetty-jmh/pom.xml index 92f1c06393f..6b9687e30fd 100644 --- a/tests/jetty-jmh/pom.xml +++ b/tests/jetty-jmh/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-jmh Tests :: JMH diff --git a/tests/jetty-test-multipart/pom.xml b/tests/jetty-test-multipart/pom.xml index 9b09794186d..66b429ecb28 100644 --- a/tests/jetty-test-multipart/pom.xml +++ b/tests/jetty-test-multipart/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-test-multipart jar diff --git a/tests/jetty-test-session-common/pom.xml b/tests/jetty-test-session-common/pom.xml index 11c0d8675ad..42cd9399c67 100644 --- a/tests/jetty-test-session-common/pom.xml +++ b/tests/jetty-test-session-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-test-session-common jar diff --git a/tests/jetty-testers/pom.xml b/tests/jetty-testers/pom.xml index 551ad6e09b6..d220dd918b4 100644 --- a/tests/jetty-testers/pom.xml +++ b/tests/jetty-testers/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests tests - 12.0.13-SNAPSHOT + 12.0.13 jetty-testers jar diff --git a/tests/pom.xml b/tests/pom.xml index 56d0533625e..223d3f40e01 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.tests tests diff --git a/tests/test-cross-context-dispatch/ccd-common/pom.xml b/tests/test-cross-context-dispatch/ccd-common/pom.xml index 617ab156ab5..3fd189a7fce 100644 --- a/tests/test-cross-context-dispatch/ccd-common/pom.xml +++ b/tests/test-cross-context-dispatch/ccd-common/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests.ccd test-cross-context-dispatch - 12.0.13-SNAPSHOT + 12.0.13 ccd-common jar diff --git a/tests/test-cross-context-dispatch/ccd-ee10-webapp/pom.xml b/tests/test-cross-context-dispatch/ccd-ee10-webapp/pom.xml index 63221cff78f..8c0e9a0f102 100644 --- a/tests/test-cross-context-dispatch/ccd-ee10-webapp/pom.xml +++ b/tests/test-cross-context-dispatch/ccd-ee10-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests.ccd test-cross-context-dispatch - 12.0.13-SNAPSHOT + 12.0.13 ccd-ee10-webapp war diff --git a/tests/test-cross-context-dispatch/ccd-ee8-webapp/pom.xml b/tests/test-cross-context-dispatch/ccd-ee8-webapp/pom.xml index e080c81dd35..5a4dc6dd7ed 100644 --- a/tests/test-cross-context-dispatch/ccd-ee8-webapp/pom.xml +++ b/tests/test-cross-context-dispatch/ccd-ee8-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests.ccd test-cross-context-dispatch - 12.0.13-SNAPSHOT + 12.0.13 ccd-ee8-webapp war diff --git a/tests/test-cross-context-dispatch/ccd-ee9-webapp/pom.xml b/tests/test-cross-context-dispatch/ccd-ee9-webapp/pom.xml index a08db053e89..6957de569f3 100644 --- a/tests/test-cross-context-dispatch/ccd-ee9-webapp/pom.xml +++ b/tests/test-cross-context-dispatch/ccd-ee9-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests.ccd test-cross-context-dispatch - 12.0.13-SNAPSHOT + 12.0.13 ccd-ee9-webapp war diff --git a/tests/test-cross-context-dispatch/ccd-tests/pom.xml b/tests/test-cross-context-dispatch/ccd-tests/pom.xml index 1ac7fee93ca..db7a09e8db6 100644 --- a/tests/test-cross-context-dispatch/ccd-tests/pom.xml +++ b/tests/test-cross-context-dispatch/ccd-tests/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests.ccd test-cross-context-dispatch - 12.0.13-SNAPSHOT + 12.0.13 ccd-tests jar diff --git a/tests/test-cross-context-dispatch/pom.xml b/tests/test-cross-context-dispatch/pom.xml index 5469e4a8a57..2f192b952d1 100644 --- a/tests/test-cross-context-dispatch/pom.xml +++ b/tests/test-cross-context-dispatch/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests tests - 12.0.13-SNAPSHOT + 12.0.13 org.eclipse.jetty.tests.ccd test-cross-context-dispatch diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml index 3a427005e85..ae91335d673 100644 --- a/tests/test-distribution/pom.xml +++ b/tests/test-distribution/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests tests - 12.0.13-SNAPSHOT + 12.0.13 test-distribution pom diff --git a/tests/test-distribution/test-distribution-common/pom.xml b/tests/test-distribution/test-distribution-common/pom.xml index 81daf52dde1..d8093466059 100644 --- a/tests/test-distribution/test-distribution-common/pom.xml +++ b/tests/test-distribution/test-distribution-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests test-distribution - 12.0.13-SNAPSHOT + 12.0.13 test-distribution-common jar diff --git a/tests/test-distribution/test-ee10-distribution/pom.xml b/tests/test-distribution/test-ee10-distribution/pom.xml index 138c2bacc50..d7ea33759c8 100644 --- a/tests/test-distribution/test-ee10-distribution/pom.xml +++ b/tests/test-distribution/test-ee10-distribution/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests test-distribution - 12.0.13-SNAPSHOT + 12.0.13 test-ee10-distribution jar diff --git a/tests/test-distribution/test-ee9-distribution/pom.xml b/tests/test-distribution/test-ee9-distribution/pom.xml index 4ce5418dd64..9a2cfedcba1 100644 --- a/tests/test-distribution/test-ee9-distribution/pom.xml +++ b/tests/test-distribution/test-ee9-distribution/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests test-distribution - 12.0.13-SNAPSHOT + 12.0.13 test-ee9-distribution jar diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml index f0094c5a8d9..88b2af8ebbb 100644 --- a/tests/test-integration/pom.xml +++ b/tests/test-integration/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests - 12.0.13-SNAPSHOT + 12.0.13 test-integration jar diff --git a/tests/test-jpms/pom.xml b/tests/test-jpms/pom.xml index a745bdefcd5..36477fb9860 100644 --- a/tests/test-jpms/pom.xml +++ b/tests/test-jpms/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests - 12.0.13-SNAPSHOT + 12.0.13 test-jpms Tests :: JPMS From 65e9bba44c6a8bd220870f2a02c06e85bf8e750d Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Tue, 3 Sep 2024 21:44:43 +1000 Subject: [PATCH 03/31] next snapshot Signed-off-by: Olivier Lamy --- VERSION.txt | 2 + build/build-resources/pom.xml | 2 +- build/pom.xml | 2 +- .../jetty/modules/code/examples/pom.xml | 2 +- documentation/jetty/pom.xml | 2 +- documentation/pom.xml | 2 +- javadoc/pom.xml | 2 +- .../jetty-alpn/jetty-alpn-client/pom.xml | 2 +- .../jetty-alpn-conscrypt-client/pom.xml | 2 +- .../jetty-alpn-conscrypt-server/pom.xml | 2 +- .../jetty-alpn/jetty-alpn-java-client/pom.xml | 2 +- .../jetty-alpn/jetty-alpn-java-server/pom.xml | 2 +- .../jetty-alpn/jetty-alpn-server/pom.xml | 2 +- jetty-core/jetty-alpn/pom.xml | 2 +- jetty-core/jetty-bom/pom.xml | 114 +++++++++--------- jetty-core/jetty-client/pom.xml | 2 +- .../jetty-demos/jetty-demo-handler/pom.xml | 2 +- jetty-core/jetty-demos/pom.xml | 2 +- jetty-core/jetty-deploy/pom.xml | 2 +- jetty-core/jetty-ee/pom.xml | 2 +- .../jetty-fcgi/jetty-fcgi-client/pom.xml | 2 +- .../jetty-fcgi/jetty-fcgi-proxy/pom.xml | 2 +- .../jetty-fcgi/jetty-fcgi-server/pom.xml | 2 +- jetty-core/jetty-fcgi/pom.xml | 2 +- jetty-core/jetty-http-spi/pom.xml | 2 +- jetty-core/jetty-http-tools/pom.xml | 2 +- jetty-core/jetty-http/pom.xml | 2 +- .../jetty-http2-client-transport/pom.xml | 2 +- .../jetty-http2/jetty-http2-client/pom.xml | 2 +- .../jetty-http2/jetty-http2-common/pom.xml | 2 +- .../jetty-http2/jetty-http2-hpack/pom.xml | 2 +- .../jetty-http2/jetty-http2-server/pom.xml | 2 +- .../jetty-http2/jetty-http2-tests/pom.xml | 2 +- jetty-core/jetty-http2/pom.xml | 2 +- .../jetty-http3-client-transport/pom.xml | 2 +- .../jetty-http3/jetty-http3-client/pom.xml | 2 +- .../jetty-http3/jetty-http3-common/pom.xml | 2 +- .../jetty-http3/jetty-http3-qpack/pom.xml | 2 +- .../jetty-http3/jetty-http3-server/pom.xml | 2 +- .../jetty-http3/jetty-http3-tests/pom.xml | 2 +- jetty-core/jetty-http3/pom.xml | 2 +- jetty-core/jetty-io/pom.xml | 2 +- jetty-core/jetty-jmx/pom.xml | 2 +- jetty-core/jetty-jndi/pom.xml | 2 +- jetty-core/jetty-keystore/pom.xml | 2 +- jetty-core/jetty-maven/pom.xml | 2 +- jetty-core/jetty-openid/pom.xml | 2 +- jetty-core/jetty-osgi/pom.xml | 2 +- jetty-core/jetty-plus/pom.xml | 2 +- jetty-core/jetty-proxy/pom.xml | 2 +- .../jetty-quic/jetty-quic-client/pom.xml | 2 +- .../jetty-quic/jetty-quic-common/pom.xml | 2 +- .../jetty-quic-quiche-common/pom.xml | 2 +- .../jetty-quic-quiche-foreign/pom.xml | 2 +- .../jetty-quic-quiche-jna/pom.xml | 2 +- .../jetty-quic/jetty-quic-quiche/pom.xml | 2 +- .../jetty-quic/jetty-quic-server/pom.xml | 2 +- jetty-core/jetty-quic/pom.xml | 2 +- jetty-core/jetty-rewrite/pom.xml | 2 +- jetty-core/jetty-security/pom.xml | 2 +- jetty-core/jetty-server/pom.xml | 2 +- jetty-core/jetty-session/pom.xml | 2 +- jetty-core/jetty-slf4j-impl/pom.xml | 2 +- jetty-core/jetty-start/pom.xml | 2 +- .../jetty-test-client-transports/pom.xml | 2 +- .../pom.xml | 2 +- jetty-core/jetty-tests/jetty-test-jmx/pom.xml | 2 +- jetty-core/jetty-tests/pom.xml | 2 +- jetty-core/jetty-unixdomain-server/pom.xml | 2 +- jetty-core/jetty-util-ajax/pom.xml | 2 +- jetty-core/jetty-util/pom.xml | 2 +- .../jetty-websocket-core-client/pom.xml | 2 +- .../jetty-websocket-core-common/pom.xml | 2 +- .../jetty-websocket-core-server/pom.xml | 2 +- .../jetty-websocket-core-tests/pom.xml | 2 +- .../jetty-websocket-jetty-api/pom.xml | 2 +- .../jetty-websocket-jetty-client/pom.xml | 2 +- .../jetty-websocket-jetty-common/pom.xml | 2 +- .../jetty-websocket-jetty-server/pom.xml | 2 +- .../jetty-websocket-jetty-tests/pom.xml | 2 +- jetty-core/jetty-websocket/pom.xml | 2 +- jetty-core/jetty-xml/pom.xml | 2 +- jetty-core/pom.xml | 2 +- jetty-ee10/jetty-ee10-annotations/pom.xml | 2 +- jetty-ee10/jetty-ee10-apache-jsp/pom.xml | 2 +- jetty-ee10/jetty-ee10-bom/pom.xml | 54 ++++----- jetty-ee10/jetty-ee10-cdi/pom.xml | 2 +- .../jetty-ee10-demo-async-rest-jar/pom.xml | 2 +- .../jetty-ee10-demo-async-rest-server/pom.xml | 2 +- .../jetty-ee10-demo-async-rest-webapp/pom.xml | 2 +- .../jetty-ee10-demo-async-rest/pom.xml | 2 +- .../jetty-ee10-demo-embedded/pom.xml | 2 +- .../jetty-ee10-demo-jaas-webapp/pom.xml | 2 +- .../jetty-ee10-demo-jetty-webapp/pom.xml | 2 +- .../jetty-ee10-demo-jndi-webapp/pom.xml | 2 +- .../jetty-ee10-demo-jsp-webapp/pom.xml | 2 +- .../jetty-ee10-demo-mock-resources/pom.xml | 2 +- .../jetty-ee10-demo-proxy-webapp/pom.xml | 2 +- .../jetty-ee10-demo-simple-webapp/pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee10-demo-spec-webapp/pom.xml | 2 +- .../jetty-ee10-demo-web-fragment/pom.xml | 2 +- .../jetty-ee10-demo-spec/pom.xml | 2 +- .../jetty-ee10-demo-template/pom.xml | 2 +- jetty-ee10/jetty-ee10-demos/pom.xml | 2 +- jetty-ee10/jetty-ee10-examples/pom.xml | 2 +- jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml | 2 +- jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml | 2 +- jetty-ee10/jetty-ee10-home/pom.xml | 2 +- jetty-ee10/jetty-ee10-jaspi/pom.xml | 2 +- jetty-ee10/jetty-ee10-jndi/pom.xml | 2 +- .../jetty-ee10-jspc-maven-plugin/pom.xml | 2 +- jetty-ee10/jetty-ee10-maven-plugin/pom.xml | 2 +- .../jetty-ee10-osgi-alpn/pom.xml | 2 +- .../jetty-ee10-osgi-boot-jsp/pom.xml | 2 +- .../jetty-ee10-osgi-boot/pom.xml | 2 +- jetty-ee10/jetty-ee10-osgi/pom.xml | 2 +- .../test-jetty-ee10-osgi-fragment/pom.xml | 2 +- .../test-jetty-ee10-osgi-server/pom.xml | 2 +- .../pom.xml | 2 +- .../test-jetty-ee10-osgi/pom.xml | 2 +- jetty-ee10/jetty-ee10-plus/pom.xml | 2 +- jetty-ee10/jetty-ee10-proxy/pom.xml | 2 +- jetty-ee10/jetty-ee10-quickstart/pom.xml | 2 +- jetty-ee10/jetty-ee10-runner/pom.xml | 2 +- jetty-ee10/jetty-ee10-servlet/pom.xml | 2 +- jetty-ee10/jetty-ee10-servlets/pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee10-test-badinit-webapp/pom.xml | 2 +- .../jetty-ee10-test-cdi-common-webapp/pom.xml | 2 +- .../jetty-ee10-test-cdi/pom.xml | 2 +- .../jetty-ee10-test-client-transports/pom.xml | 2 +- .../jetty-ee10-test-felix-webapp/pom.xml | 2 +- .../jetty-ee10-test-http2-webapp/pom.xml | 2 +- .../jetty-ee10-test-integration/pom.xml | 2 +- .../jetty-ee10-test-jersey/pom.xml | 2 +- .../jetty-ee10-jmx-webapp-it/pom.xml | 2 +- .../jetty-ee10-jmx-webapp/pom.xml | 2 +- .../jetty-ee10-test-jmx/pom.xml | 2 +- .../jetty-ee10-test-jndi/pom.xml | 2 +- .../jetty-ee10-test-log4j2-webapp/pom.xml | 2 +- .../jetty-ee10-test-loginservice/pom.xml | 2 +- .../jetty-ee10-test-openid-webapp/pom.xml | 2 +- .../jetty-ee10-test-owb-cdi-webapp/pom.xml | 2 +- .../jetty-ee10-test-quickstart/pom.xml | 2 +- .../jetty-ee10-test-sessions-common/pom.xml | 2 +- .../jetty-ee10-test-sessions-file/pom.xml | 2 +- .../jetty-ee10-test-sessions-gcloud/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee10-test-sessions-jdbc/pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee10-test-sessions-mongodb/pom.xml | 2 +- .../jetty-ee10-test-sessions/pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee10-test-webapp-rfc2616/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee10-test-websocket-webapp/pom.xml | 2 +- .../jetty-ee10-test-weld-cdi-webapp/pom.xml | 2 +- jetty-ee10/jetty-ee10-tests/pom.xml | 2 +- jetty-ee10/jetty-ee10-webapp/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee10-websocket-jetty-server/pom.xml | 2 +- .../jetty-ee10-websocket-jetty-tests/pom.xml | 2 +- .../jetty-ee10-websocket-servlet/pom.xml | 2 +- jetty-ee10/jetty-ee10-websocket/pom.xml | 2 +- jetty-ee10/pom.xml | 2 +- jetty-ee8/jetty-ee8-annotations/pom.xml | 2 +- jetty-ee8/jetty-ee8-apache-jsp/pom.xml | 2 +- jetty-ee8/jetty-ee8-bom/pom.xml | 48 ++++---- .../jetty-ee8-demo-async-rest-jar/pom.xml | 2 +- .../jetty-ee8-demo-async-rest-server/pom.xml | 2 +- .../jetty-ee8-demo-async-rest-webapp/pom.xml | 2 +- .../jetty-ee8-demo-async-rest/pom.xml | 2 +- .../jetty-ee8-demo-jaas-webapp/pom.xml | 2 +- .../jetty-ee8-demo-jetty-webapp/pom.xml | 2 +- .../jetty-ee8-demo-jndi-webapp/pom.xml | 2 +- .../jetty-ee8-demo-jsp-webapp/pom.xml | 2 +- .../jetty-ee8-demo-mock-resources/pom.xml | 2 +- .../jetty-ee8-demo-proxy-webapp/pom.xml | 2 +- .../jetty-ee8-demo-simple-webapp/pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee8-demo-spec-webapp/pom.xml | 2 +- .../jetty-ee8-demo-web-fragment/pom.xml | 2 +- .../jetty-ee8-demo-spec/pom.xml | 2 +- jetty-ee8/jetty-ee8-demos/pom.xml | 2 +- jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml | 2 +- jetty-ee8/jetty-ee8-home/pom.xml | 2 +- jetty-ee8/jetty-ee8-jaspi/pom.xml | 2 +- jetty-ee8/jetty-ee8-jndi/pom.xml | 2 +- jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml | 2 +- jetty-ee8/jetty-ee8-maven-plugin/pom.xml | 2 +- jetty-ee8/jetty-ee8-nested/pom.xml | 2 +- jetty-ee8/jetty-ee8-openid/pom.xml | 2 +- .../jetty-ee8-osgi-boot-jsp/pom.xml | 2 +- .../jetty-ee8-osgi-boot/pom.xml | 2 +- jetty-ee8/jetty-ee8-osgi/pom.xml | 2 +- .../test-jetty-ee8-osgi-fragment/pom.xml | 2 +- .../test-jetty-ee8-osgi-server/pom.xml | 2 +- .../pom.xml | 2 +- .../test-jetty-ee8-osgi/pom.xml | 2 +- jetty-ee8/jetty-ee8-plus/pom.xml | 2 +- jetty-ee8/jetty-ee8-proxy/pom.xml | 2 +- jetty-ee8/jetty-ee8-quickstart/pom.xml | 2 +- jetty-ee8/jetty-ee8-runner/pom.xml | 2 +- jetty-ee8/jetty-ee8-security/pom.xml | 2 +- jetty-ee8/jetty-ee8-servlet/pom.xml | 2 +- jetty-ee8/jetty-ee8-servlets/pom.xml | 2 +- jetty-ee8/jetty-ee8-webapp/pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee8-websocket-javax-client/pom.xml | 2 +- .../jetty-ee8-websocket-javax-common/pom.xml | 2 +- .../jetty-ee8-websocket-javax-server/pom.xml | 2 +- .../jetty-ee8-websocket-javax-tests/pom.xml | 2 +- .../jetty-ee8-websocket-jetty-api/pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee8-websocket-jetty-client/pom.xml | 2 +- .../jetty-ee8-websocket-jetty-common/pom.xml | 2 +- .../jetty-ee8-websocket-jetty-server/pom.xml | 2 +- .../jetty-ee8-websocket-jetty-tests/pom.xml | 2 +- .../jetty-ee8-websocket-servlet/pom.xml | 2 +- jetty-ee8/jetty-ee8-websocket/pom.xml | 2 +- jetty-ee8/pom.xml | 2 +- jetty-ee9/jetty-ee9-annotations/pom.xml | 2 +- jetty-ee9/jetty-ee9-apache-jsp/pom.xml | 2 +- jetty-ee9/jetty-ee9-bom/pom.xml | 60 ++++----- jetty-ee9/jetty-ee9-cdi/pom.xml | 2 +- .../jetty-ee9-demo-async-rest-jar/pom.xml | 2 +- .../jetty-ee9-demo-async-rest-server/pom.xml | 2 +- .../jetty-ee9-demo-async-rest-webapp/pom.xml | 2 +- .../jetty-ee9-demo-async-rest/pom.xml | 2 +- .../jetty-ee9-demo-embedded/pom.xml | 2 +- .../jetty-ee9-demo-jaas-webapp/pom.xml | 2 +- .../jetty-ee9-demo-jetty-webapp/pom.xml | 2 +- .../jetty-ee9-demo-jndi-webapp/pom.xml | 2 +- .../jetty-ee9-demo-jsp-webapp/pom.xml | 2 +- .../jetty-ee9-demo-mock-resources/pom.xml | 2 +- .../jetty-ee9-demo-proxy-webapp/pom.xml | 2 +- .../jetty-ee9-demo-simple-webapp/pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee9-demo-spec-webapp/pom.xml | 2 +- .../jetty-ee9-demo-web-fragment/pom.xml | 2 +- .../jetty-ee9-demo-spec/pom.xml | 2 +- .../jetty-ee9-demo-template/pom.xml | 2 +- jetty-ee9/jetty-ee9-demos/pom.xml | 2 +- jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml | 2 +- jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml | 2 +- jetty-ee9/jetty-ee9-home/pom.xml | 2 +- jetty-ee9/jetty-ee9-jaspi/pom.xml | 2 +- jetty-ee9/jetty-ee9-jndi/pom.xml | 2 +- jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml | 2 +- jetty-ee9/jetty-ee9-maven-plugin/pom.xml | 2 +- jetty-ee9/jetty-ee9-nested/pom.xml | 2 +- jetty-ee9/jetty-ee9-openid/pom.xml | 2 +- .../jetty-ee9-osgi-boot-jsp/pom.xml | 2 +- .../jetty-ee9-osgi-boot/pom.xml | 2 +- jetty-ee9/jetty-ee9-osgi/pom.xml | 2 +- .../test-jetty-ee9-osgi-fragment/pom.xml | 2 +- .../test-jetty-ee9-osgi-server/pom.xml | 2 +- .../pom.xml | 2 +- .../test-jetty-ee9-osgi/pom.xml | 2 +- jetty-ee9/jetty-ee9-plus/pom.xml | 2 +- jetty-ee9/jetty-ee9-proxy/pom.xml | 2 +- jetty-ee9/jetty-ee9-quickstart/pom.xml | 2 +- jetty-ee9/jetty-ee9-runner/pom.xml | 2 +- jetty-ee9/jetty-ee9-security/pom.xml | 2 +- jetty-ee9/jetty-ee9-servlet/pom.xml | 2 +- jetty-ee9/jetty-ee9-servlets/pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee9-test-badinit-webapp/pom.xml | 2 +- .../jetty-ee9-test-cdi-common-webapp/pom.xml | 2 +- .../jetty-ee9-test-cdi/pom.xml | 2 +- .../jetty-ee9-test-client-transports/pom.xml | 2 +- .../jetty-ee9-test-felix-webapp/pom.xml | 2 +- .../jetty-ee9-test-http2-webapp/pom.xml | 2 +- .../jetty-ee9-test-integration/pom.xml | 2 +- .../jetty-ee9-jmx-webapp-it/pom.xml | 2 +- .../jetty-ee9-jmx-webapp/pom.xml | 2 +- .../jetty-ee9-test-jmx/pom.xml | 2 +- .../jetty-ee9-test-jndi/pom.xml | 2 +- .../jetty-ee9-test-loginservice/pom.xml | 2 +- .../jetty-ee9-test-openid-webapp/pom.xml | 2 +- .../jetty-ee9-test-owb-cdi-webapp/pom.xml | 2 +- .../jetty-ee9-test-quickstart/pom.xml | 2 +- .../jetty-ee9-test-sessions-common/pom.xml | 2 +- .../jetty-ee9-test-sessions-file/pom.xml | 2 +- .../jetty-ee9-test-sessions-gcloud/pom.xml | 2 +- .../jetty-ee9-test-sessions-hazelcast/pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee9-test-sessions-jdbc/pom.xml | 2 +- .../jetty-ee9-test-sessions-memcached/pom.xml | 2 +- .../jetty-ee9-test-sessions-mongodb/pom.xml | 2 +- .../jetty-ee9-test-sessions/pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee9-test-webapp-rfc2616/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee9-test-websocket-webapp/pom.xml | 2 +- .../jetty-ee9-test-weld-cdi-webapp/pom.xml | 2 +- jetty-ee9/jetty-ee9-tests/pom.xml | 2 +- jetty-ee9/jetty-ee9-webapp/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee9-websocket-jakarta-tests/pom.xml | 2 +- .../jetty-ee9-websocket-jetty-api/pom.xml | 2 +- .../pom.xml | 2 +- .../jetty-ee9-websocket-jetty-client/pom.xml | 2 +- .../jetty-ee9-websocket-jetty-common/pom.xml | 2 +- .../jetty-ee9-websocket-jetty-server/pom.xml | 2 +- .../jetty-ee9-websocket-jetty-tests/pom.xml | 2 +- .../jetty-ee9-websocket-servlet/pom.xml | 2 +- jetty-ee9/jetty-ee9-websocket/pom.xml | 2 +- jetty-ee9/pom.xml | 2 +- jetty-home/pom.xml | 2 +- .../jetty-gcloud-session-manager/pom.xml | 2 +- jetty-integrations/jetty-gcloud/pom.xml | 2 +- jetty-integrations/jetty-hazelcast/pom.xml | 2 +- .../jetty-infinispan-common/pom.xml | 2 +- .../jetty-infinispan-embedded-query/pom.xml | 2 +- .../jetty-infinispan-embedded/pom.xml | 2 +- .../jetty-infinispan-remote-query/pom.xml | 2 +- .../jetty-infinispan-remote/pom.xml | 2 +- jetty-integrations/jetty-infinispan/pom.xml | 2 +- .../jetty-memcached-sessions/pom.xml | 2 +- jetty-integrations/jetty-memcached/pom.xml | 2 +- jetty-integrations/jetty-nosql/pom.xml | 2 +- jetty-integrations/pom.xml | 2 +- jetty-p2/pom.xml | 2 +- pom.xml | 2 +- tests/jetty-jmh/pom.xml | 2 +- tests/jetty-test-multipart/pom.xml | 2 +- tests/jetty-test-session-common/pom.xml | 2 +- tests/jetty-testers/pom.xml | 2 +- tests/pom.xml | 2 +- .../ccd-common/pom.xml | 2 +- .../ccd-ee10-webapp/pom.xml | 2 +- .../ccd-ee8-webapp/pom.xml | 2 +- .../ccd-ee9-webapp/pom.xml | 2 +- .../ccd-tests/pom.xml | 2 +- tests/test-cross-context-dispatch/pom.xml | 2 +- tests/test-distribution/pom.xml | 2 +- .../test-distribution-common/pom.xml | 2 +- .../test-ee10-distribution/pom.xml | 2 +- .../test-ee9-distribution/pom.xml | 2 +- tests/test-integration/pom.xml | 2 +- tests/test-jpms/pom.xml | 2 +- 354 files changed, 489 insertions(+), 487 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index dcf7f975333..9c307d87661 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,3 +1,5 @@ +jetty-12.0.14-SNAPSHOT + jetty-12.0.13 - 03 September 2024 + 3184 Make LifeCycle implement AutoCloseable + 3553 Support sslSession() in Jetty Client diff --git a/build/build-resources/pom.xml b/build/build-resources/pom.xml index ba5f24f7393..9ebd7cc8f11 100644 --- a/build/build-resources/pom.xml +++ b/build/build-resources/pom.xml @@ -8,7 +8,7 @@ --> org.eclipse.jetty build-resources - 12.0.13 + 12.0.14-SNAPSHOT jar Build :: Resources diff --git a/build/pom.xml b/build/pom.xml index 1748a473304..f12eedd4b14 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.build build diff --git a/documentation/jetty/modules/code/examples/pom.xml b/documentation/jetty/modules/code/examples/pom.xml index 0f4de3f1560..c6faee51908 100644 --- a/documentation/jetty/modules/code/examples/pom.xml +++ b/documentation/jetty/modules/code/examples/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.documentation documentation - 12.0.13 + 12.0.14-SNAPSHOT ../../../../pom.xml code-examples diff --git a/documentation/jetty/pom.xml b/documentation/jetty/pom.xml index 6384110c797..2ec097835d1 100644 --- a/documentation/jetty/pom.xml +++ b/documentation/jetty/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.documentation documentation - 12.0.13 + 12.0.14-SNAPSHOT jetty pom diff --git a/documentation/pom.xml b/documentation/pom.xml index 8442356bf65..058cc12fa63 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.documentation documentation diff --git a/javadoc/pom.xml b/javadoc/pom.xml index edfdd52d683..965fb8978dc 100644 --- a/javadoc/pom.xml +++ b/javadoc/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 12.0.13 + 12.0.14-SNAPSHOT javadoc jar diff --git a/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml index 40cd010584e..b1708df3bc4 100644 --- a/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml +++ b/jetty-core/jetty-alpn/jetty-alpn-client/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-alpn - 12.0.13 + 12.0.14-SNAPSHOT jetty-alpn-client Core :: ALPN :: Client diff --git a/jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml index 89be5df47cf..5318402dbe4 100644 --- a/jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml +++ b/jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml @@ -6,7 +6,7 @@ org.eclipse.jetty jetty-alpn - 12.0.13 + 12.0.14-SNAPSHOT jetty-alpn-conscrypt-client Core :: ALPN :: Conscrypt Client diff --git a/jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml index 6bfd4d2c5e7..6bffe550e82 100644 --- a/jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml +++ b/jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-alpn - 12.0.13 + 12.0.14-SNAPSHOT jetty-alpn-conscrypt-server Core :: ALPN :: Conscrypt Server diff --git a/jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml index 866a4afc6ef..7e7f3821cfb 100644 --- a/jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml +++ b/jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml @@ -6,7 +6,7 @@ org.eclipse.jetty jetty-alpn - 12.0.13 + 12.0.14-SNAPSHOT jetty-alpn-java-client Core :: ALPN :: Java Client diff --git a/jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml index d00188b6179..f4e2a0bb1bd 100644 --- a/jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml +++ b/jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-alpn - 12.0.13 + 12.0.14-SNAPSHOT jetty-alpn-java-server Core :: ALPN :: Java Server diff --git a/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml index 02aeb454726..4977b839f22 100644 --- a/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml +++ b/jetty-core/jetty-alpn/jetty-alpn-server/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-alpn - 12.0.13 + 12.0.14-SNAPSHOT jetty-alpn-server Core :: ALPN :: Server diff --git a/jetty-core/jetty-alpn/pom.xml b/jetty-core/jetty-alpn/pom.xml index 7f6709e53a8..6b3f8df9165 100644 --- a/jetty-core/jetty-alpn/pom.xml +++ b/jetty-core/jetty-alpn/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT jetty-alpn pom diff --git a/jetty-core/jetty-bom/pom.xml b/jetty-core/jetty-bom/pom.xml index 741f9c4c0dc..f9de530063c 100644 --- a/jetty-core/jetty-bom/pom.xml +++ b/jetty-core/jetty-bom/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT jetty-bom @@ -18,282 +18,282 @@ org.eclipse.jetty jetty-alpn-client - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty jetty-alpn-conscrypt-client - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty jetty-alpn-conscrypt-server - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty jetty-alpn-java-client - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty jetty-alpn-java-server - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty jetty-alpn-server - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty jetty-client - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty jetty-deploy - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty jetty-http - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty jetty-http-spi - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty jetty-http-tools - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty jetty-io - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty jetty-jmx - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty jetty-jndi - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty jetty-keystore - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty jetty-openid - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty jetty-osgi - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty jetty-plus - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty jetty-proxy - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty jetty-rewrite - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty jetty-security - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty jetty-server - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty jetty-session - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty jetty-slf4j-impl - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty jetty-start - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty jetty-unixdomain-server - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty jetty-util - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty jetty-util-ajax - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty jetty-xml - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.demos jetty-demo-handler - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.fcgi jetty-fcgi-client - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.fcgi jetty-fcgi-proxy - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.fcgi jetty-fcgi-server - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.http2 jetty-http2-client - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.http2 jetty-http2-client-transport - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.http2 jetty-http2-common - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.http2 jetty-http2-hpack - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.http2 jetty-http2-server - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.http3 jetty-http3-client - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.http3 jetty-http3-client-transport - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.http3 jetty-http3-common - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.http3 jetty-http3-qpack - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.http3 jetty-http3-server - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.quic jetty-quic-client - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.quic jetty-quic-common - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.quic jetty-quic-quiche-common - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.quic jetty-quic-quiche-foreign - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.quic jetty-quic-quiche-jna - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.quic jetty-quic-server - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.websocket jetty-websocket-core-client - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.websocket jetty-websocket-core-common - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.websocket jetty-websocket-core-server - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.websocket jetty-websocket-jetty-api - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.websocket jetty-websocket-jetty-client - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.websocket jetty-websocket-jetty-common - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.websocket jetty-websocket-jetty-server - 12.0.13 + 12.0.14-SNAPSHOT diff --git a/jetty-core/jetty-client/pom.xml b/jetty-core/jetty-client/pom.xml index cf19814bfe3..f605b7d07ac 100644 --- a/jetty-core/jetty-client/pom.xml +++ b/jetty-core/jetty-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT jetty-client Core :: HTTP Client diff --git a/jetty-core/jetty-demos/jetty-demo-handler/pom.xml b/jetty-core/jetty-demos/jetty-demo-handler/pom.xml index eff14b4cd1b..0d28ccff8c2 100644 --- a/jetty-core/jetty-demos/jetty-demo-handler/pom.xml +++ b/jetty-core/jetty-demos/jetty-demo-handler/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.demos jetty-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-demo-handler Core :: Demo Handler diff --git a/jetty-core/jetty-demos/pom.xml b/jetty-core/jetty-demos/pom.xml index 7ab884d721e..5a5b579d35c 100644 --- a/jetty-core/jetty-demos/pom.xml +++ b/jetty-core/jetty-demos/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.demos jetty-demos diff --git a/jetty-core/jetty-deploy/pom.xml b/jetty-core/jetty-deploy/pom.xml index e91ba5ca79b..2b1d27a977e 100644 --- a/jetty-core/jetty-deploy/pom.xml +++ b/jetty-core/jetty-deploy/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT jetty-deploy Core :: Deployers diff --git a/jetty-core/jetty-ee/pom.xml b/jetty-core/jetty-ee/pom.xml index 83b67f59a5d..b795c1265f0 100644 --- a/jetty-core/jetty-ee/pom.xml +++ b/jetty-core/jetty-ee/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee Core :: EE Common diff --git a/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml b/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml index d3d79699565..501e1ee5f09 100644 --- a/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml +++ b/jetty-core/jetty-fcgi/jetty-fcgi-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.fcgi jetty-fcgi - 12.0.13 + 12.0.14-SNAPSHOT jetty-fcgi-client Core :: FastCGI :: Client diff --git a/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml b/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml index e56317a879d..9d9fe0f05c8 100644 --- a/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml +++ b/jetty-core/jetty-fcgi/jetty-fcgi-proxy/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.fcgi jetty-fcgi - 12.0.13 + 12.0.14-SNAPSHOT jetty-fcgi-proxy Core :: FastCGI :: Proxy diff --git a/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml b/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml index f3cc01039ca..db5476b8da5 100644 --- a/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml +++ b/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.fcgi jetty-fcgi - 12.0.13 + 12.0.14-SNAPSHOT jetty-fcgi-server Core :: FastCGI :: Server diff --git a/jetty-core/jetty-fcgi/pom.xml b/jetty-core/jetty-fcgi/pom.xml index df4f765383a..c8f769850b1 100644 --- a/jetty-core/jetty-fcgi/pom.xml +++ b/jetty-core/jetty-fcgi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.fcgi jetty-fcgi diff --git a/jetty-core/jetty-http-spi/pom.xml b/jetty-core/jetty-http-spi/pom.xml index a5cdd45e0dd..8181e63dad0 100644 --- a/jetty-core/jetty-http-spi/pom.xml +++ b/jetty-core/jetty-http-spi/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT jetty-http-spi Core :: HTTP SPI diff --git a/jetty-core/jetty-http-tools/pom.xml b/jetty-core/jetty-http-tools/pom.xml index c4c2e826089..1f6ab47a28b 100644 --- a/jetty-core/jetty-http-tools/pom.xml +++ b/jetty-core/jetty-http-tools/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT jetty-http-tools Core :: HTTP Tools diff --git a/jetty-core/jetty-http/pom.xml b/jetty-core/jetty-http/pom.xml index f70f639dbd1..ee0a3543c21 100644 --- a/jetty-core/jetty-http/pom.xml +++ b/jetty-core/jetty-http/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT jetty-http Core :: HTTP diff --git a/jetty-core/jetty-http2/jetty-http2-client-transport/pom.xml b/jetty-core/jetty-http2/jetty-http2-client-transport/pom.xml index fbd08de4966..3393a13c0f4 100644 --- a/jetty-core/jetty-http2/jetty-http2-client-transport/pom.xml +++ b/jetty-core/jetty-http2/jetty-http2-client-transport/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http2 jetty-http2 - 12.0.13 + 12.0.14-SNAPSHOT jetty-http2-client-transport Core :: HTTP2 :: Client Transport diff --git a/jetty-core/jetty-http2/jetty-http2-client/pom.xml b/jetty-core/jetty-http2/jetty-http2-client/pom.xml index 54983e8ba24..df496771597 100644 --- a/jetty-core/jetty-http2/jetty-http2-client/pom.xml +++ b/jetty-core/jetty-http2/jetty-http2-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http2 jetty-http2 - 12.0.13 + 12.0.14-SNAPSHOT jetty-http2-client Core :: HTTP2 :: Client diff --git a/jetty-core/jetty-http2/jetty-http2-common/pom.xml b/jetty-core/jetty-http2/jetty-http2-common/pom.xml index fa7f87bc854..d4fc80af314 100644 --- a/jetty-core/jetty-http2/jetty-http2-common/pom.xml +++ b/jetty-core/jetty-http2/jetty-http2-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http2 jetty-http2 - 12.0.13 + 12.0.14-SNAPSHOT jetty-http2-common Core :: HTTP2 :: Common diff --git a/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml b/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml index a55e5d051c1..6e0d2ae2424 100644 --- a/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml +++ b/jetty-core/jetty-http2/jetty-http2-hpack/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http2 jetty-http2 - 12.0.13 + 12.0.14-SNAPSHOT jetty-http2-hpack Core :: HTTP2 :: HPACK diff --git a/jetty-core/jetty-http2/jetty-http2-server/pom.xml b/jetty-core/jetty-http2/jetty-http2-server/pom.xml index ffb1574eba4..02f98f68674 100644 --- a/jetty-core/jetty-http2/jetty-http2-server/pom.xml +++ b/jetty-core/jetty-http2/jetty-http2-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http2 jetty-http2 - 12.0.13 + 12.0.14-SNAPSHOT jetty-http2-server Core :: HTTP2 :: Server diff --git a/jetty-core/jetty-http2/jetty-http2-tests/pom.xml b/jetty-core/jetty-http2/jetty-http2-tests/pom.xml index 88d53e91e10..7a51a05df90 100644 --- a/jetty-core/jetty-http2/jetty-http2-tests/pom.xml +++ b/jetty-core/jetty-http2/jetty-http2-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http2 jetty-http2 - 12.0.13 + 12.0.14-SNAPSHOT jetty-http2-tests Core :: HTTP2 :: Tests diff --git a/jetty-core/jetty-http2/pom.xml b/jetty-core/jetty-http2/pom.xml index 9cf5372380a..f5aa8fddb57 100644 --- a/jetty-core/jetty-http2/pom.xml +++ b/jetty-core/jetty-http2/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.http2 jetty-http2 diff --git a/jetty-core/jetty-http3/jetty-http3-client-transport/pom.xml b/jetty-core/jetty-http3/jetty-http3-client-transport/pom.xml index d22f91d9f94..4e238ea6af7 100644 --- a/jetty-core/jetty-http3/jetty-http3-client-transport/pom.xml +++ b/jetty-core/jetty-http3/jetty-http3-client-transport/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http3 jetty-http3 - 12.0.13 + 12.0.14-SNAPSHOT jetty-http3-client-transport Core :: HTTP3 :: HTTP Client Transport diff --git a/jetty-core/jetty-http3/jetty-http3-client/pom.xml b/jetty-core/jetty-http3/jetty-http3-client/pom.xml index 398ac28e590..7a34c869e4c 100644 --- a/jetty-core/jetty-http3/jetty-http3-client/pom.xml +++ b/jetty-core/jetty-http3/jetty-http3-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http3 jetty-http3 - 12.0.13 + 12.0.14-SNAPSHOT jetty-http3-client Core :: HTTP3 :: Client diff --git a/jetty-core/jetty-http3/jetty-http3-common/pom.xml b/jetty-core/jetty-http3/jetty-http3-common/pom.xml index eeb70f57096..98190bf1758 100644 --- a/jetty-core/jetty-http3/jetty-http3-common/pom.xml +++ b/jetty-core/jetty-http3/jetty-http3-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http3 jetty-http3 - 12.0.13 + 12.0.14-SNAPSHOT jetty-http3-common Core :: HTTP3 :: Common diff --git a/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml b/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml index f5b56d73636..f2f4f815321 100644 --- a/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml +++ b/jetty-core/jetty-http3/jetty-http3-qpack/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http3 jetty-http3 - 12.0.13 + 12.0.14-SNAPSHOT jetty-http3-qpack Core :: HTTP3 :: QPACK diff --git a/jetty-core/jetty-http3/jetty-http3-server/pom.xml b/jetty-core/jetty-http3/jetty-http3-server/pom.xml index ec85b9208a5..ac56a6ab9dc 100644 --- a/jetty-core/jetty-http3/jetty-http3-server/pom.xml +++ b/jetty-core/jetty-http3/jetty-http3-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http3 jetty-http3 - 12.0.13 + 12.0.14-SNAPSHOT jetty-http3-server Core :: HTTP3 :: Server diff --git a/jetty-core/jetty-http3/jetty-http3-tests/pom.xml b/jetty-core/jetty-http3/jetty-http3-tests/pom.xml index 16a17dcc68b..03cdeac1fb0 100644 --- a/jetty-core/jetty-http3/jetty-http3-tests/pom.xml +++ b/jetty-core/jetty-http3/jetty-http3-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.http3 jetty-http3 - 12.0.13 + 12.0.14-SNAPSHOT jetty-http3-tests Core :: HTTP3 :: Tests diff --git a/jetty-core/jetty-http3/pom.xml b/jetty-core/jetty-http3/pom.xml index ba777bae078..b8ae6ae1365 100644 --- a/jetty-core/jetty-http3/pom.xml +++ b/jetty-core/jetty-http3/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.http3 jetty-http3 diff --git a/jetty-core/jetty-io/pom.xml b/jetty-core/jetty-io/pom.xml index c9f512295f4..9d5f33d0787 100644 --- a/jetty-core/jetty-io/pom.xml +++ b/jetty-core/jetty-io/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT jetty-io Core :: IO diff --git a/jetty-core/jetty-jmx/pom.xml b/jetty-core/jetty-jmx/pom.xml index 5d8533b30bc..e2616722617 100644 --- a/jetty-core/jetty-jmx/pom.xml +++ b/jetty-core/jetty-jmx/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT jetty-jmx Core :: JMX diff --git a/jetty-core/jetty-jndi/pom.xml b/jetty-core/jetty-jndi/pom.xml index 5e8dcc43cd8..39ec6fd41fd 100644 --- a/jetty-core/jetty-jndi/pom.xml +++ b/jetty-core/jetty-jndi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT jetty-jndi Core :: JNDI diff --git a/jetty-core/jetty-keystore/pom.xml b/jetty-core/jetty-keystore/pom.xml index ef6fa18bc2b..94639e98c5d 100644 --- a/jetty-core/jetty-keystore/pom.xml +++ b/jetty-core/jetty-keystore/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT jetty-keystore jar diff --git a/jetty-core/jetty-maven/pom.xml b/jetty-core/jetty-maven/pom.xml index e7c545da054..3e30dba438c 100644 --- a/jetty-core/jetty-maven/pom.xml +++ b/jetty-core/jetty-maven/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT jetty-maven Core :: Maven diff --git a/jetty-core/jetty-openid/pom.xml b/jetty-core/jetty-openid/pom.xml index 43d59503d71..1ee9352757c 100644 --- a/jetty-core/jetty-openid/pom.xml +++ b/jetty-core/jetty-openid/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT jetty-openid EE10 :: OpenID diff --git a/jetty-core/jetty-osgi/pom.xml b/jetty-core/jetty-osgi/pom.xml index 389f229a11f..af7f922fbb8 100644 --- a/jetty-core/jetty-osgi/pom.xml +++ b/jetty-core/jetty-osgi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT jetty-osgi Core :: OSGi diff --git a/jetty-core/jetty-plus/pom.xml b/jetty-core/jetty-plus/pom.xml index 991a0a95617..4ddfcd35096 100644 --- a/jetty-core/jetty-plus/pom.xml +++ b/jetty-core/jetty-plus/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT jetty-plus Core :: Plus diff --git a/jetty-core/jetty-proxy/pom.xml b/jetty-core/jetty-proxy/pom.xml index cf9750a64e8..3a9b3fb37ec 100644 --- a/jetty-core/jetty-proxy/pom.xml +++ b/jetty-core/jetty-proxy/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT jetty-proxy jar diff --git a/jetty-core/jetty-quic/jetty-quic-client/pom.xml b/jetty-core/jetty-quic/jetty-quic-client/pom.xml index bb050ad4c90..7f51b3a6020 100644 --- a/jetty-core/jetty-quic/jetty-quic-client/pom.xml +++ b/jetty-core/jetty-quic/jetty-quic-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.quic jetty-quic - 12.0.13 + 12.0.14-SNAPSHOT jetty-quic-client Core :: QUIC :: Client diff --git a/jetty-core/jetty-quic/jetty-quic-common/pom.xml b/jetty-core/jetty-quic/jetty-quic-common/pom.xml index 36038d8acb1..7f334e057b1 100644 --- a/jetty-core/jetty-quic/jetty-quic-common/pom.xml +++ b/jetty-core/jetty-quic/jetty-quic-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.quic jetty-quic - 12.0.13 + 12.0.14-SNAPSHOT jetty-quic-common Core :: QUIC :: Common diff --git a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-common/pom.xml b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-common/pom.xml index 66d93818a71..8cbf17fb487 100644 --- a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-common/pom.xml +++ b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.quic jetty-quic-quiche - 12.0.13 + 12.0.14-SNAPSHOT jetty-quic-quiche-common Core :: QUIC :: Quiche :: Common diff --git a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-foreign/pom.xml b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-foreign/pom.xml index f2e99598926..ab8bc0d696d 100644 --- a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-foreign/pom.xml +++ b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-foreign/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.quic jetty-quic-quiche - 12.0.13 + 12.0.14-SNAPSHOT jetty-quic-quiche-foreign Core :: QUIC :: Quiche :: Foreign diff --git a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-jna/pom.xml b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-jna/pom.xml index a32571afb33..4c7107ef53b 100644 --- a/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-jna/pom.xml +++ b/jetty-core/jetty-quic/jetty-quic-quiche/jetty-quic-quiche-jna/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.quic jetty-quic-quiche - 12.0.13 + 12.0.14-SNAPSHOT jetty-quic-quiche-jna Core :: QUIC :: Quiche :: JNA Binding diff --git a/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml b/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml index 0a0968c6a9a..96d9e110486 100644 --- a/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml +++ b/jetty-core/jetty-quic/jetty-quic-quiche/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.quic jetty-quic - 12.0.13 + 12.0.14-SNAPSHOT jetty-quic-quiche pom diff --git a/jetty-core/jetty-quic/jetty-quic-server/pom.xml b/jetty-core/jetty-quic/jetty-quic-server/pom.xml index 8a3e84909b9..fba94615d1a 100644 --- a/jetty-core/jetty-quic/jetty-quic-server/pom.xml +++ b/jetty-core/jetty-quic/jetty-quic-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.quic jetty-quic - 12.0.13 + 12.0.14-SNAPSHOT jetty-quic-server Core :: QUIC :: Server diff --git a/jetty-core/jetty-quic/pom.xml b/jetty-core/jetty-quic/pom.xml index 450f6678435..4623f5352f4 100644 --- a/jetty-core/jetty-quic/pom.xml +++ b/jetty-core/jetty-quic/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.quic jetty-quic diff --git a/jetty-core/jetty-rewrite/pom.xml b/jetty-core/jetty-rewrite/pom.xml index 027ef388a59..8e8203b3117 100644 --- a/jetty-core/jetty-rewrite/pom.xml +++ b/jetty-core/jetty-rewrite/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT jetty-rewrite Core :: Rewrite diff --git a/jetty-core/jetty-security/pom.xml b/jetty-core/jetty-security/pom.xml index 424ccbca7e4..3fa86d6a5f2 100644 --- a/jetty-core/jetty-security/pom.xml +++ b/jetty-core/jetty-security/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT jetty-security Core :: Security diff --git a/jetty-core/jetty-server/pom.xml b/jetty-core/jetty-server/pom.xml index 088bf074e66..d9b19590e59 100644 --- a/jetty-core/jetty-server/pom.xml +++ b/jetty-core/jetty-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT jetty-server Core :: Server diff --git a/jetty-core/jetty-session/pom.xml b/jetty-core/jetty-session/pom.xml index 0c67ce40c0e..ed05d7c52a0 100644 --- a/jetty-core/jetty-session/pom.xml +++ b/jetty-core/jetty-session/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT jetty-session Core :: Sessions diff --git a/jetty-core/jetty-slf4j-impl/pom.xml b/jetty-core/jetty-slf4j-impl/pom.xml index a917e3bb527..48e86b11415 100644 --- a/jetty-core/jetty-slf4j-impl/pom.xml +++ b/jetty-core/jetty-slf4j-impl/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT jetty-slf4j-impl Core :: SLF4J Implementation diff --git a/jetty-core/jetty-start/pom.xml b/jetty-core/jetty-start/pom.xml index 12e96ed8287..a613d801bd6 100644 --- a/jetty-core/jetty-start/pom.xml +++ b/jetty-core/jetty-start/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT jetty-start Core :: Start diff --git a/jetty-core/jetty-tests/jetty-test-client-transports/pom.xml b/jetty-core/jetty-tests/jetty-test-client-transports/pom.xml index d9bdc2f01c9..90e89cb5fee 100644 --- a/jetty-core/jetty-tests/jetty-test-client-transports/pom.xml +++ b/jetty-core/jetty-tests/jetty-test-client-transports/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-test-client-transports Core :: Tests :: Client Transports diff --git a/jetty-core/jetty-tests/jetty-test-http2-client-transport-provided-webapp/pom.xml b/jetty-core/jetty-tests/jetty-test-http2-client-transport-provided-webapp/pom.xml index 33a747c252f..c3e1eb2a621 100644 --- a/jetty-core/jetty-tests/jetty-test-http2-client-transport-provided-webapp/pom.xml +++ b/jetty-core/jetty-tests/jetty-test-http2-client-transport-provided-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-test-http2-client-transport-provided-webapp diff --git a/jetty-core/jetty-tests/jetty-test-jmx/pom.xml b/jetty-core/jetty-tests/jetty-test-jmx/pom.xml index c6235c07016..4c9e2f8eb41 100644 --- a/jetty-core/jetty-tests/jetty-test-jmx/pom.xml +++ b/jetty-core/jetty-tests/jetty-test-jmx/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-test-jmx Core :: Tests :: JMX diff --git a/jetty-core/jetty-tests/pom.xml b/jetty-core/jetty-tests/pom.xml index d20f757855c..93726dbdc3f 100644 --- a/jetty-core/jetty-tests/pom.xml +++ b/jetty-core/jetty-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT jetty-tests pom diff --git a/jetty-core/jetty-unixdomain-server/pom.xml b/jetty-core/jetty-unixdomain-server/pom.xml index 32385cb0d33..ae3f628ee41 100644 --- a/jetty-core/jetty-unixdomain-server/pom.xml +++ b/jetty-core/jetty-unixdomain-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT jetty-unixdomain-server Core :: Unix-Domain Sockets :: Server diff --git a/jetty-core/jetty-util-ajax/pom.xml b/jetty-core/jetty-util-ajax/pom.xml index af3aeec05c3..3338767ba36 100644 --- a/jetty-core/jetty-util-ajax/pom.xml +++ b/jetty-core/jetty-util-ajax/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT jetty-util-ajax Core :: Utilities :: JSON diff --git a/jetty-core/jetty-util/pom.xml b/jetty-core/jetty-util/pom.xml index dfb744d2722..c87849b73b2 100644 --- a/jetty-core/jetty-util/pom.xml +++ b/jetty-core/jetty-util/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT jetty-util Core :: Utilities diff --git a/jetty-core/jetty-websocket/jetty-websocket-core-client/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-core-client/pom.xml index 9639ba040ee..f6061c169c6 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-core-client/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-core-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-websocket-core-client Core :: Websocket :: Client diff --git a/jetty-core/jetty-websocket/jetty-websocket-core-common/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-core-common/pom.xml index 31e92ddeeb7..10400a58cd7 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-core-common/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-core-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-websocket-core-common Core :: Websocket :: Common diff --git a/jetty-core/jetty-websocket/jetty-websocket-core-server/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-core-server/pom.xml index e680a5e61e6..f6980bd830a 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-core-server/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-core-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-websocket-core-server Core :: Websocket :: Server diff --git a/jetty-core/jetty-websocket/jetty-websocket-core-tests/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-core-tests/pom.xml index 7f8c01053aa..d8d77a02f7a 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-core-tests/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-core-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-websocket-core-tests Core :: Websocket :: Tests diff --git a/jetty-core/jetty-websocket/jetty-websocket-jetty-api/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-jetty-api/pom.xml index ffbc6fbaa22..0289e4d2d4a 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-jetty-api/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-api/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-websocket-jetty-api Core :: Websocket :: Jetty API diff --git a/jetty-core/jetty-websocket/jetty-websocket-jetty-client/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-jetty-client/pom.xml index 9f5550e3134..3507e437055 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-jetty-client/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-websocket-jetty-client Core :: Websocket :: Jetty Client diff --git a/jetty-core/jetty-websocket/jetty-websocket-jetty-common/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-jetty-common/pom.xml index 50109073cd1..ab6c97f65b1 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-jetty-common/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-websocket-jetty-common Core :: Websocket :: Jetty Common diff --git a/jetty-core/jetty-websocket/jetty-websocket-jetty-server/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-jetty-server/pom.xml index 4b3b67dc6e7..d255fe0f7b7 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-jetty-server/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-websocket-jetty-server Core :: Websocket :: Jetty Server diff --git a/jetty-core/jetty-websocket/jetty-websocket-jetty-tests/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-jetty-tests/pom.xml index 81498bfa899..f6af37649a3 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-jetty-tests/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.websocket jetty-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-websocket-jetty-tests Core :: Websocket :: Jetty Tests diff --git a/jetty-core/jetty-websocket/pom.xml b/jetty-core/jetty-websocket/pom.xml index 1ca5dbbd9f8..d4a752f4c6a 100644 --- a/jetty-core/jetty-websocket/pom.xml +++ b/jetty-core/jetty-websocket/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.websocket jetty-websocket diff --git a/jetty-core/jetty-xml/pom.xml b/jetty-core/jetty-xml/pom.xml index 442a0a12fd9..acb407ffb27 100644 --- a/jetty-core/jetty-xml/pom.xml +++ b/jetty-core/jetty-xml/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-core - 12.0.13 + 12.0.14-SNAPSHOT jetty-xml Core :: XML diff --git a/jetty-core/pom.xml b/jetty-core/pom.xml index f94d1098919..6ca30bf89b2 100644 --- a/jetty-core/pom.xml +++ b/jetty-core/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 12.0.13 + 12.0.14-SNAPSHOT jetty-core pom diff --git a/jetty-ee10/jetty-ee10-annotations/pom.xml b/jetty-ee10/jetty-ee10-annotations/pom.xml index b95f32a4c7c..368493c7c62 100644 --- a/jetty-ee10/jetty-ee10-annotations/pom.xml +++ b/jetty-ee10/jetty-ee10-annotations/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-annotations EE10 :: Servlet Annotations diff --git a/jetty-ee10/jetty-ee10-apache-jsp/pom.xml b/jetty-ee10/jetty-ee10-apache-jsp/pom.xml index b89072d4a2d..967eaa890f7 100644 --- a/jetty-ee10/jetty-ee10-apache-jsp/pom.xml +++ b/jetty-ee10/jetty-ee10-apache-jsp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-apache-jsp EE10 :: Apache JSP diff --git a/jetty-ee10/jetty-ee10-bom/pom.xml b/jetty-ee10/jetty-ee10-bom/pom.xml index f813e7f434a..75ac0777d4c 100644 --- a/jetty-ee10/jetty-ee10-bom/pom.xml +++ b/jetty-ee10/jetty-ee10-bom/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-bom @@ -19,132 +19,132 @@ org.eclipse.jetty.ee10 jetty-ee10-annotations - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-apache-jsp - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-cdi - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-fcgi-proxy - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-glassfish-jstl - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-jaspi - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-jndi - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-jspc-maven-plugin - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-maven-plugin - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-plus - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-proxy - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-quickstart - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-runner - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-servlet - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-servlets - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10-webapp - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee10.osgi jetty-ee10-osgi-alpn - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee10.osgi jetty-ee10-osgi-boot - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee10.osgi jetty-ee10-osgi-boot-jsp - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee10.websocket jetty-ee10-websocket-jakarta-client - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee10.websocket jetty-ee10-websocket-jakarta-client-webapp - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee10.websocket jetty-ee10-websocket-jakarta-common - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee10.websocket jetty-ee10-websocket-jakarta-server - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee10.websocket jetty-ee10-websocket-jetty-client-webapp - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee10.websocket jetty-ee10-websocket-jetty-server - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee10.websocket jetty-ee10-websocket-servlet - 12.0.13 + 12.0.14-SNAPSHOT diff --git a/jetty-ee10/jetty-ee10-cdi/pom.xml b/jetty-ee10/jetty-ee10-cdi/pom.xml index fb2c2e17110..3abe43227ca 100644 --- a/jetty-ee10/jetty-ee10-cdi/pom.xml +++ b/jetty-ee10/jetty-ee10-cdi/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-cdi jar diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-jar/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-jar/pom.xml index 0b1a0b20cf3..d96272958eb 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-jar/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-jar/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demo-async-rest - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-demo-async-rest-jar jar diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-server/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-server/pom.xml index 2a26efe842e..64d5e05cc24 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-server/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demo-async-rest - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-demo-async-rest-server jar diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-webapp/pom.xml index 2faf8f3f5ed..b0c54a1d63e 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/jetty-ee10-demo-async-rest-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demo-async-rest - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-demo-async-rest-webapp war diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/pom.xml index ed200e25ab9..827cf367fd1 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-async-rest/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-demo-async-rest pom diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-embedded/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-embedded/pom.xml index 49015486932..e67c11853fc 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-embedded/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-embedded/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-demo-embedded EE10 :: Demo :: Embedded Jetty diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jaas-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jaas-webapp/pom.xml index 6cb06842cc4..d1894f0fd69 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jaas-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jaas-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-demo-jaas-webapp war diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jetty-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jetty-webapp/pom.xml index aa81511189e..5b52d3b1f41 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jetty-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jetty-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-demo-jetty-webapp war diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jndi-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jndi-webapp/pom.xml index 3a6d09a2900..3726e7891fd 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jndi-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jndi-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-demo-jndi-webapp war diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jsp-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jsp-webapp/pom.xml index 7dd35385d23..f8c9f4d933b 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jsp-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jsp-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-demo-jsp-webapp war diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-mock-resources/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-mock-resources/pom.xml index 25e08417577..9ac497d10a6 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-mock-resources/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-mock-resources/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-demo-mock-resources jar diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-proxy-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-proxy-webapp/pom.xml index cfd6553e016..9db278c3b00 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-proxy-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-proxy-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-demo-proxy-webapp war diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-simple-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-simple-webapp/pom.xml index 19f3bc3daec..df51f08ee80 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-simple-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-simple-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-demo-simple-webapp war diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-container-initializer/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-container-initializer/pom.xml index ec3d82d8cc2..34b3b8e056b 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-container-initializer/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-container-initializer/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.13 + 12.0.14-SNAPSHOT ../../pom.xml jetty-ee10-demo-container-initializer diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-spec-webapp/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-spec-webapp/pom.xml index eae3e28c3b5..54f409a6e9d 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-spec-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-spec-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.13 + 12.0.14-SNAPSHOT ../../pom.xml jetty-ee10-demo-spec-webapp diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-web-fragment/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-web-fragment/pom.xml index 0422a58f0df..a13d9534e99 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-web-fragment/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/jetty-ee10-demo-web-fragment/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.13 + 12.0.14-SNAPSHOT ../../pom.xml jetty-ee10-demo-web-fragment diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/pom.xml index a83665a3c26..59c25568cfe 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-spec/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-demo-spec pom diff --git a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-template/pom.xml b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-template/pom.xml index b8bc46da886..10d666b332c 100644 --- a/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-template/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-template/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.demos jetty-ee10-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-demo-template jar diff --git a/jetty-ee10/jetty-ee10-demos/pom.xml b/jetty-ee10/jetty-ee10-demos/pom.xml index d0bca72e6f3..9398fb0a4d4 100644 --- a/jetty-ee10/jetty-ee10-demos/pom.xml +++ b/jetty-ee10/jetty-ee10-demos/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee10.demos jetty-ee10-demos diff --git a/jetty-ee10/jetty-ee10-examples/pom.xml b/jetty-ee10/jetty-ee10-examples/pom.xml index 0d89c2908a8..f2b3a1a5faa 100644 --- a/jetty-ee10/jetty-ee10-examples/pom.xml +++ b/jetty-ee10/jetty-ee10-examples/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-examples EE10 :: Examples diff --git a/jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml b/jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml index 2b5f4a763e0..166cb3774a8 100644 --- a/jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml +++ b/jetty-ee10/jetty-ee10-fcgi-proxy/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-fcgi-proxy EE10 :: FCGI Proxy diff --git a/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml b/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml index cf238181a8a..280156fcb69 100644 --- a/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml +++ b/jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-glassfish-jstl jar diff --git a/jetty-ee10/jetty-ee10-home/pom.xml b/jetty-ee10/jetty-ee10-home/pom.xml index 92a500d113e..097388d0c51 100644 --- a/jetty-ee10/jetty-ee10-home/pom.xml +++ b/jetty-ee10/jetty-ee10-home/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13 + 12.0.14-SNAPSHOT ../pom.xml jetty-ee10-home diff --git a/jetty-ee10/jetty-ee10-jaspi/pom.xml b/jetty-ee10/jetty-ee10-jaspi/pom.xml index f92dc97d96f..6dc3acc6903 100644 --- a/jetty-ee10/jetty-ee10-jaspi/pom.xml +++ b/jetty-ee10/jetty-ee10-jaspi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-jaspi EE10 :: JASPI diff --git a/jetty-ee10/jetty-ee10-jndi/pom.xml b/jetty-ee10/jetty-ee10-jndi/pom.xml index ecde2afafcf..549e1bd800b 100644 --- a/jetty-ee10/jetty-ee10-jndi/pom.xml +++ b/jetty-ee10/jetty-ee10-jndi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-jndi EE10 :: JNDI diff --git a/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml b/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml index 92b2431f120..cb55ba340ef 100644 --- a/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml +++ b/jetty-ee10/jetty-ee10-jspc-maven-plugin/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-jspc-maven-plugin maven-plugin diff --git a/jetty-ee10/jetty-ee10-maven-plugin/pom.xml b/jetty-ee10/jetty-ee10-maven-plugin/pom.xml index 9d32fb928d3..7e0bfbc0f3c 100644 --- a/jetty-ee10/jetty-ee10-maven-plugin/pom.xml +++ b/jetty-ee10/jetty-ee10-maven-plugin/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13 + 12.0.14-SNAPSHOT ../pom.xml jetty-ee10-maven-plugin diff --git a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-alpn/pom.xml b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-alpn/pom.xml index 009f62c5d05..c76bcfcb45d 100644 --- a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-alpn/pom.xml +++ b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-alpn/pom.xml @@ -7,7 +7,7 @@ org.eclipse.jetty.ee10.osgi jetty-ee10-osgi - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-osgi-alpn jar diff --git a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot-jsp/pom.xml b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot-jsp/pom.xml index 68efba42dca..ab763ab9561 100644 --- a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot-jsp/pom.xml +++ b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot-jsp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.osgi jetty-ee10-osgi - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-osgi-boot-jsp EE10 :: OSGi :: Boot JSP diff --git a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot/pom.xml b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot/pom.xml index 5541c45c2c6..5e9524653c2 100644 --- a/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot/pom.xml +++ b/jetty-ee10/jetty-ee10-osgi/jetty-ee10-osgi-boot/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.osgi jetty-ee10-osgi - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-osgi-boot EE10 :: OSGi :: Boot diff --git a/jetty-ee10/jetty-ee10-osgi/pom.xml b/jetty-ee10/jetty-ee10-osgi/pom.xml index fde77d0c835..d7017a480d7 100644 --- a/jetty-ee10/jetty-ee10-osgi/pom.xml +++ b/jetty-ee10/jetty-ee10-osgi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee10.osgi jetty-ee10-osgi diff --git a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-fragment/pom.xml b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-fragment/pom.xml index f8229d00153..3942fffc4b5 100644 --- a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-fragment/pom.xml +++ b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-fragment/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.osgi jetty-ee10-osgi - 12.0.13 + 12.0.14-SNAPSHOT test-jetty-ee10-osgi-fragment EE10 :: OSGi :: WebApp Fragment diff --git a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-server/pom.xml b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-server/pom.xml index bef9f38e823..d23f883cf61 100644 --- a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-server/pom.xml +++ b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-server/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.osgi jetty-ee10-osgi - 12.0.13 + 12.0.14-SNAPSHOT test-jetty-ee10-osgi-server EE10 :: OSGi :: Server diff --git a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-webapp-resources/pom.xml b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-webapp-resources/pom.xml index f0855c7d73b..bc624703d81 100644 --- a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-webapp-resources/pom.xml +++ b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi-webapp-resources/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.osgi jetty-ee10-osgi - 12.0.13 + 12.0.14-SNAPSHOT test-jetty-ee10-osgi-webapp-resources war diff --git a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi/pom.xml b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi/pom.xml index da7bf673b4e..b5b5a20f5c4 100644 --- a/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi/pom.xml +++ b/jetty-ee10/jetty-ee10-osgi/test-jetty-ee10-osgi/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10.osgi jetty-ee10-osgi - 12.0.13 + 12.0.14-SNAPSHOT test-jetty-ee10-osgi EE10 :: OSGi :: Test diff --git a/jetty-ee10/jetty-ee10-plus/pom.xml b/jetty-ee10/jetty-ee10-plus/pom.xml index 323f1a46ee6..c32d2105c45 100644 --- a/jetty-ee10/jetty-ee10-plus/pom.xml +++ b/jetty-ee10/jetty-ee10-plus/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-plus EE10 :: Plus diff --git a/jetty-ee10/jetty-ee10-proxy/pom.xml b/jetty-ee10/jetty-ee10-proxy/pom.xml index 57ba7c6f393..a40f7d32dc8 100644 --- a/jetty-ee10/jetty-ee10-proxy/pom.xml +++ b/jetty-ee10/jetty-ee10-proxy/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-proxy EE10 :: Proxy diff --git a/jetty-ee10/jetty-ee10-quickstart/pom.xml b/jetty-ee10/jetty-ee10-quickstart/pom.xml index ec4da48edfb..b114f56b6b3 100644 --- a/jetty-ee10/jetty-ee10-quickstart/pom.xml +++ b/jetty-ee10/jetty-ee10-quickstart/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-quickstart EE10 :: Quick Start diff --git a/jetty-ee10/jetty-ee10-runner/pom.xml b/jetty-ee10/jetty-ee10-runner/pom.xml index 707812a6792..ae4b4e5fbef 100644 --- a/jetty-ee10/jetty-ee10-runner/pom.xml +++ b/jetty-ee10/jetty-ee10-runner/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-runner EE10 :: Runner diff --git a/jetty-ee10/jetty-ee10-servlet/pom.xml b/jetty-ee10/jetty-ee10-servlet/pom.xml index 54d88fa319f..05d007cc856 100644 --- a/jetty-ee10/jetty-ee10-servlet/pom.xml +++ b/jetty-ee10/jetty-ee10-servlet/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-servlet EE10 :: Servlet diff --git a/jetty-ee10/jetty-ee10-servlets/pom.xml b/jetty-ee10/jetty-ee10-servlets/pom.xml index 5d6b8646a8b..f5c2ce54ae0 100644 --- a/jetty-ee10/jetty-ee10-servlets/pom.xml +++ b/jetty-ee10/jetty-ee10-servlets/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-servlets EE10 :: Utility Servlets and Filters diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-bad-websocket-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-bad-websocket-webapp/pom.xml index ae7ac511372..23c4e12b434 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-bad-websocket-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-bad-websocket-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-bad-websocket-webapp war diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-badinit-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-badinit-webapp/pom.xml index d1c14399121..af88ea0fdfa 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-badinit-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-badinit-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-badinit-webapp diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi-common-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi-common-webapp/pom.xml index dbcadc69217..dc6525bcc81 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi-common-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi-common-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-cdi-common-webapp war diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi/pom.xml index 5853dab9569..904ce7b2fc7 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-cdi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-cdi jar diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-client-transports/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-client-transports/pom.xml index ff28b970622..6badc9ef8dd 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-client-transports/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-client-transports/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-client-transports jar diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-felix-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-felix-webapp/pom.xml index 84184e929f4..0cdc0981c3d 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-felix-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-felix-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-felix-webapp war diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-http2-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-http2-webapp/pom.xml index dbef1158370..b8f12741a35 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-http2-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-http2-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-http2-webapp war diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-integration/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-integration/pom.xml index cdccdc979f9..ebdad4f8ba0 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-integration/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-integration/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-integration jar diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jersey/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jersey/pom.xml index d302746ec4d..083bfeb6544 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jersey/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jersey/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-jersey jar diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp-it/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp-it/pom.xml index 8168e76746b..fab93f84c7d 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp-it/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp-it/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-test-jmx - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-jmx-webapp-it jar diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp/pom.xml index 982facdde0b..6291329c45a 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/jetty-ee10-jmx-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-test-jmx - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-jmx-webapp war diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/pom.xml index 32f101a11a0..9892f314751 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jmx/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-jmx pom diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jndi/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jndi/pom.xml index 56cff289d58..c8059e23bc8 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jndi/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-jndi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13 + 12.0.14-SNAPSHOT ../pom.xml jetty-ee10-test-jndi diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-log4j2-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-log4j2-webapp/pom.xml index 061a1eb0cf5..4c27777aa85 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-log4j2-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-log4j2-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-log4j2-webapp war diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-loginservice/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-loginservice/pom.xml index 8cd8a655cfe..17a2333e78b 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-loginservice/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-loginservice/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-loginservice EE10 :: Tests :: Login Service diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-openid-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-openid-webapp/pom.xml index 5b0ad94a019..f97dea463f8 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-openid-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-openid-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-openid-webapp war diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-owb-cdi-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-owb-cdi-webapp/pom.xml index 7f36c8a2099..165c99b5fc3 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-owb-cdi-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-owb-cdi-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-owb-cdi-webapp war diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-quickstart/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-quickstart/pom.xml index b5d345f442d..52ec13ea972 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-quickstart/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-quickstart/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-quickstart EE10 :: Tests :: Quick Start diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-common/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-common/pom.xml index 7955590e020..dc71c4a0fad 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-common/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-common/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-test-sessions - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-sessions-common EE10 :: Tests :: Sessions :: Common diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-file/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-file/pom.xml index f9ce1967f98..b583d08cc0b 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-file/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-file/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-test-sessions - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-sessions-file EE10 :: Tests :: Sessions :: File diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-gcloud/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-gcloud/pom.xml index e1b3c5c7983..cb4b7c46586 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-gcloud/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-gcloud/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-test-sessions - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-sessions-gcloud EE10 :: Tests :: Sessions :: GCloud diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-hazelcast/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-hazelcast/pom.xml index 971c1e6d129..34556156311 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-hazelcast/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-hazelcast/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-test-sessions - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-sessions-hazelcast EE10 :: Tests :: Sessions :: Hazelcast diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-infinispan/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-infinispan/pom.xml index 01cc2a74ba6..c4e465c51ad 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-infinispan/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-infinispan/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-test-sessions - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-sessions-infinispan EE10 :: Tests :: Sessions :: Infinispan diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-jdbc/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-jdbc/pom.xml index 5422d3a0e7b..c2da378e315 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-jdbc/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-jdbc/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-test-sessions - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-sessions-jdbc EE10 :: Tests :: Sessions :: JDBC diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-memcached/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-memcached/pom.xml index 756783fcc1b..b23ab1edbfb 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-memcached/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-memcached/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-test-sessions - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-sessions-memcached EE10 :: Tests :: Sessions :: Memcached diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-mongodb/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-mongodb/pom.xml index 2cb84aa9838..13e08b50b11 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-mongodb/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/jetty-ee10-test-sessions-mongodb/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-test-sessions - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-sessions-mongodb EE10 :: Tests :: Sessions :: Mongo diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/pom.xml index 5d1826a1f5b..e5394500972 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-sessions pom diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-simple-session-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-simple-session-webapp/pom.xml index 2d7d43f5aa6..05d60625500 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-simple-session-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-simple-session-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-simple-session-webapp diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-webapp-rfc2616/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-webapp-rfc2616/pom.xml index 251e28446dc..1a7d47d4da5 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-webapp-rfc2616/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-webapp-rfc2616/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-webapp-rfc2616 war diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-provided-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-provided-webapp/pom.xml index 62bc84c5e90..924b98b5449 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-provided-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-provided-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-websocket-client-provided-webapp war diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-webapp/pom.xml index b9eeb32f015..c97135630cb 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-client-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-websocket-client-webapp war diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-webapp/pom.xml index e997ef5a8d1..306855951ac 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-websocket-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-websocket-webapp war diff --git a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-weld-cdi-webapp/pom.xml b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-weld-cdi-webapp/pom.xml index bb11c69821f..64f5cf55b38 100644 --- a/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-weld-cdi-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-weld-cdi-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-test-weld-cdi-webapp war diff --git a/jetty-ee10/jetty-ee10-tests/pom.xml b/jetty-ee10/jetty-ee10-tests/pom.xml index ce1b474967a..85b34d0086d 100644 --- a/jetty-ee10/jetty-ee10-tests/pom.xml +++ b/jetty-ee10/jetty-ee10-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13 + 12.0.14-SNAPSHOT ../pom.xml jetty-ee10-tests diff --git a/jetty-ee10/jetty-ee10-webapp/pom.xml b/jetty-ee10/jetty-ee10-webapp/pom.xml index 269662a2a57..2868e9b550e 100644 --- a/jetty-ee10/jetty-ee10-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-webapp EE10 :: WebApp diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client-webapp/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client-webapp/pom.xml index 238602be124..53d80e20e1a 100644 --- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-websocket-jakarta-client-webapp EE10 :: Websocket :: Jakarta Client WebApp diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client/pom.xml index 530119caea5..e2a93471ef7 100644 --- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client/pom.xml +++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-websocket-jakarta-client EE10 :: Websocket :: Jakarta Client diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-common/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-common/pom.xml index ff26f810a67..8ba2fd5e469 100644 --- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-common/pom.xml +++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-websocket-jakarta-common EE10 :: Websocket :: Jakarta Common diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-server/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-server/pom.xml index 6a4cc9536c4..bbef0eca7e4 100644 --- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-server/pom.xml +++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-websocket-jakarta-server EE10 :: Websocket :: Jakarta Server diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-tests/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-tests/pom.xml index 1abfcc7b2f0..21454129fb2 100644 --- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-tests/pom.xml +++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-websocket-jakarta-tests EE10 :: Websocket :: Jakarta Tests diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-client-webapp/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-client-webapp/pom.xml index fa79eecb28a..9673a7f0ba4 100644 --- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-client-webapp/pom.xml +++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-client-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-websocket-jetty-client-webapp EE10 :: Websocket :: Jetty Client WebApp diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-server/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-server/pom.xml index e5044dfd7ae..34cd15ef28d 100644 --- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-server/pom.xml +++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-websocket-jetty-server EE10 :: Websocket :: Jetty Server diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-tests/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-tests/pom.xml index 5e4c2cceb7a..cc065659bb4 100644 --- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-tests/pom.xml +++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jetty-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-websocket-jetty-tests EE10 :: Websocket :: Jetty Tests diff --git a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-servlet/pom.xml b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-servlet/pom.xml index 4aed4cd59c1..a38ddd8da1e 100644 --- a/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-servlet/pom.xml +++ b/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-servlet/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10.websocket jetty-ee10-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee10-websocket-servlet EE10 :: Websocket :: Servlet diff --git a/jetty-ee10/jetty-ee10-websocket/pom.xml b/jetty-ee10/jetty-ee10-websocket/pom.xml index 9100bff0854..0dec01505bf 100644 --- a/jetty-ee10/jetty-ee10-websocket/pom.xml +++ b/jetty-ee10/jetty-ee10-websocket/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee10 jetty-ee10 - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee10.websocket jetty-ee10-websocket diff --git a/jetty-ee10/pom.xml b/jetty-ee10/pom.xml index 042b37b1bdc..0bfc5cccb19 100644 --- a/jetty-ee10/pom.xml +++ b/jetty-ee10/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee10 jetty-ee10 diff --git a/jetty-ee8/jetty-ee8-annotations/pom.xml b/jetty-ee8/jetty-ee8-annotations/pom.xml index ea2a23a2f25..48c2a4ca8bb 100644 --- a/jetty-ee8/jetty-ee8-annotations/pom.xml +++ b/jetty-ee8/jetty-ee8-annotations/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-annotations EE8 :: Servlet Annotations diff --git a/jetty-ee8/jetty-ee8-apache-jsp/pom.xml b/jetty-ee8/jetty-ee8-apache-jsp/pom.xml index 84a47d82e8b..f2c53afdf6a 100644 --- a/jetty-ee8/jetty-ee8-apache-jsp/pom.xml +++ b/jetty-ee8/jetty-ee8-apache-jsp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-apache-jsp EE8 :: Apache JSP diff --git a/jetty-ee8/jetty-ee8-bom/pom.xml b/jetty-ee8/jetty-ee8-bom/pom.xml index f58cbae4c3e..98e4d626b52 100644 --- a/jetty-ee8/jetty-ee8-bom/pom.xml +++ b/jetty-ee8/jetty-ee8-bom/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-bom @@ -19,117 +19,117 @@ org.eclipse.jetty.ee8 jetty-ee8-annotations - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee8 jetty-ee8-apache-jsp - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee8 jetty-ee8-glassfish-jstl - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee8 jetty-ee8-jndi - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee8 jetty-ee8-nested - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee8 jetty-ee8-openid - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee8 jetty-ee8-plus - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee8 jetty-ee8-proxy - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee8 jetty-ee8-quickstart - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee8 jetty-ee8-security - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee8 jetty-ee8-servlet - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee8 jetty-ee8-servlets - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee8 jetty-ee8-webapp - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-javax-client - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-javax-client-webapp - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-javax-common - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-javax-server - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-jetty-api - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-jetty-client - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-jetty-client-webapp - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-jetty-common - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-jetty-server - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee8.websocket jetty-ee8-websocket-servlet - 12.0.13 + 12.0.14-SNAPSHOT diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-jar/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-jar/pom.xml index 9a550819a65..b23080a380f 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-jar/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-jar/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demo-async-rest - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-demo-async-rest-jar jar diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-server/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-server/pom.xml index fd85a4c8641..b1f20c936ce 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-server/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demo-async-rest - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-demo-async-rest-server jar diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-webapp/pom.xml index a8bfd93c0c9..88cc7989bd9 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-webapp/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/jetty-ee8-demo-async-rest-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demo-async-rest - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-demo-async-rest-webapp war diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/pom.xml index 881005db398..d764b12949b 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-async-rest/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-demo-async-rest pom diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jaas-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jaas-webapp/pom.xml index cdc8d7d0c6b..e7c4c2fc3fd 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jaas-webapp/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jaas-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-demo-jaas-webapp war diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jetty-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jetty-webapp/pom.xml index 416eced858e..5b622fc75a7 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jetty-webapp/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jetty-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-demo-jetty-webapp war diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jndi-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jndi-webapp/pom.xml index b086642c87c..da476e361a3 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jndi-webapp/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jndi-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-demo-jndi-webapp war diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jsp-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jsp-webapp/pom.xml index 20969db9369..57b9982a63a 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jsp-webapp/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-jsp-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-demo-jsp-webapp war diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-mock-resources/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-mock-resources/pom.xml index f2a5fbd5719..fc43585aa69 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-mock-resources/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-mock-resources/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-demo-mock-resources jar diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-proxy-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-proxy-webapp/pom.xml index 89544508bb7..f5741f73497 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-proxy-webapp/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-proxy-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-demo-proxy-webapp war diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-simple-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-simple-webapp/pom.xml index 7cc1a5cb470..da4d0a499ad 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-simple-webapp/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-simple-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-demo-simple-webapp war diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-container-initializer/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-container-initializer/pom.xml index a033fe5a943..8b628c0470b 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-container-initializer/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-container-initializer/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demo-spec - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-demo-container-initializer jar diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-spec-webapp/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-spec-webapp/pom.xml index bed8e46d814..06c0f32a79a 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-spec-webapp/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-spec-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demo-spec - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-demo-spec-webapp war diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-web-fragment/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-web-fragment/pom.xml index 6e353029b90..877181c5b4f 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-web-fragment/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/jetty-ee8-demo-web-fragment/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demo-spec - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-demo-web-fragment jar diff --git a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/pom.xml b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/pom.xml index 67f38f7aa43..5f1d37533fd 100644 --- a/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/jetty-ee8-demo-spec/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.demos jetty-ee8-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-demo-spec pom diff --git a/jetty-ee8/jetty-ee8-demos/pom.xml b/jetty-ee8/jetty-ee8-demos/pom.xml index 2ab30aff732..1d0cad752e3 100644 --- a/jetty-ee8/jetty-ee8-demos/pom.xml +++ b/jetty-ee8/jetty-ee8-demos/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee8.demos jetty-ee8-demos diff --git a/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml b/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml index 3d2bfbe43a0..1de6f77af8c 100644 --- a/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml +++ b/jetty-ee8/jetty-ee8-glassfish-jstl/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-glassfish-jstl jar diff --git a/jetty-ee8/jetty-ee8-home/pom.xml b/jetty-ee8/jetty-ee8-home/pom.xml index 88d199562ec..00f883939e4 100644 --- a/jetty-ee8/jetty-ee8-home/pom.xml +++ b/jetty-ee8/jetty-ee8-home/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-home pom diff --git a/jetty-ee8/jetty-ee8-jaspi/pom.xml b/jetty-ee8/jetty-ee8-jaspi/pom.xml index 77b8c62a02b..5988cdba804 100644 --- a/jetty-ee8/jetty-ee8-jaspi/pom.xml +++ b/jetty-ee8/jetty-ee8-jaspi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-jaspi EE8 :: Jetty :: JASPI Security diff --git a/jetty-ee8/jetty-ee8-jndi/pom.xml b/jetty-ee8/jetty-ee8-jndi/pom.xml index caade9efd75..75e149906f1 100644 --- a/jetty-ee8/jetty-ee8-jndi/pom.xml +++ b/jetty-ee8/jetty-ee8-jndi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-jndi EE8 :: JNDI diff --git a/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml b/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml index 430a1c2da55..0bf27124d05 100644 --- a/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml +++ b/jetty-ee8/jetty-ee8-jspc-maven-plugin/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-jspc-maven-plugin maven-plugin diff --git a/jetty-ee8/jetty-ee8-maven-plugin/pom.xml b/jetty-ee8/jetty-ee8-maven-plugin/pom.xml index 140c69063a9..41ba093d849 100644 --- a/jetty-ee8/jetty-ee8-maven-plugin/pom.xml +++ b/jetty-ee8/jetty-ee8-maven-plugin/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-maven-plugin maven-plugin diff --git a/jetty-ee8/jetty-ee8-nested/pom.xml b/jetty-ee8/jetty-ee8-nested/pom.xml index fe6fcd55460..92182f218a6 100644 --- a/jetty-ee8/jetty-ee8-nested/pom.xml +++ b/jetty-ee8/jetty-ee8-nested/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-nested EE8 :: Nested diff --git a/jetty-ee8/jetty-ee8-openid/pom.xml b/jetty-ee8/jetty-ee8-openid/pom.xml index 4cab6918154..86d939b1731 100644 --- a/jetty-ee8/jetty-ee8-openid/pom.xml +++ b/jetty-ee8/jetty-ee8-openid/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-openid EE8 :: OpenID diff --git a/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot-jsp/pom.xml b/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot-jsp/pom.xml index 9b3ae13193b..ac4a9750e55 100644 --- a/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot-jsp/pom.xml +++ b/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot-jsp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.osgi jetty-ee8-osgi - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-osgi-boot-jsp EE8 :: OSGi :: Boot JSP diff --git a/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot/pom.xml b/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot/pom.xml index 535c52215b8..610c97ef0fd 100644 --- a/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot/pom.xml +++ b/jetty-ee8/jetty-ee8-osgi/jetty-ee8-osgi-boot/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.osgi jetty-ee8-osgi - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-osgi-boot EE8 :: OSGi :: Boot diff --git a/jetty-ee8/jetty-ee8-osgi/pom.xml b/jetty-ee8/jetty-ee8-osgi/pom.xml index d13ecc0388c..94416a344f4 100644 --- a/jetty-ee8/jetty-ee8-osgi/pom.xml +++ b/jetty-ee8/jetty-ee8-osgi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee8.osgi jetty-ee8-osgi diff --git a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-fragment/pom.xml b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-fragment/pom.xml index 5c9b89782b0..0187e0c9b69 100644 --- a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-fragment/pom.xml +++ b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-fragment/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.osgi jetty-ee8-osgi - 12.0.13 + 12.0.14-SNAPSHOT test-jetty-ee8-osgi-fragment EE8 :: OSGi :: WebApp Fragment diff --git a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-server/pom.xml b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-server/pom.xml index e923d8e134f..0c8d9482b24 100644 --- a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-server/pom.xml +++ b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-server/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.osgi jetty-ee8-osgi - 12.0.13 + 12.0.14-SNAPSHOT test-jetty-ee8-osgi-server EE8 :: OSGi :: Server diff --git a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-webapp-resources/pom.xml b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-webapp-resources/pom.xml index b73d723290c..002bbaeb8aa 100644 --- a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-webapp-resources/pom.xml +++ b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi-webapp-resources/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.osgi jetty-ee8-osgi - 12.0.13 + 12.0.14-SNAPSHOT test-jetty-ee8-osgi-webapp-resources war diff --git a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi/pom.xml b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi/pom.xml index 78b17a3808e..379058da1e0 100644 --- a/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi/pom.xml +++ b/jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8.osgi jetty-ee8-osgi - 12.0.13 + 12.0.14-SNAPSHOT test-jetty-ee8-osgi EE8 :: OSGi :: Test diff --git a/jetty-ee8/jetty-ee8-plus/pom.xml b/jetty-ee8/jetty-ee8-plus/pom.xml index bc32ac26d57..086af7984fa 100644 --- a/jetty-ee8/jetty-ee8-plus/pom.xml +++ b/jetty-ee8/jetty-ee8-plus/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-plus EE8 :: Plus diff --git a/jetty-ee8/jetty-ee8-proxy/pom.xml b/jetty-ee8/jetty-ee8-proxy/pom.xml index 53b633e68a3..8512692ce25 100644 --- a/jetty-ee8/jetty-ee8-proxy/pom.xml +++ b/jetty-ee8/jetty-ee8-proxy/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-proxy EE8 :: Proxy diff --git a/jetty-ee8/jetty-ee8-quickstart/pom.xml b/jetty-ee8/jetty-ee8-quickstart/pom.xml index 5e94a7409f2..49da9760925 100644 --- a/jetty-ee8/jetty-ee8-quickstart/pom.xml +++ b/jetty-ee8/jetty-ee8-quickstart/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-quickstart EE8 :: Quick Start diff --git a/jetty-ee8/jetty-ee8-runner/pom.xml b/jetty-ee8/jetty-ee8-runner/pom.xml index 50841590095..26be34e3447 100644 --- a/jetty-ee8/jetty-ee8-runner/pom.xml +++ b/jetty-ee8/jetty-ee8-runner/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-runner EE8 :: Runner diff --git a/jetty-ee8/jetty-ee8-security/pom.xml b/jetty-ee8/jetty-ee8-security/pom.xml index 4cd43ad2186..e2585f74843 100644 --- a/jetty-ee8/jetty-ee8-security/pom.xml +++ b/jetty-ee8/jetty-ee8-security/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-security EE8 :: Security diff --git a/jetty-ee8/jetty-ee8-servlet/pom.xml b/jetty-ee8/jetty-ee8-servlet/pom.xml index 0ff169575cd..728605e5f7e 100644 --- a/jetty-ee8/jetty-ee8-servlet/pom.xml +++ b/jetty-ee8/jetty-ee8-servlet/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-servlet EE8 :: Servlet diff --git a/jetty-ee8/jetty-ee8-servlets/pom.xml b/jetty-ee8/jetty-ee8-servlets/pom.xml index d482b9da234..d753b347dd2 100644 --- a/jetty-ee8/jetty-ee8-servlets/pom.xml +++ b/jetty-ee8/jetty-ee8-servlets/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-servlets EE8 :: Utility Servlets and Filters diff --git a/jetty-ee8/jetty-ee8-webapp/pom.xml b/jetty-ee8/jetty-ee8-webapp/pom.xml index 88f4dbd704d..9b13fe80ce0 100644 --- a/jetty-ee8/jetty-ee8-webapp/pom.xml +++ b/jetty-ee8/jetty-ee8-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-webapp EE8 :: WebApp diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client-webapp/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client-webapp/pom.xml index ae517135601..9963136730d 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client-webapp/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.13 + 12.0.14-SNAPSHOT ../pom.xml jetty-ee8-websocket-javax-client-webapp diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client/pom.xml index d33ce8fc0df..dc80e0622c8 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.13 + 12.0.14-SNAPSHOT ../pom.xml jetty-ee8-websocket-javax-client diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-common/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-common/pom.xml index d586d47c58e..6e5ac8be268 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-common/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-websocket-javax-common EE8 :: Websocket :: Javax Common diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-server/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-server/pom.xml index 205de21edf3..f3b1b3d621b 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-server/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-websocket-javax-server EE8 :: Websocket :: Javax Server diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-tests/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-tests/pom.xml index a1fea22ac80..4ec5b85237e 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-tests/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-javax-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-websocket-javax-tests EE8 :: Websocket :: Javax Tests diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-api/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-api/pom.xml index d0dba362e7b..eafc007cfcf 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-api/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-api/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-websocket-jetty-api EE8 :: Websocket :: Jetty API diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client-webapp/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client-webapp/pom.xml index 9c5ddb3588e..b49770a8c51 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client-webapp/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-websocket-jetty-client-webapp EE8 :: Websocket :: Jetty Client WebApp diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client/pom.xml index e41a646bb88..3d10896940b 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-websocket-jetty-client EE8 :: Websocket :: Jetty Client diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-common/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-common/pom.xml index 21307c99f16..f303ae12161 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-common/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-websocket-jetty-common EE8 :: Websocket :: Jetty Common diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-server/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-server/pom.xml index 568adcf6f11..ca8b771e451 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-server/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-websocket-jetty-server EE8 :: Websocket :: Jetty Server diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-tests/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-tests/pom.xml index 656f27e2ba2..fe139274b2c 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-tests/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-jetty-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-websocket-jetty-tests EE8 :: Websocket :: Jetty Tests diff --git a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-servlet/pom.xml b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-servlet/pom.xml index 5ea2b5ccabb..31590d88e4d 100644 --- a/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-servlet/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/jetty-ee8-websocket-servlet/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8.websocket jetty-ee8-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee8-websocket-servlet EE8 :: Websocket :: Servlet diff --git a/jetty-ee8/jetty-ee8-websocket/pom.xml b/jetty-ee8/jetty-ee8-websocket/pom.xml index dd573c026a8..c29dc4abd1f 100644 --- a/jetty-ee8/jetty-ee8-websocket/pom.xml +++ b/jetty-ee8/jetty-ee8-websocket/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee8 jetty-ee8 - 12.0.13 + 12.0.14-SNAPSHOT ../pom.xml org.eclipse.jetty.ee8.websocket diff --git a/jetty-ee8/pom.xml b/jetty-ee8/pom.xml index 7374c93fbbd..775fe85c921 100644 --- a/jetty-ee8/pom.xml +++ b/jetty-ee8/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee8 jetty-ee8 diff --git a/jetty-ee9/jetty-ee9-annotations/pom.xml b/jetty-ee9/jetty-ee9-annotations/pom.xml index 3d797088ce9..4d43b84f49f 100644 --- a/jetty-ee9/jetty-ee9-annotations/pom.xml +++ b/jetty-ee9/jetty-ee9-annotations/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-annotations EE9 :: Servlet Annotations diff --git a/jetty-ee9/jetty-ee9-apache-jsp/pom.xml b/jetty-ee9/jetty-ee9-apache-jsp/pom.xml index efc29179034..5701819ad72 100644 --- a/jetty-ee9/jetty-ee9-apache-jsp/pom.xml +++ b/jetty-ee9/jetty-ee9-apache-jsp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-apache-jsp EE9 :: Apache JSP diff --git a/jetty-ee9/jetty-ee9-bom/pom.xml b/jetty-ee9/jetty-ee9-bom/pom.xml index 95edaced1e9..8e120b4ca88 100644 --- a/jetty-ee9/jetty-ee9-bom/pom.xml +++ b/jetty-ee9/jetty-ee9-bom/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-bom @@ -19,147 +19,147 @@ org.eclipse.jetty.ee9 jetty-ee9-annotations - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-apache-jsp - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-cdi - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-fcgi-proxy - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-glassfish-jstl - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-jaspi - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-jndi - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-nested - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-openid - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-plus - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-proxy - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-quickstart - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-runner - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-security - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-servlet - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-servlets - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9-webapp - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9.osgi jetty-ee9-osgi-boot - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9.osgi jetty-ee9-osgi-boot-jsp - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jakarta-client - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jakarta-client-webapp - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jakarta-common - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jakarta-server - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jetty-api - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jetty-client - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jetty-client-webapp - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jetty-common - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-jetty-server - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9.websocket jetty-ee9-websocket-servlet - 12.0.13 + 12.0.14-SNAPSHOT diff --git a/jetty-ee9/jetty-ee9-cdi/pom.xml b/jetty-ee9/jetty-ee9-cdi/pom.xml index 972a5e05060..f8d22addbef 100644 --- a/jetty-ee9/jetty-ee9-cdi/pom.xml +++ b/jetty-ee9/jetty-ee9-cdi/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-cdi jar diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-jar/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-jar/pom.xml index 333d36163d9..2173f1017b7 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-jar/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-jar/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demo-async-rest - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-demo-async-rest-jar jar diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-server/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-server/pom.xml index e74963bb8ba..ef0badd720c 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-server/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demo-async-rest - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-demo-async-rest-server jar diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-webapp/pom.xml index 930c6000fbf..ed54dd484cc 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/jetty-ee9-demo-async-rest-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demo-async-rest - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-demo-async-rest-webapp war diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/pom.xml index 82a90a373af..fb3935c4964 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-async-rest/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-demo-async-rest pom diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-embedded/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-embedded/pom.xml index dbb067df890..79bacc3ad55 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-embedded/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-embedded/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-demo-embedded EE9 :: Demo :: Embedded Jetty diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jaas-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jaas-webapp/pom.xml index 308a470bd6c..139feecc431 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jaas-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jaas-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-demo-jaas-webapp war diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jetty-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jetty-webapp/pom.xml index 6de16550e70..6077cdae97b 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jetty-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jetty-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-demo-jetty-webapp war diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jndi-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jndi-webapp/pom.xml index 15dfc6dd65a..86c946cd5d4 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jndi-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jndi-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-demo-jndi-webapp war diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jsp-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jsp-webapp/pom.xml index b3d43e46230..b7c8be49c7d 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jsp-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jsp-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-demo-jsp-webapp war diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-mock-resources/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-mock-resources/pom.xml index e5702aa74d7..4e994e45b64 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-mock-resources/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-mock-resources/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-demo-mock-resources jar diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-proxy-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-proxy-webapp/pom.xml index 08cdf0841d7..babc654893d 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-proxy-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-proxy-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-demo-proxy-webapp war diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-simple-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-simple-webapp/pom.xml index b382ae73c59..5b4b9bcb3bc 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-simple-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-simple-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-demo-simple-webapp war diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-container-initializer/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-container-initializer/pom.xml index b239de915e5..0117ddde805 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-container-initializer/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-container-initializer/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.13 + 12.0.14-SNAPSHOT ../../pom.xml jetty-ee9-demo-container-initializer diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-spec-webapp/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-spec-webapp/pom.xml index f04e01e756e..b798a934dc5 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-spec-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-spec-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.13 + 12.0.14-SNAPSHOT ../../pom.xml jetty-ee9-demo-spec-webapp diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-web-fragment/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-web-fragment/pom.xml index 6cb82170f01..6daabb45862 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-web-fragment/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/jetty-ee9-demo-web-fragment/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.13 + 12.0.14-SNAPSHOT ../../pom.xml jetty-ee9-demo-web-fragment diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/pom.xml index 97265978b83..e759c9c4db9 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-spec/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-demo-spec pom diff --git a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-template/pom.xml b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-template/pom.xml index 3d0423cb514..546a01131f1 100644 --- a/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-template/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-template/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.demos jetty-ee9-demos - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-demo-template jar diff --git a/jetty-ee9/jetty-ee9-demos/pom.xml b/jetty-ee9/jetty-ee9-demos/pom.xml index 0ac68f260b7..d20b2efd1d5 100644 --- a/jetty-ee9/jetty-ee9-demos/pom.xml +++ b/jetty-ee9/jetty-ee9-demos/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9.demos jetty-ee9-demos diff --git a/jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml b/jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml index 3bcb8c9d00a..31556e43f60 100644 --- a/jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml +++ b/jetty-ee9/jetty-ee9-fcgi-proxy/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-fcgi-proxy EE9 :: FCGI Proxy diff --git a/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml b/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml index f337a05cecd..7e64b7e5932 100644 --- a/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml +++ b/jetty-ee9/jetty-ee9-glassfish-jstl/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-glassfish-jstl jar diff --git a/jetty-ee9/jetty-ee9-home/pom.xml b/jetty-ee9/jetty-ee9-home/pom.xml index c04111fd5f7..d3ef047b0ed 100644 --- a/jetty-ee9/jetty-ee9-home/pom.xml +++ b/jetty-ee9/jetty-ee9-home/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-home pom diff --git a/jetty-ee9/jetty-ee9-jaspi/pom.xml b/jetty-ee9/jetty-ee9-jaspi/pom.xml index 1ef35078c40..129467ad438 100644 --- a/jetty-ee9/jetty-ee9-jaspi/pom.xml +++ b/jetty-ee9/jetty-ee9-jaspi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-jaspi EE9 :: JASPI diff --git a/jetty-ee9/jetty-ee9-jndi/pom.xml b/jetty-ee9/jetty-ee9-jndi/pom.xml index dd776004c62..d82edcf111f 100644 --- a/jetty-ee9/jetty-ee9-jndi/pom.xml +++ b/jetty-ee9/jetty-ee9-jndi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-jndi EE9 :: JNDI diff --git a/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml b/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml index e470374bbd5..11f9a1d8fc7 100644 --- a/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml +++ b/jetty-ee9/jetty-ee9-jspc-maven-plugin/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-jspc-maven-plugin maven-plugin diff --git a/jetty-ee9/jetty-ee9-maven-plugin/pom.xml b/jetty-ee9/jetty-ee9-maven-plugin/pom.xml index a35f32e7c70..6caecd7dd16 100644 --- a/jetty-ee9/jetty-ee9-maven-plugin/pom.xml +++ b/jetty-ee9/jetty-ee9-maven-plugin/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-maven-plugin maven-plugin diff --git a/jetty-ee9/jetty-ee9-nested/pom.xml b/jetty-ee9/jetty-ee9-nested/pom.xml index 0f3c7af33ac..c02d12d525c 100644 --- a/jetty-ee9/jetty-ee9-nested/pom.xml +++ b/jetty-ee9/jetty-ee9-nested/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-nested EE9 :: Nested diff --git a/jetty-ee9/jetty-ee9-openid/pom.xml b/jetty-ee9/jetty-ee9-openid/pom.xml index 9e6c7db31a3..ca478bc0437 100644 --- a/jetty-ee9/jetty-ee9-openid/pom.xml +++ b/jetty-ee9/jetty-ee9-openid/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-openid EE9 :: OpenID diff --git a/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot-jsp/pom.xml b/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot-jsp/pom.xml index bd9931b8529..87a53015b90 100644 --- a/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot-jsp/pom.xml +++ b/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot-jsp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.osgi jetty-ee9-osgi - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-osgi-boot-jsp EE9 :: OSGi :: Boot JSP diff --git a/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot/pom.xml b/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot/pom.xml index f359838d81f..27a431db76f 100644 --- a/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot/pom.xml +++ b/jetty-ee9/jetty-ee9-osgi/jetty-ee9-osgi-boot/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.osgi jetty-ee9-osgi - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-osgi-boot EE9 :: OSGi :: Boot diff --git a/jetty-ee9/jetty-ee9-osgi/pom.xml b/jetty-ee9/jetty-ee9-osgi/pom.xml index d797d194b47..6e38cd21855 100644 --- a/jetty-ee9/jetty-ee9-osgi/pom.xml +++ b/jetty-ee9/jetty-ee9-osgi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9.osgi jetty-ee9-osgi diff --git a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-fragment/pom.xml b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-fragment/pom.xml index d632071de9b..85f26a1b07a 100644 --- a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-fragment/pom.xml +++ b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-fragment/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.osgi jetty-ee9-osgi - 12.0.13 + 12.0.14-SNAPSHOT test-jetty-ee9-osgi-fragment EE9 :: OSGi :: WebApp Fragment diff --git a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-server/pom.xml b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-server/pom.xml index 9edfa4d3a6f..1b8ef6eea62 100644 --- a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-server/pom.xml +++ b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-server/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.osgi jetty-ee9-osgi - 12.0.13 + 12.0.14-SNAPSHOT test-jetty-ee9-osgi-server EE9 :: OSGi :: Server diff --git a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-webapp-resources/pom.xml b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-webapp-resources/pom.xml index 1e2ad21535b..da11ef48930 100644 --- a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-webapp-resources/pom.xml +++ b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi-webapp-resources/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.osgi jetty-ee9-osgi - 12.0.13 + 12.0.14-SNAPSHOT test-jetty-ee9-osgi-webapp-resources war diff --git a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi/pom.xml b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi/pom.xml index 6f5ae2ac76b..8a0f042a086 100644 --- a/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi/pom.xml +++ b/jetty-ee9/jetty-ee9-osgi/test-jetty-ee9-osgi/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9.osgi jetty-ee9-osgi - 12.0.13 + 12.0.14-SNAPSHOT test-jetty-ee9-osgi EE9 :: OSGi :: Test diff --git a/jetty-ee9/jetty-ee9-plus/pom.xml b/jetty-ee9/jetty-ee9-plus/pom.xml index 768ba3db075..aef4b1cc3f0 100644 --- a/jetty-ee9/jetty-ee9-plus/pom.xml +++ b/jetty-ee9/jetty-ee9-plus/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-plus EE9 :: Plus diff --git a/jetty-ee9/jetty-ee9-proxy/pom.xml b/jetty-ee9/jetty-ee9-proxy/pom.xml index 8fca021ce34..98e6286a238 100644 --- a/jetty-ee9/jetty-ee9-proxy/pom.xml +++ b/jetty-ee9/jetty-ee9-proxy/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-proxy EE9 :: Proxy diff --git a/jetty-ee9/jetty-ee9-quickstart/pom.xml b/jetty-ee9/jetty-ee9-quickstart/pom.xml index 49b09142313..5bd8136e8ad 100644 --- a/jetty-ee9/jetty-ee9-quickstart/pom.xml +++ b/jetty-ee9/jetty-ee9-quickstart/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-quickstart EE9 :: Quick Start diff --git a/jetty-ee9/jetty-ee9-runner/pom.xml b/jetty-ee9/jetty-ee9-runner/pom.xml index ca6e36be413..d780ba05f38 100644 --- a/jetty-ee9/jetty-ee9-runner/pom.xml +++ b/jetty-ee9/jetty-ee9-runner/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-runner EE9 :: Runner diff --git a/jetty-ee9/jetty-ee9-security/pom.xml b/jetty-ee9/jetty-ee9-security/pom.xml index 65c00892507..246a9e1cfff 100644 --- a/jetty-ee9/jetty-ee9-security/pom.xml +++ b/jetty-ee9/jetty-ee9-security/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-security EE9 :: Security diff --git a/jetty-ee9/jetty-ee9-servlet/pom.xml b/jetty-ee9/jetty-ee9-servlet/pom.xml index 1f1d3e6a591..87486bc7c58 100644 --- a/jetty-ee9/jetty-ee9-servlet/pom.xml +++ b/jetty-ee9/jetty-ee9-servlet/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-servlet EE9 :: Servlet diff --git a/jetty-ee9/jetty-ee9-servlets/pom.xml b/jetty-ee9/jetty-ee9-servlets/pom.xml index ddb605d2552..31f75cae166 100644 --- a/jetty-ee9/jetty-ee9-servlets/pom.xml +++ b/jetty-ee9/jetty-ee9-servlets/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-servlets EE9 :: Utility Servlets and Filters diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-bad-websocket-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-bad-websocket-webapp/pom.xml index bfe3d8579ac..d9ef350887f 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-bad-websocket-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-bad-websocket-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-test-bad-websocket-webapp war diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-badinit-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-badinit-webapp/pom.xml index cb9f00f51a5..809b15cbb0a 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-badinit-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-badinit-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-test-badinit-webapp diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi-common-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi-common-webapp/pom.xml index 702588ba191..d2814861d91 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi-common-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi-common-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-test-cdi-common-webapp war diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi/pom.xml index 9c9b4b1a846..bc53409e720 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-test-cdi jar diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-client-transports/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-client-transports/pom.xml index 8eeaa88e233..9b0dcf76c9e 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-client-transports/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-client-transports/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-test-client-transports jar diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-felix-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-felix-webapp/pom.xml index bace981969e..47ffe006ab7 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-felix-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-felix-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-test-felix-webapp war diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-http2-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-http2-webapp/pom.xml index e24d9e09a0e..190bea6ee13 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-http2-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-http2-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-test-http2-webapp war diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-integration/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-integration/pom.xml index cd967252148..99026978e18 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-integration/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-integration/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-test-integration jar diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp-it/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp-it/pom.xml index e2391873d94..3100f885477 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp-it/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp-it/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-test-jmx - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-jmx-webapp-it jar diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp/pom.xml index bc23b2e150b..089f9932fe7 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/jetty-ee9-jmx-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-test-jmx - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-jmx-webapp war diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/pom.xml index 2b4d5987fb7..be1919c136c 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jmx/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-test-jmx pom diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jndi/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jndi/pom.xml index 0ec2eb4304e..4c21187fc3a 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jndi/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-jndi/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-test-jndi jar diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-loginservice/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-loginservice/pom.xml index 3c5dddcdb24..08acb21147e 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-loginservice/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-loginservice/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-test-loginservice EE9 :: Tests :: Login Service diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-openid-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-openid-webapp/pom.xml index bb6da198b20..b0e1eaffac6 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-openid-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-openid-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-test-openid-webapp war diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-owb-cdi-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-owb-cdi-webapp/pom.xml index f1fa5988151..7983a0d83f7 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-owb-cdi-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-owb-cdi-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-test-owb-cdi-webapp war diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-quickstart/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-quickstart/pom.xml index 4027e0f76f3..b1a38ebfcdb 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-quickstart/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-quickstart/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-test-quickstart EE9 :: Tests :: Quick Start diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-common/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-common/pom.xml index 87a2bc6c0cf..e361467823e 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-common/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-common/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-test-sessions - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-test-sessions-common EE9 :: Tests :: Sessions :: Common diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-file/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-file/pom.xml index 1e0e04920f7..cf4c0491613 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-file/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-file/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-test-sessions - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-test-sessions-file EE9 :: Tests :: Sessions :: File diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-gcloud/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-gcloud/pom.xml index c0c6b0e1bcb..ee08df4f507 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-gcloud/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-gcloud/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-test-sessions - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-test-sessions-gcloud EE9 :: Tests :: Sessions :: GCloud diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-hazelcast/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-hazelcast/pom.xml index 6c9f4fdac20..72e325e96aa 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-hazelcast/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-hazelcast/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-test-sessions - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-test-sessions-hazelcast EE9 :: Tests :: Sessions :: Hazelcast diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-infinispan/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-infinispan/pom.xml index 67970f1cbcd..d1a777ada7a 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-infinispan/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-infinispan/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-test-sessions - 12.0.13 + 12.0.14-SNAPSHOT ../pom.xml jetty-ee9-test-sessions-infinispan diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-jdbc/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-jdbc/pom.xml index 3ac87211f70..778a80cef95 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-jdbc/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-jdbc/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-test-sessions - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-test-sessions-jdbc EE9 :: Tests :: Sessions :: JDBC diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-memcached/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-memcached/pom.xml index e324117ab36..227a5ab05d4 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-memcached/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-memcached/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-test-sessions - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-test-sessions-memcached EE9 :: Tests :: Sessions :: Memcached diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-mongodb/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-mongodb/pom.xml index 2c6d052094c..986d1298d28 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-mongodb/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/jetty-ee9-test-sessions-mongodb/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-test-sessions - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-test-sessions-mongodb EE9 :: Tests :: Sessions :: Mongo diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/pom.xml index d4d3c1c5a8a..303a34f3c1f 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-sessions/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-test-sessions pom diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-simple-session-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-simple-session-webapp/pom.xml index a5eee315c3f..581dac56790 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-simple-session-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-simple-session-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-test-simple-session-webapp diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-webapp-rfc2616/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-webapp-rfc2616/pom.xml index a6eb7dc3922..54a2d294b34 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-webapp-rfc2616/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-webapp-rfc2616/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-test-webapp-rfc2616 war diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-provided-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-provided-webapp/pom.xml index b03dddd7f3f..8ff74eb7d32 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-provided-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-provided-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-test-websocket-client-provided-webapp war diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-webapp/pom.xml index 441748d3e4e..735a3b67423 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-client-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-test-websocket-client-webapp war diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-webapp/pom.xml index c413d1b9792..7fc3dbd785b 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-websocket-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-test-websocket-webapp war diff --git a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-weld-cdi-webapp/pom.xml b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-weld-cdi-webapp/pom.xml index 7d2867665e8..0dedfa8fc64 100644 --- a/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-weld-cdi-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/jetty-ee9-test-weld-cdi-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9-tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-test-weld-cdi-webapp war diff --git a/jetty-ee9/jetty-ee9-tests/pom.xml b/jetty-ee9/jetty-ee9-tests/pom.xml index 2ab41f82d22..c2f3e9a2859 100644 --- a/jetty-ee9/jetty-ee9-tests/pom.xml +++ b/jetty-ee9/jetty-ee9-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-tests pom diff --git a/jetty-ee9/jetty-ee9-webapp/pom.xml b/jetty-ee9/jetty-ee9-webapp/pom.xml index e1946c42c9e..6045bc5e0af 100644 --- a/jetty-ee9/jetty-ee9-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-webapp EE9 :: WebApp diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client-webapp/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client-webapp/pom.xml index 90d3861a541..d56e8d90e5d 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.13 + 12.0.14-SNAPSHOT ../pom.xml jetty-ee9-websocket-jakarta-client-webapp diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client/pom.xml index 2958f5aac99..1ff0f989483 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.13 + 12.0.14-SNAPSHOT ../pom.xml jetty-ee9-websocket-jakarta-client diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-common/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-common/pom.xml index 402ca5134d0..37a384dfa23 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-common/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-websocket-jakarta-common EE9 :: Websocket :: Jakarta Common diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-server/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-server/pom.xml index dc7769c41d4..1b0abb9e83e 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-server/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-websocket-jakarta-server EE9 :: Websocket :: Jakarta Server diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-tests/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-tests/pom.xml index 4d474f07786..fd6636551d0 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-tests/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jakarta-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-websocket-jakarta-tests EE9 :: Websocket :: Jakarta Tests diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-api/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-api/pom.xml index f16ebefa8ab..224c935ca07 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-api/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-api/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-websocket-jetty-api EE9 :: Websocket :: Jetty API diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client-webapp/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client-webapp/pom.xml index 35f5f5e605b..e925539f964 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client-webapp/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client-webapp/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-websocket-jetty-client-webapp EE9 :: Websocket :: Jetty Client WebApp diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client/pom.xml index 29c2645a6ba..c17c97bbe73 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-websocket-jetty-client EE9 :: Websocket :: Jetty Client diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-common/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-common/pom.xml index d750526cf1a..282d66daa97 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-common/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-websocket-jetty-common EE9 :: Websocket :: Jetty Common diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-server/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-server/pom.xml index 70ac94c50c6..a2f86c742e0 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-server/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-websocket-jetty-server EE9 :: Websocket :: Jetty Server diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-tests/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-tests/pom.xml index 63bde3c4c17..d4d189b9340 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-tests/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-websocket-jetty-tests EE9 :: Websocket :: Jetty Tests diff --git a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-servlet/pom.xml b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-servlet/pom.xml index f63a5a2bb22..11c268df647 100644 --- a/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-servlet/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-servlet/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9.websocket jetty-ee9-websocket - 12.0.13 + 12.0.14-SNAPSHOT jetty-ee9-websocket-servlet EE9 :: Websocket :: Servlet diff --git a/jetty-ee9/jetty-ee9-websocket/pom.xml b/jetty-ee9/jetty-ee9-websocket/pom.xml index 08386c05061..11a05da4f05 100644 --- a/jetty-ee9/jetty-ee9-websocket/pom.xml +++ b/jetty-ee9/jetty-ee9-websocket/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.ee9 jetty-ee9 - 12.0.13 + 12.0.14-SNAPSHOT ../pom.xml org.eclipse.jetty.ee9.websocket diff --git a/jetty-ee9/pom.xml b/jetty-ee9/pom.xml index 5cb0a8ac3a2..f1d411fedab 100644 --- a/jetty-ee9/pom.xml +++ b/jetty-ee9/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.ee9 jetty-ee9 diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml index d0bbf10e232..2952a1dab64 100644 --- a/jetty-home/pom.xml +++ b/jetty-home/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 12.0.13 + 12.0.14-SNAPSHOT ../pom.xml jetty-home diff --git a/jetty-integrations/jetty-gcloud/jetty-gcloud-session-manager/pom.xml b/jetty-integrations/jetty-gcloud/jetty-gcloud-session-manager/pom.xml index a5cab5f51e2..a274aad7b09 100644 --- a/jetty-integrations/jetty-gcloud/jetty-gcloud-session-manager/pom.xml +++ b/jetty-integrations/jetty-gcloud/jetty-gcloud-session-manager/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.gcloud jetty-gcloud - 12.0.13 + 12.0.14-SNAPSHOT jetty-gcloud-session-manager Integrations :: GCloud :: Sessions diff --git a/jetty-integrations/jetty-gcloud/pom.xml b/jetty-integrations/jetty-gcloud/pom.xml index 30b2c96d0fe..39909b2fda6 100644 --- a/jetty-integrations/jetty-gcloud/pom.xml +++ b/jetty-integrations/jetty-gcloud/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-integrations - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.gcloud jetty-gcloud diff --git a/jetty-integrations/jetty-hazelcast/pom.xml b/jetty-integrations/jetty-hazelcast/pom.xml index 9730a293526..034ec220486 100644 --- a/jetty-integrations/jetty-hazelcast/pom.xml +++ b/jetty-integrations/jetty-hazelcast/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-integrations - 12.0.13 + 12.0.14-SNAPSHOT jetty-hazelcast Integrations :: Hazelcast :: Sessions diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml index 3f14f7d88fb..0e89174ff9a 100644 --- a/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml +++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-common/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-infinispan - 12.0.13 + 12.0.14-SNAPSHOT jetty-infinispan-common Integrations :: Infinispan :: Sessions diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded-query/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded-query/pom.xml index b7df7e8f515..33a7d711e3d 100644 --- a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded-query/pom.xml +++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded-query/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-infinispan - 12.0.13 + 12.0.14-SNAPSHOT jetty-infinispan-embedded-query Integrations :: Infinispan :: Embedded with Querying diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml index c5c52b2adb6..7ee1e345db6 100644 --- a/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml +++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-embedded/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-infinispan - 12.0.13 + 12.0.14-SNAPSHOT jetty-infinispan-embedded pom diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote-query/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote-query/pom.xml index 9a1d86b341a..ef94e268c63 100644 --- a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote-query/pom.xml +++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote-query/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-infinispan - 12.0.13 + 12.0.14-SNAPSHOT jetty-infinispan-remote-query Integrations :: Infinispan :: Remote with Querying diff --git a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml index 43bb89ea812..356197e3b04 100644 --- a/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml +++ b/jetty-integrations/jetty-infinispan/jetty-infinispan-remote/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-infinispan - 12.0.13 + 12.0.14-SNAPSHOT jetty-infinispan-remote pom diff --git a/jetty-integrations/jetty-infinispan/pom.xml b/jetty-integrations/jetty-infinispan/pom.xml index da3b0130611..291afedb91d 100644 --- a/jetty-integrations/jetty-infinispan/pom.xml +++ b/jetty-integrations/jetty-infinispan/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-integrations - 12.0.13 + 12.0.14-SNAPSHOT jetty-infinispan pom diff --git a/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml b/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml index 260187e9f93..d3e087fc48e 100644 --- a/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml +++ b/jetty-integrations/jetty-memcached/jetty-memcached-sessions/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.memcached jetty-memcached - 12.0.13 + 12.0.14-SNAPSHOT jetty-memcached-sessions Integrations :: Memcached :: Sessions diff --git a/jetty-integrations/jetty-memcached/pom.xml b/jetty-integrations/jetty-memcached/pom.xml index 6fa185f035b..2541fe0ef5a 100644 --- a/jetty-integrations/jetty-memcached/pom.xml +++ b/jetty-integrations/jetty-memcached/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-integrations - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.memcached jetty-memcached diff --git a/jetty-integrations/jetty-nosql/pom.xml b/jetty-integrations/jetty-nosql/pom.xml index de156b457d8..727dfa2a0f1 100644 --- a/jetty-integrations/jetty-nosql/pom.xml +++ b/jetty-integrations/jetty-nosql/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-integrations - 12.0.13 + 12.0.14-SNAPSHOT jetty-nosql Integrations :: NoSQL :: Sessions diff --git a/jetty-integrations/pom.xml b/jetty-integrations/pom.xml index 2e652e6096d..13b860605ae 100644 --- a/jetty-integrations/pom.xml +++ b/jetty-integrations/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty jetty-project - 12.0.13 + 12.0.14-SNAPSHOT jetty-integrations pom diff --git a/jetty-p2/pom.xml b/jetty-p2/pom.xml index d877805a8c9..98996ee8f11 100644 --- a/jetty-p2/pom.xml +++ b/jetty-p2/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 12.0.13 + 12.0.14-SNAPSHOT jetty-p2 pom diff --git a/pom.xml b/pom.xml index 95ec0d21a4f..45ab820e776 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.eclipse.jetty jetty-project - 12.0.13 + 12.0.14-SNAPSHOT pom Jetty :: Project The Eclipse Jetty Project diff --git a/tests/jetty-jmh/pom.xml b/tests/jetty-jmh/pom.xml index 6b9687e30fd..23bf936c37c 100644 --- a/tests/jetty-jmh/pom.xml +++ b/tests/jetty-jmh/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-jmh Tests :: JMH diff --git a/tests/jetty-test-multipart/pom.xml b/tests/jetty-test-multipart/pom.xml index 66b429ecb28..ecc2a6c2e3d 100644 --- a/tests/jetty-test-multipart/pom.xml +++ b/tests/jetty-test-multipart/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-test-multipart jar diff --git a/tests/jetty-test-session-common/pom.xml b/tests/jetty-test-session-common/pom.xml index 42cd9399c67..23fbfeb8478 100644 --- a/tests/jetty-test-session-common/pom.xml +++ b/tests/jetty-test-session-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-test-session-common jar diff --git a/tests/jetty-testers/pom.xml b/tests/jetty-testers/pom.xml index d220dd918b4..d82a4efc707 100644 --- a/tests/jetty-testers/pom.xml +++ b/tests/jetty-testers/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests tests - 12.0.13 + 12.0.14-SNAPSHOT jetty-testers jar diff --git a/tests/pom.xml b/tests/pom.xml index 223d3f40e01..06822f7540f 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty jetty-project - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.tests tests diff --git a/tests/test-cross-context-dispatch/ccd-common/pom.xml b/tests/test-cross-context-dispatch/ccd-common/pom.xml index 3fd189a7fce..2c0baedd2b1 100644 --- a/tests/test-cross-context-dispatch/ccd-common/pom.xml +++ b/tests/test-cross-context-dispatch/ccd-common/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests.ccd test-cross-context-dispatch - 12.0.13 + 12.0.14-SNAPSHOT ccd-common jar diff --git a/tests/test-cross-context-dispatch/ccd-ee10-webapp/pom.xml b/tests/test-cross-context-dispatch/ccd-ee10-webapp/pom.xml index 8c0e9a0f102..66e12c92454 100644 --- a/tests/test-cross-context-dispatch/ccd-ee10-webapp/pom.xml +++ b/tests/test-cross-context-dispatch/ccd-ee10-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests.ccd test-cross-context-dispatch - 12.0.13 + 12.0.14-SNAPSHOT ccd-ee10-webapp war diff --git a/tests/test-cross-context-dispatch/ccd-ee8-webapp/pom.xml b/tests/test-cross-context-dispatch/ccd-ee8-webapp/pom.xml index 5a4dc6dd7ed..007c21e8dca 100644 --- a/tests/test-cross-context-dispatch/ccd-ee8-webapp/pom.xml +++ b/tests/test-cross-context-dispatch/ccd-ee8-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests.ccd test-cross-context-dispatch - 12.0.13 + 12.0.14-SNAPSHOT ccd-ee8-webapp war diff --git a/tests/test-cross-context-dispatch/ccd-ee9-webapp/pom.xml b/tests/test-cross-context-dispatch/ccd-ee9-webapp/pom.xml index 6957de569f3..22782c7cd40 100644 --- a/tests/test-cross-context-dispatch/ccd-ee9-webapp/pom.xml +++ b/tests/test-cross-context-dispatch/ccd-ee9-webapp/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests.ccd test-cross-context-dispatch - 12.0.13 + 12.0.14-SNAPSHOT ccd-ee9-webapp war diff --git a/tests/test-cross-context-dispatch/ccd-tests/pom.xml b/tests/test-cross-context-dispatch/ccd-tests/pom.xml index db7a09e8db6..a557aa571e9 100644 --- a/tests/test-cross-context-dispatch/ccd-tests/pom.xml +++ b/tests/test-cross-context-dispatch/ccd-tests/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests.ccd test-cross-context-dispatch - 12.0.13 + 12.0.14-SNAPSHOT ccd-tests jar diff --git a/tests/test-cross-context-dispatch/pom.xml b/tests/test-cross-context-dispatch/pom.xml index 2f192b952d1..9e905d8b4ac 100644 --- a/tests/test-cross-context-dispatch/pom.xml +++ b/tests/test-cross-context-dispatch/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests tests - 12.0.13 + 12.0.14-SNAPSHOT org.eclipse.jetty.tests.ccd test-cross-context-dispatch diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml index ae91335d673..245bcb68740 100644 --- a/tests/test-distribution/pom.xml +++ b/tests/test-distribution/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests tests - 12.0.13 + 12.0.14-SNAPSHOT test-distribution pom diff --git a/tests/test-distribution/test-distribution-common/pom.xml b/tests/test-distribution/test-distribution-common/pom.xml index d8093466059..b83a3ba2775 100644 --- a/tests/test-distribution/test-distribution-common/pom.xml +++ b/tests/test-distribution/test-distribution-common/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests test-distribution - 12.0.13 + 12.0.14-SNAPSHOT test-distribution-common jar diff --git a/tests/test-distribution/test-ee10-distribution/pom.xml b/tests/test-distribution/test-ee10-distribution/pom.xml index d7ea33759c8..102827f96d9 100644 --- a/tests/test-distribution/test-ee10-distribution/pom.xml +++ b/tests/test-distribution/test-ee10-distribution/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests test-distribution - 12.0.13 + 12.0.14-SNAPSHOT test-ee10-distribution jar diff --git a/tests/test-distribution/test-ee9-distribution/pom.xml b/tests/test-distribution/test-ee9-distribution/pom.xml index 9a2cfedcba1..c49ace26941 100644 --- a/tests/test-distribution/test-ee9-distribution/pom.xml +++ b/tests/test-distribution/test-ee9-distribution/pom.xml @@ -5,7 +5,7 @@ org.eclipse.jetty.tests test-distribution - 12.0.13 + 12.0.14-SNAPSHOT test-ee9-distribution jar diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml index 88b2af8ebbb..4943f85df11 100644 --- a/tests/test-integration/pom.xml +++ b/tests/test-integration/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests - 12.0.13 + 12.0.14-SNAPSHOT test-integration jar diff --git a/tests/test-jpms/pom.xml b/tests/test-jpms/pom.xml index 36477fb9860..5c2f21abb59 100644 --- a/tests/test-jpms/pom.xml +++ b/tests/test-jpms/pom.xml @@ -4,7 +4,7 @@ org.eclipse.jetty.tests tests - 12.0.13 + 12.0.14-SNAPSHOT test-jpms Tests :: JPMS From d5130f1f4418a22de98a17e1953bfc626a5ed104 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Sat, 7 Sep 2024 08:59:50 +1000 Subject: [PATCH 04/31] remove useless option Signed-off-by: Olivier Lamy --- build/scripts/release-jetty.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/release-jetty.sh b/build/scripts/release-jetty.sh index 7b1e34dde03..184630f59b6 100755 --- a/build/scripts/release-jetty.sh +++ b/build/scripts/release-jetty.sh @@ -92,7 +92,7 @@ DEPLOY_OPTS="-DskipTests -Dasciidoctor.skip=false -Dmaven.build.cache.enabled=fa # DEPLOY_OPTS="$DEPLOY_OPTS -DaltDeploymentRepository=intarget::default::file://$ALT_DEPLOY_DIR/" # Uncomment for Java 1.7 -export MAVEN_OPTS="-Xmx8g -Xms8g -client" +export MAVEN_OPTS="-Xmx8g -Xms8g" echo "" echo "-----------------------------------------------" From daa4923779b34bc5253287e3a64018072f933311 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Thu, 12 Sep 2024 07:08:44 +1000 Subject: [PATCH 05/31] Jetty 12.0.x Use cache stored in nexus to avoid having to maintain a separate nginx pod which consume cpu and memory (#12258) * use nexus remote cache rather than home made container --------- Signed-off-by: Olivier Lamy --- .mvn/maven-build-cache-config.xml | 8 ++++---- Jenkinsfile | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.mvn/maven-build-cache-config.xml b/.mvn/maven-build-cache-config.xml index b0bd4f212d3..47a12e818ef 100644 --- a/.mvn/maven-build-cache-config.xml +++ b/.mvn/maven-build-cache-config.xml @@ -6,11 +6,11 @@ - - + + diff --git a/Jenkinsfile b/Jenkinsfile index 16c7c1a7a68..001c811cb05 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -125,11 +125,11 @@ def mavenBuild(jdk, cmdline, mvnName) { buildCache = useBuildCache() if (buildCache) { echo "Using build cache" - extraArgs = " -Dmaven.build.cache.restoreGeneratedSources=false -Dmaven.build.cache.remote.url=http://nginx-cache-service.jenkins.svc.cluster.local:80 -Dmaven.build.cache.remote.enabled=true -Dmaven.build.cache.remote.save.enabled=true -Dmaven.build.cache.remote.server.id=remote-build-cache-server -Daether.connector.http.supportWebDav=true " + extraArgs = " -Dmaven.build.cache.restoreGeneratedSources=false -Dmaven.build.cache.remote.url=http://nexus-service.nexus.svc.cluster.local:8081/repository/maven-build-cache -Dmaven.build.cache.remote.enabled=true -Dmaven.build.cache.remote.save.enabled=true -Dmaven.build.cache.remote.server.id=nexus-cred " } else { // when not using cache echo "Not using build cache" - extraArgs = " -Dmaven.test.failure.ignore=true -Dmaven.build.cache.skipCache=true -Dmaven.build.cache.remote.url=http://nginx-cache-service.jenkins.svc.cluster.local:80 -Dmaven.build.cache.remote.enabled=true -Dmaven.build.cache.remote.save.enabled=true -Dmaven.build.cache.remote.server.id=remote-build-cache-server -Daether.connector.http.supportWebDav=true " + extraArgs = " -Dmaven.test.failure.ignore=true -Dmaven.build.cache.skipCache=true -Dmaven.build.cache.remote.url=http://nexus-service.nexus.svc.cluster.local:8081/repository/maven-build-cache -Dmaven.build.cache.remote.enabled=true -Dmaven.build.cache.remote.save.enabled=true -Dmaven.build.cache.remote.server.id=nexus-cred " } if (env.BRANCH_NAME ==~ /PR-\d+/) { if (pullRequest.labels.contains("build-all-tests")) { From 0553fe3030064b57f5a3f6cda77da446ee7cbae2 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Thu, 12 Sep 2024 09:44:37 +1000 Subject: [PATCH 06/31] fix cache url Signed-off-by: Olivier Lamy --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 18886fbe488..c3ac98e1f00 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -125,11 +125,11 @@ def mavenBuild(jdk, cmdline, mvnName) { buildCache = useBuildCache() if (buildCache) { echo "Using build cache" - extraArgs = " -Dmaven.build.cache.restoreGeneratedSources=false -Dmaven.build.cache.remote.url=http://nginx-cache-service.jenkins.svc.cluster.local:80 -Dmaven.build.cache.remote.enabled=true -Dmaven.build.cache.remote.save.enabled=true -Dmaven.build.cache.remote.server.id=remote-build-cache-server -Daether.connector.http.supportWebDav=true " + extraArgs = " -Dmaven.build.cache.restoreGeneratedSources=false -Dmaven.build.cache.remote.url=http://nexus-service.nexus.svc.cluster.local:8081/repository/maven-build-cache -Dmaven.build.cache.remote.enabled=true -Dmaven.build.cache.remote.save.enabled=true -Dmaven.build.cache.remote.server.id=nexus-cred " } else { // when not using cache echo "Not using build cache" - extraArgs = " -Dmaven.test.failure.ignore=true -Dmaven.build.cache.skipCache=true -Dmaven.build.cache.remote.url=http://nginx-cache-service.jenkins.svc.cluster.local:80 -Dmaven.build.cache.remote.enabled=true -Dmaven.build.cache.remote.save.enabled=true -Dmaven.build.cache.remote.server.id=remote-build-cache-server -Daether.connector.http.supportWebDav=true " + extraArgs = " -Dmaven.test.failure.ignore=true -Dmaven.build.cache.skipCache=true -Dmaven.build.cache.remote.url=http://nexus-service.nexus.svc.cluster.local:8081/repository/maven-build-cache -Dmaven.build.cache.remote.enabled=true -Dmaven.build.cache.remote.save.enabled=true -Dmaven.build.cache.remote.server.id=nexus-cred " } if (env.BRANCH_NAME ==~ /PR-\d+/) { if (pullRequest.labels.contains("build-all-tests")) { From 5105afafa45c957b326ba62886af0b6244999362 Mon Sep 17 00:00:00 2001 From: Jan Bartel Date: Mon, 16 Sep 2024 08:48:06 +1000 Subject: [PATCH 07/31] Issue #12241 Restore SameSite config as session cookie comment. (#12263) * Issue #12241 Restore SameSite config as session cookie comment in ee8/9. --- .../eclipse/jetty/ee9/nested/Response.java | 20 ++++---- .../jetty/ee9/nested/SessionHandler.java | 18 ++++++- .../jetty/ee9/nested/SessionHandlerTest.java | 47 +++++++++++++++++-- 3 files changed, 69 insertions(+), 16 deletions(-) diff --git a/jetty-ee9/jetty-ee9-nested/src/main/java/org/eclipse/jetty/ee9/nested/Response.java b/jetty-ee9/jetty-ee9-nested/src/main/java/org/eclipse/jetty/ee9/nested/Response.java index 37f94674459..8251fa9a576 100644 --- a/jetty-ee9/jetty-ee9-nested/src/main/java/org/eclipse/jetty/ee9/nested/Response.java +++ b/jetty-ee9/jetty-ee9-nested/src/main/java/org/eclipse/jetty/ee9/nested/Response.java @@ -76,20 +76,20 @@ public class Response implements HttpServletResponse * String used in the {@code Comment} attribute of {@link Cookie} * to support the {@code HttpOnly} attribute. **/ - private static final String HTTP_ONLY_COMMENT = "__HTTP_ONLY__"; + protected static final String HTTP_ONLY_COMMENT = "__HTTP_ONLY__"; /** * String used in the {@code Comment} attribute of {@link Cookie} * to support the {@code Partitioned} attribute. **/ - private static final String PARTITIONED_COMMENT = "__PARTITIONED__"; + protected static final String PARTITIONED_COMMENT = "__PARTITIONED__"; /** * The strings used in the {@code Comment} attribute of {@link Cookie} * to support the {@code SameSite} attribute. **/ - private static final String SAME_SITE_COMMENT = "__SAME_SITE_"; - private static final String SAME_SITE_NONE_COMMENT = SAME_SITE_COMMENT + "NONE__"; - private static final String SAME_SITE_LAX_COMMENT = SAME_SITE_COMMENT + "LAX__"; - private static final String SAME_SITE_STRICT_COMMENT = SAME_SITE_COMMENT + "STRICT__"; + protected static final String SAME_SITE_COMMENT = "__SAME_SITE_"; + protected static final String SAME_SITE_NONE_COMMENT = SAME_SITE_COMMENT + "NONE__"; + protected static final String SAME_SITE_LAX_COMMENT = SAME_SITE_COMMENT + "LAX__"; + protected static final String SAME_SITE_STRICT_COMMENT = SAME_SITE_COMMENT + "STRICT__"; public enum OutputType { @@ -1494,7 +1494,7 @@ public class Response implements HttpServletResponse } } - private static class HttpCookieFacade implements HttpCookie + protected static class HttpCookieFacade implements HttpCookie { private final Cookie _cookie; private final String _comment; @@ -1622,12 +1622,12 @@ public class Response implements HttpServletResponse return comment != null && comment.contains(HTTP_ONLY_COMMENT); } - private static boolean isPartitionedInComment(String comment) + protected static boolean isPartitionedInComment(String comment) { return comment != null && comment.contains(PARTITIONED_COMMENT); } - private static SameSite getSameSiteFromComment(String comment) + protected static SameSite getSameSiteFromComment(String comment) { if (comment == null) return null; @@ -1640,7 +1640,7 @@ public class Response implements HttpServletResponse return null; } - private static String getCommentWithoutAttributes(String comment) + protected static String getCommentWithoutAttributes(String comment) { if (comment == null) return null; diff --git a/jetty-ee9/jetty-ee9-nested/src/main/java/org/eclipse/jetty/ee9/nested/SessionHandler.java b/jetty-ee9/jetty-ee9-nested/src/main/java/org/eclipse/jetty/ee9/nested/SessionHandler.java index aae6b5596b6..214e2b871ce 100644 --- a/jetty-ee9/jetty-ee9-nested/src/main/java/org/eclipse/jetty/ee9/nested/SessionHandler.java +++ b/jetty-ee9/jetty-ee9-nested/src/main/java/org/eclipse/jetty/ee9/nested/SessionHandler.java @@ -53,6 +53,7 @@ import org.eclipse.jetty.session.SessionConfig; import org.eclipse.jetty.session.SessionIdManager; import org.eclipse.jetty.session.SessionManager; import org.eclipse.jetty.util.Callback; +import org.eclipse.jetty.util.StringUtil; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -613,7 +614,8 @@ public class SessionHandler extends ScopedHandler implements SessionConfig.Mutab * CookieConfig * * Implementation of the jakarta.servlet.SessionCookieConfig. - * SameSite configuration can be achieved by using setComment + * SameSite configuration can be achieved by using setComment. + * Partitioned configuration can be achieved by using setComment. * * @see HttpCookie */ @@ -671,7 +673,19 @@ public class SessionHandler extends ScopedHandler implements SessionConfig.Mutab public void setComment(String comment) { checkAvailable(); - _sessionManager.setSessionComment(comment); + + if (!StringUtil.isEmpty(comment)) + { + HttpCookie.SameSite sameSite = Response.HttpCookieFacade.getSameSiteFromComment(comment); + if (sameSite != null) + _sessionManager.setSameSite(sameSite); + + boolean partitioned = Response.HttpCookieFacade.isPartitionedInComment(comment); + if (partitioned) + _sessionManager.setPartitioned(partitioned); + + _sessionManager.setSessionComment(Response.HttpCookieFacade.getCommentWithoutAttributes(comment)); + } } @Override diff --git a/jetty-ee9/jetty-ee9-nested/src/test/java/org/eclipse/jetty/ee9/nested/SessionHandlerTest.java b/jetty-ee9/jetty-ee9-nested/src/test/java/org/eclipse/jetty/ee9/nested/SessionHandlerTest.java index 8053c8315ca..cf0ed7df1d1 100644 --- a/jetty-ee9/jetty-ee9-nested/src/test/java/org/eclipse/jetty/ee9/nested/SessionHandlerTest.java +++ b/jetty-ee9/jetty-ee9-nested/src/test/java/org/eclipse/jetty/ee9/nested/SessionHandlerTest.java @@ -168,7 +168,7 @@ public class SessionHandlerTest } @Test - public void testSessionCookie() throws Exception + public void testSessionCookieConfig() throws Exception { Server server = new Server(); MockSessionIdManager idMgr = new MockSessionIdManager(server); @@ -190,12 +190,51 @@ public class SessionHandlerTest sessionCookieConfig.setSecure(false); sessionCookieConfig.setPath("/foo"); sessionCookieConfig.setMaxAge(99); + + //test setting SameSite and Partitioned the old way in the comment + sessionCookieConfig.setComment(Response.PARTITIONED_COMMENT + " " + Response.SAME_SITE_STRICT_COMMENT); - //for < ee10, SameSite cannot be set on the SessionCookieConfig, only on the SessionManager, or - //a default value on the context attribute org.eclipse.jetty.cookie.sameSiteDefault + HttpCookie cookie = mgr.getSessionManager().getSessionCookie(session, false); + assertEquals("SPECIAL", cookie.getName()); + assertEquals("universe", cookie.getDomain()); + assertEquals("/foo", cookie.getPath()); + assertFalse(cookie.isHttpOnly()); + assertFalse(cookie.isSecure()); + assertTrue(cookie.isPartitioned()); + assertEquals(99, cookie.getMaxAge()); + assertEquals(HttpCookie.SameSite.STRICT, cookie.getSameSite()); + + String cookieStr = HttpCookieUtils.getRFC6265SetCookie(cookie); + assertThat(cookieStr, containsString("; Partitioned; SameSite=Strict")); + } + + @Test + public void testSessionCookieViaSetters() throws Exception + { + Server server = new Server(); + MockSessionIdManager idMgr = new MockSessionIdManager(server); + idMgr.setWorkerName("node1"); + SessionHandler mgr = new SessionHandler(); + MockSessionCache cache = new MockSessionCache(mgr.getSessionManager()); + cache.setSessionDataStore(new NullSessionDataStore()); + mgr.setSessionCache(cache); + mgr.setSessionIdManager(idMgr); + + long now = System.currentTimeMillis(); + + ManagedSession session = new ManagedSession(mgr.getSessionManager(), new SessionData("123", "_foo", "0.0.0.0", now, now, now, 30)); + session.setExtendedId("123.node1"); + + //test setting up session cookie via setters on SessionHandler + mgr.setSessionCookie("SPECIAL"); + mgr.setSessionDomain("universe"); + mgr.setHttpOnly(false); + mgr.setSecureCookies(false); + mgr.setSessionPath("/foo"); + mgr.setMaxCookieAge(99); mgr.setSameSite(HttpCookie.SameSite.STRICT); mgr.setPartitioned(true); - + HttpCookie cookie = mgr.getSessionManager().getSessionCookie(session, false); assertEquals("SPECIAL", cookie.getName()); assertEquals("universe", cookie.getDomain()); From 2018c439b699e386b4a5d5aec9726d684aedd2c9 Mon Sep 17 00:00:00 2001 From: Ludovic Orban Date: Fri, 13 Sep 2024 10:06:47 +0200 Subject: [PATCH 08/31] #12268 reset _iterate flag when another processing is scheduled Signed-off-by: Ludovic Orban --- .../eclipse/jetty/util/IteratingCallback.java | 2 ++ .../jetty/util/IteratingCallbackTest.java | 35 +++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/IteratingCallback.java b/jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/IteratingCallback.java index 155577f58e2..9cd22280508 100644 --- a/jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/IteratingCallback.java +++ b/jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/IteratingCallback.java @@ -295,6 +295,7 @@ public abstract class IteratingCallback implements Callback } case SCHEDULED: { + _iterate = false; // we won the race against the callback, so the callback has to process and we can break processing _state = State.PENDING; break processing; @@ -321,6 +322,7 @@ public abstract class IteratingCallback implements Callback callOnSuccess = true; if (action != Action.SCHEDULED) throw new IllegalStateException(String.format("%s[action=%s]", this, action)); + _iterate = false; // we lost the race, so we have to keep processing _state = State.PROCESSING; continue; diff --git a/jetty-core/jetty-util/src/test/java/org/eclipse/jetty/util/IteratingCallbackTest.java b/jetty-core/jetty-util/src/test/java/org/eclipse/jetty/util/IteratingCallbackTest.java index 00f6b007b7d..bba07604ddd 100644 --- a/jetty-core/jetty-util/src/test/java/org/eclipse/jetty/util/IteratingCallbackTest.java +++ b/jetty-core/jetty-util/src/test/java/org/eclipse/jetty/util/IteratingCallbackTest.java @@ -22,7 +22,11 @@ import org.eclipse.jetty.util.thread.Scheduler; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; +import org.junit.jupiter.params.ParameterizedTest; +import org.junit.jupiter.params.provider.ValueSource; +import static org.awaitility.Awaitility.await; +import static org.hamcrest.Matchers.is; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertThrows; @@ -45,6 +49,37 @@ public class IteratingCallbackTest scheduler.stop(); } + @ParameterizedTest + @ValueSource(booleans = {true, false}) + public void testIterateWhileProcessingLoopCount(boolean succeededWinsRace) + { + var icb = new IteratingCallback() + { + int counter = 0; + + @Override + protected Action process() + { + int counter = this.counter++; + if (counter == 0) + { + iterate(); + if (succeededWinsRace) + succeeded(); + else + scheduler.schedule(this::succeeded, 100, TimeUnit.MILLISECONDS); + return Action.SCHEDULED; + } + return Action.IDLE; + } + }; + + icb.iterate(); + + await().atMost(5, TimeUnit.SECONDS).until(icb::isIdle, is(true)); + assertEquals(2, icb.counter); + } + @Test public void testNonWaitingProcess() throws Exception { From ceee65a7e509a767c0127b4d5f2111fb79803d8c Mon Sep 17 00:00:00 2001 From: Ludovic Orban Date: Fri, 13 Sep 2024 10:31:22 +0200 Subject: [PATCH 09/31] #12268 do not rely on time Signed-off-by: Ludovic Orban --- .../org/eclipse/jetty/util/IteratingCallback.java | 8 ++++++++ .../eclipse/jetty/util/IteratingCallbackTest.java | 12 ++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/IteratingCallback.java b/jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/IteratingCallback.java index 9cd22280508..0d71ce2f73f 100644 --- a/jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/IteratingCallback.java +++ b/jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/IteratingCallback.java @@ -545,6 +545,14 @@ public abstract class IteratingCallback implements Callback onCompleteFailure(failure); } + boolean isPending() + { + try (AutoLock ignored = _lock.lock()) + { + return _state == State.PENDING; + } + } + /** * @return whether this callback is idle, and {@link #iterate()} needs to be called */ diff --git a/jetty-core/jetty-util/src/test/java/org/eclipse/jetty/util/IteratingCallbackTest.java b/jetty-core/jetty-util/src/test/java/org/eclipse/jetty/util/IteratingCallbackTest.java index bba07604ddd..edc02749b95 100644 --- a/jetty-core/jetty-util/src/test/java/org/eclipse/jetty/util/IteratingCallbackTest.java +++ b/jetty-core/jetty-util/src/test/java/org/eclipse/jetty/util/IteratingCallbackTest.java @@ -65,9 +65,17 @@ public class IteratingCallbackTest { iterate(); if (succeededWinsRace) + { succeeded(); + } else - scheduler.schedule(this::succeeded, 100, TimeUnit.MILLISECONDS); + { + new Thread(() -> + { + await().atMost(5, TimeUnit.SECONDS).until(this::isPending, is(true)); + succeeded(); + }).start(); + } return Action.SCHEDULED; } return Action.IDLE; @@ -76,7 +84,7 @@ public class IteratingCallbackTest icb.iterate(); - await().atMost(5, TimeUnit.SECONDS).until(icb::isIdle, is(true)); + await().atMost(10, TimeUnit.SECONDS).until(icb::isIdle, is(true)); assertEquals(2, icb.counter); } From 8c943c4bfb404f7088ca023a8ba871b9a08104e4 Mon Sep 17 00:00:00 2001 From: Simone Bordet Date: Wed, 11 Sep 2024 16:38:21 +0200 Subject: [PATCH 10/31] Issue #12256 - Configuring Virtual Thread executor in Jetty Http client makes my Spring Boot app freeze * Defaulted the number of selectors to 1 in HttpClientTransportOverHTTP, to align with ClientConnector. * Improved virtual thread documentation. Signed-off-by: Simone Bordet --- .../docs/programming/ArchitectureDocs.java | 33 +++++++++++++++++++ .../pages/modules/standard.adoc | 13 +------- .../programming-guide/pages/arch/threads.adoc | 33 +++++++++++++++++-- .../HttpClientTransportOverHTTP.java | 3 +- 4 files changed, 66 insertions(+), 16 deletions(-) diff --git a/documentation/jetty/modules/code/examples/src/main/java/org/eclipse/jetty/docs/programming/ArchitectureDocs.java b/documentation/jetty/modules/code/examples/src/main/java/org/eclipse/jetty/docs/programming/ArchitectureDocs.java index 5edfd89fbf5..d3ad64fe497 100644 --- a/documentation/jetty/modules/code/examples/src/main/java/org/eclipse/jetty/docs/programming/ArchitectureDocs.java +++ b/documentation/jetty/modules/code/examples/src/main/java/org/eclipse/jetty/docs/programming/ArchitectureDocs.java @@ -15,6 +15,9 @@ package org.eclipse.jetty.docs.programming; import java.util.concurrent.Executors; +import org.eclipse.jetty.client.HttpClient; +import org.eclipse.jetty.client.transport.HttpClientTransportOverHTTP; +import org.eclipse.jetty.io.ClientConnector; import org.eclipse.jetty.server.Server; import org.eclipse.jetty.util.thread.QueuedThreadPool; import org.eclipse.jetty.util.thread.VirtualThreadPool; @@ -26,9 +29,26 @@ public class ArchitectureDocs { // tag::queuedVirtual[] QueuedThreadPool threadPool = new QueuedThreadPool(); + + // Simple, unlimited, virtual thread Executor. threadPool.setVirtualThreadsExecutor(Executors.newVirtualThreadPerTaskExecutor()); + // Configurable, bounded, virtual thread executor (preferred). + VirtualThreadPool virtualExecutor = new VirtualThreadPool(); + virtualExecutor.setMaxThreads(128); + threadPool.setVirtualThreadsExecutor(virtualExecutor); + + // For server-side usage. Server server = new Server(threadPool); + + // Simple client-side usage. + HttpClient client = new HttpClient(); + client.setExecutor(threadPool); + + // Client-side usage with explicit HttpClientTransport. + ClientConnector clientConnector = new ClientConnector(); + clientConnector.setExecutor(threadPool); + HttpClient httpClient = new HttpClient(new HttpClientTransportOverHTTP(clientConnector)); // end::queuedVirtual[] } @@ -38,8 +58,21 @@ public class ArchitectureDocs VirtualThreadPool threadPool = new VirtualThreadPool(); // Limit the max number of current virtual threads. threadPool.setMaxThreads(200); + // Track, with details, virtual threads usage. + threadPool.setTracking(true); + threadPool.setDetailedDump(true); + // For server-side usage. Server server = new Server(threadPool); + + // Simple client-side usage. + HttpClient client = new HttpClient(); + client.setExecutor(threadPool); + + // Client-side usage with explicit HttpClientTransport. + ClientConnector clientConnector = new ClientConnector(); + clientConnector.setExecutor(threadPool); + HttpClient httpClient = new HttpClient(new HttpClientTransportOverHTTP(clientConnector)); // end::virtualVirtual[] } } diff --git a/documentation/jetty/modules/operations-guide/pages/modules/standard.adoc b/documentation/jetty/modules/operations-guide/pages/modules/standard.adoc index d3992234c71..95c020f899c 100644 --- a/documentation/jetty/modules/operations-guide/pages/modules/standard.adoc +++ b/documentation/jetty/modules/operations-guide/pages/modules/standard.adoc @@ -714,7 +714,6 @@ See also the xref:server/index.adoc#threadpool[section about configuring the thr The `threadpool-all-virtual` module allows you to configure the server-wide thread pool, similarly to what you can do with the <> Jetty module, so that all threads are virtual threads, introduced as an official feature since Java 21. CAUTION: Only use this module if you are using Java 21 or later. -If you are using Java 19 or Java 20, use the <> Jetty module instead. The module properties to configure the thread pool are: @@ -724,17 +723,7 @@ include::{jetty-home}/modules/threadpool-all-virtual.mod[tags=documentation] The property `jetty.threadpool.maxThreads` limits, using a `Semaphore`, the number of current virtual threads in use. -Limiting the number of current virtual threads helps to limit resource usage in applications, especially in case of load spikes. -When an unlimited number of virtual threads is allowed, the server might be brought down due to resource (typically memory) exhaustion. - -[CAUTION] -==== -Even when using virtual threads, Jetty uses non-blocking I/O, and dedicates a thread to each `java.nio.channels.Selector` to perform the `Selector.select()` operation. - -Currently (up to Java 22), calling `Selector.select()` from a virtual thread pins the carrier thread. - -When using the `threadpool-all-virtual` Jetty module, if you have `N` selectors, then `N` carrier threads will be pinned by the virtual threads calling `Selector.select()`, possibly making your system less efficient, and at worst locking up the entire system if there are no carrier threads available to run virtual threads. -==== +Please refer to the xref:programming-guide:arch/threads.adoc#thread-pool-virtual-threads[virtual threads section] of the Jetty Threading Architecture for more information about virtual threads and their pitfalls. [[threadpool-virtual]] == Module `threadpool-virtual` diff --git a/documentation/jetty/modules/programming-guide/pages/arch/threads.adoc b/documentation/jetty/modules/programming-guide/pages/arch/threads.adoc index 1fb7dff1d2b..39f4b756503 100644 --- a/documentation/jetty/modules/programming-guide/pages/arch/threads.adoc +++ b/documentation/jetty/modules/programming-guide/pages/arch/threads.adoc @@ -269,6 +269,35 @@ Defaulting the number of reserved threads to zero ensures that the < Date: Tue, 17 Sep 2024 15:08:49 +1000 Subject: [PATCH 11/31] Jetty 12.0.x Simplify tests with OpenId by using an exising openid provider and avoid extra not necessary maven modules (#12274) * use keycloak as openid provider for testing * merge all test-distribution into a single one --------- Signed-off-by: Olivier Lamy --- tests/test-distribution/pom.xml | 2 - .../test-distribution-common/pom.xml | 44 +- .../distribution/DisableUrlCacheTest.java | 3 +- .../jetty/tests/distribution/OpenIdTests.java | 203 +++++++++ .../test/resources/jetty-logging.properties | 3 + .../test-ee10-distribution/pom.xml | 71 ---- .../ee10/tests/distribution/OpenIdTests.java | 119 ------ .../tests/distribution/openid/JwtEncoder.java | 53 --- .../distribution/openid/OpenIdProvider.java | 402 ------------------ .../test-ee9-distribution/pom.xml | 72 ---- .../ee9/tests/distribution/OpenIdTests.java | 120 ------ .../tests/distribution/openid/JwtEncoder.java | 53 --- .../distribution/openid/OpenIdProvider.java | 402 ------------------ 13 files changed, 239 insertions(+), 1308 deletions(-) rename tests/test-distribution/{test-ee10-distribution/src/test/java/org/eclipse/jetty/ee10 => test-distribution-common/src/test/java/org/eclipse/jetty}/tests/distribution/DisableUrlCacheTest.java (98%) create mode 100644 tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/OpenIdTests.java delete mode 100644 tests/test-distribution/test-ee10-distribution/pom.xml delete mode 100644 tests/test-distribution/test-ee10-distribution/src/test/java/org/eclipse/jetty/ee10/tests/distribution/OpenIdTests.java delete mode 100644 tests/test-distribution/test-ee10-distribution/src/test/java/org/eclipse/jetty/ee10/tests/distribution/openid/JwtEncoder.java delete mode 100644 tests/test-distribution/test-ee10-distribution/src/test/java/org/eclipse/jetty/ee10/tests/distribution/openid/OpenIdProvider.java delete mode 100644 tests/test-distribution/test-ee9-distribution/pom.xml delete mode 100644 tests/test-distribution/test-ee9-distribution/src/test/java/org/eclipse/jetty/ee9/tests/distribution/OpenIdTests.java delete mode 100644 tests/test-distribution/test-ee9-distribution/src/test/java/org/eclipse/jetty/ee9/tests/distribution/openid/JwtEncoder.java delete mode 100644 tests/test-distribution/test-ee9-distribution/src/test/java/org/eclipse/jetty/ee9/tests/distribution/openid/OpenIdProvider.java diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml index 245bcb68740..18e45fd929b 100644 --- a/tests/test-distribution/pom.xml +++ b/tests/test-distribution/pom.xml @@ -13,8 +13,6 @@ test-distribution-common - test-ee10-distribution - test-ee9-distribution diff --git a/tests/test-distribution/test-distribution-common/pom.xml b/tests/test-distribution/test-distribution-common/pom.xml index b83a3ba2775..eb1f703aed0 100644 --- a/tests/test-distribution/test-distribution-common/pom.xml +++ b/tests/test-distribution/test-distribution-common/pom.xml @@ -15,9 +15,21 @@ ${project.groupId}.tests.distribution.common 2 + 3.4.0 + + com.github.dasniko + testcontainers-keycloak + ${testcontainers-keycloak.version} + + + io.quarkus + quarkus-junit4-mock + + + org.apache.maven maven-artifact @@ -138,6 +150,12 @@ org.eclipse.jetty jetty-infinispan-common test + + + io.smallrye + jandex + + org.eclipse.jetty @@ -155,6 +173,20 @@ jetty-util-ajax test + + org.eclipse.jetty.ee10 + jetty-ee10-test-log4j2-webapp + ${project.version} + war + test + + + org.eclipse.jetty.ee9 + jetty-ee9-test-openid-webapp + ${project.version} + war + test + org.eclipse.jetty.http2 jetty-http2-client @@ -244,18 +276,6 @@ - - org.apache.maven.plugins - maven-jar-plugin - ${maven.jar.plugin.version} - - - - test-jar - - - - org.apache.maven.plugins maven-surefire-plugin diff --git a/tests/test-distribution/test-ee10-distribution/src/test/java/org/eclipse/jetty/ee10/tests/distribution/DisableUrlCacheTest.java b/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/DisableUrlCacheTest.java similarity index 98% rename from tests/test-distribution/test-ee10-distribution/src/test/java/org/eclipse/jetty/ee10/tests/distribution/DisableUrlCacheTest.java rename to tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/DisableUrlCacheTest.java index 81299ef8038..9b8a2919088 100644 --- a/tests/test-distribution/test-ee10-distribution/src/test/java/org/eclipse/jetty/ee10/tests/distribution/DisableUrlCacheTest.java +++ b/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/DisableUrlCacheTest.java @@ -11,7 +11,7 @@ // ======================================================================== // -package org.eclipse.jetty.ee10.tests.distribution; +package org.eclipse.jetty.tests.distribution; import java.io.IOException; import java.nio.charset.StandardCharsets; @@ -23,7 +23,6 @@ import java.util.concurrent.TimeUnit; import org.eclipse.jetty.client.ContentResponse; import org.eclipse.jetty.http.HttpStatus; -import org.eclipse.jetty.tests.distribution.AbstractJettyHomeTest; import org.eclipse.jetty.tests.testers.JettyHomeTester; import org.eclipse.jetty.tests.testers.Tester; import org.eclipse.jetty.toolchain.test.FS; diff --git a/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/OpenIdTests.java b/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/OpenIdTests.java new file mode 100644 index 00000000000..c96fffe5cff --- /dev/null +++ b/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/OpenIdTests.java @@ -0,0 +1,203 @@ +// +// ======================================================================== +// Copyright (c) 1995 Mort Bay Consulting Pty Ltd and others. +// +// This program and the accompanying materials are made available under the +// terms of the Eclipse Public License v. 2.0 which is available at +// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 +// which is available at https://www.apache.org/licenses/LICENSE-2.0. +// +// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 +// ======================================================================== +// + +package org.eclipse.jetty.tests.distribution; + +import java.nio.file.Path; +import java.util.List; +import java.util.concurrent.TimeUnit; +import java.util.stream.Stream; + +import dasniko.testcontainers.keycloak.KeycloakContainer; +import org.eclipse.jetty.client.ContentResponse; +import org.eclipse.jetty.http.HttpStatus; +import org.eclipse.jetty.tests.testers.JettyHomeTester; +import org.eclipse.jetty.tests.testers.Tester; +import org.eclipse.jetty.util.Fields; +import org.junit.jupiter.api.AfterAll; +import org.junit.jupiter.api.BeforeAll; +import org.junit.jupiter.params.ParameterizedTest; +import org.junit.jupiter.params.provider.Arguments; +import org.junit.jupiter.params.provider.MethodSource; +import org.keycloak.admin.client.CreatedResponseUtil; +import org.keycloak.admin.client.Keycloak; +import org.keycloak.representations.idm.ClientRepresentation; +import org.keycloak.representations.idm.CredentialRepresentation; +import org.keycloak.representations.idm.RealmRepresentation; +import org.keycloak.representations.idm.UserRepresentation; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import static org.hamcrest.MatcherAssert.assertThat; +import static org.hamcrest.Matchers.containsString; +import static org.hamcrest.Matchers.is; +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertThrows; +import static org.junit.jupiter.api.Assertions.assertTrue; + +public class OpenIdTests extends AbstractJettyHomeTest +{ + private static final Logger LOGGER = LoggerFactory.getLogger(OpenIdTests.class); + + private static final KeycloakContainer KEYCLOAK_CONTAINER = new KeycloakContainer(); + + private static final String clientId = "jetty-api"; + private static final String clientSecret = "JettyRocks!"; + + private static final String userName = "jetty"; + private static final String password = "JettyRocks!Really"; + + private static final String firstName = "John"; + private static final String lastName = "Doe"; + private static final String email = "jetty@jetty.org"; + + private static String userId; + + @BeforeAll + public static void startKeycloak() + { + KEYCLOAK_CONTAINER.start(); + // init keycloak + try (Keycloak keycloak = KEYCLOAK_CONTAINER.getKeycloakAdminClient()) + { + RealmRepresentation jettyRealm = new RealmRepresentation(); + jettyRealm.setId("jetty"); + jettyRealm.setRealm("jetty"); + jettyRealm.setEnabled(true); + keycloak.realms().create(jettyRealm); + + ClientRepresentation clientRepresentation = new ClientRepresentation(); + clientRepresentation.setClientId(clientId); + clientRepresentation.setSecret(clientSecret); + clientRepresentation.setRedirectUris(List.of("http://localhost:*")); + clientRepresentation.setEnabled(true); + clientRepresentation.setPublicClient(Boolean.TRUE); + keycloak.realm("jetty").clients().create(clientRepresentation); + + UserRepresentation user = new UserRepresentation(); + user.setEnabled(true); + user.setFirstName(firstName); + user.setLastName(lastName); + user.setUsername(userName); + user.setEmail(email); + + userId = CreatedResponseUtil.getCreatedId(keycloak.realm("jetty").users().create(user)); + + CredentialRepresentation passwordCred = new CredentialRepresentation(); + passwordCred.setTemporary(false); + passwordCred.setType(CredentialRepresentation.PASSWORD); + passwordCred.setValue(password); + + // Set password credential + keycloak.realm("jetty").users().get(userId).resetPassword(passwordCred); + } + } + + @AfterAll + public static void stopKeycloak() + { + if (KEYCLOAK_CONTAINER.isRunning()) + { + KEYCLOAK_CONTAINER.stop(); + } + } + + public static Stream tests() + { + return Stream.of( + Arguments.of("ee9", "ee9-openid"), + Arguments.of("ee10", "openid") + ); + } + + @ParameterizedTest + @MethodSource("tests") + public void testOpenID(String env, String openIdModule) throws Exception + { + Path jettyBase = newTestJettyBaseDirectory(); + String jettyVersion = System.getProperty("jettyVersion"); + JettyHomeTester distribution = JettyHomeTester.Builder.newInstance() + .jettyVersion(jettyVersion) + .jettyBase(jettyBase) + .build(); + + String[] args1 = { + "--create-startd", + "--approve-all-licenses", + "--add-to-start=http," + toEnvironment("webapp", env) + "," + toEnvironment("deploy", env) + "," + openIdModule + }; + + try (JettyHomeTester.Run run1 = distribution.start(args1)) + { + assertTrue(run1.awaitFor(START_TIMEOUT, TimeUnit.SECONDS)); + assertEquals(0, run1.getExitValue()); + + Path webApp = distribution.resolveArtifact("org.eclipse.jetty." + env + ":jetty-" + env + "-test-openid-webapp:war:" + jettyVersion); + distribution.installWar(webApp, "test"); + String openIdProvider = KEYCLOAK_CONTAINER.getAuthServerUrl() + "/realms/jetty"; + LOGGER.info("openIdProvider: {}", openIdProvider); + + int port = Tester.freePort(); + String[] args2 = { + "jetty.http.port=" + port, + "jetty.ssl.port=" + port, + "jetty.openid.provider=" + openIdProvider, + "jetty.openid.clientId=" + clientId, + "jetty.openid.clientSecret=" + clientSecret, + //"jetty.server.dumpAfterStart=true", + }; + + try (JettyHomeTester.Run run2 = distribution.start(args2)) + { + assertTrue(run2.awaitConsoleLogsFor("Started oejs.Server@", START_TIMEOUT, TimeUnit.SECONDS)); + String uri = "http://localhost:" + port + "/test"; + // Initially not authenticated + startHttpClient(); + ContentResponse contentResponse = client.GET(uri + "/"); + assertThat(contentResponse.getStatus(), is(HttpStatus.OK_200)); + assertThat(contentResponse.getContentAsString(), containsString("not authenticated")); + + // Request to login is success + contentResponse = client.GET(uri + "/login"); + assertThat(contentResponse.getStatus(), is(HttpStatus.OK_200)); + // need to extract form + String html = contentResponse.getContentAsString(); + // need this attribute
- - - 4.0.0 - - org.eclipse.jetty.tests - test-distribution - 12.0.14-SNAPSHOT - - test-ee10-distribution - jar - Tests :: Distribution :: EE10 - - - ${project.groupId}.ee10.distribution - - - - - org.eclipse.jetty - jetty-home - zip - - - * - * - - - - - org.eclipse.jetty - jetty-client - test - - - org.eclipse.jetty - jetty-openid - test - - - org.eclipse.jetty - jetty-slf4j-impl - test - - - org.eclipse.jetty.ee10 - jetty-ee10-servlet - ${project.version} - test - - - org.eclipse.jetty.ee10 - jetty-ee10-test-openid-webapp - ${project.version} - war - test - - - org.eclipse.jetty.tests - jetty-testers - test - - - org.eclipse.jetty.tests - test-distribution-common - test-jar - test - - - - diff --git a/tests/test-distribution/test-ee10-distribution/src/test/java/org/eclipse/jetty/ee10/tests/distribution/OpenIdTests.java b/tests/test-distribution/test-ee10-distribution/src/test/java/org/eclipse/jetty/ee10/tests/distribution/OpenIdTests.java deleted file mode 100644 index 0e06385efd3..00000000000 --- a/tests/test-distribution/test-ee10-distribution/src/test/java/org/eclipse/jetty/ee10/tests/distribution/OpenIdTests.java +++ /dev/null @@ -1,119 +0,0 @@ -// -// ======================================================================== -// Copyright (c) 1995 Mort Bay Consulting Pty Ltd and others. -// -// This program and the accompanying materials are made available under the -// terms of the Eclipse Public License v. 2.0 which is available at -// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 -// which is available at https://www.apache.org/licenses/LICENSE-2.0. -// -// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 -// ======================================================================== -// - -package org.eclipse.jetty.ee10.tests.distribution; - -import java.nio.file.Path; -import java.util.concurrent.TimeUnit; - -import org.eclipse.jetty.client.ContentResponse; -import org.eclipse.jetty.ee10.tests.distribution.openid.OpenIdProvider; -import org.eclipse.jetty.http.HttpStatus; -import org.eclipse.jetty.tests.distribution.AbstractJettyHomeTest; -import org.eclipse.jetty.tests.testers.JettyHomeTester; -import org.eclipse.jetty.tests.testers.Tester; -import org.junit.jupiter.api.Test; -import org.junit.jupiter.api.parallel.Isolated; - -import static org.hamcrest.MatcherAssert.assertThat; -import static org.hamcrest.Matchers.containsString; -import static org.hamcrest.Matchers.is; -import static org.junit.jupiter.api.Assertions.assertEquals; -import static org.junit.jupiter.api.Assertions.assertTrue; - -@Isolated -public class OpenIdTests extends AbstractJettyHomeTest -{ - @Test - public void testOpenID() throws Exception - { - Path jettyBase = newTestJettyBaseDirectory(); - String jettyVersion = System.getProperty("jettyVersion"); - JettyHomeTester distribution = JettyHomeTester.Builder.newInstance() - .jettyVersion(jettyVersion) - .jettyBase(jettyBase) - .build(); - - String[] args1 = { - "--create-startd", - "--approve-all-licenses", - "--add-to-start=http,ee10-webapp,ee10-deploy,openid" - }; - - String clientId = "clientId123"; - String clientSecret = "clientSecret456"; - OpenIdProvider openIdProvider = new OpenIdProvider(clientId, clientSecret); - try (JettyHomeTester.Run run1 = distribution.start(args1)) - { - assertTrue(run1.awaitFor(START_TIMEOUT, TimeUnit.SECONDS)); - assertEquals(0, run1.getExitValue()); - - Path webApp = distribution.resolveArtifact("org.eclipse.jetty.ee10:jetty-ee10-test-openid-webapp:war:" + jettyVersion); - distribution.installWar(webApp, "test"); - - int port = Tester.freePort(); - openIdProvider.addRedirectUri("http://localhost:" + port + "/test/j_security_check"); - openIdProvider.start(); - String[] args2 = { - "jetty.http.port=" + port, - "jetty.ssl.port=" + port, - "jetty.openid.provider=" + openIdProvider.getProvider(), - "jetty.openid.clientId=" + clientId, - "jetty.openid.clientSecret=" + clientSecret, - //"jetty.server.dumpAfterStart=true", - }; - - try (JettyHomeTester.Run run2 = distribution.start(args2)) - { - assertTrue(run2.awaitConsoleLogsFor("Started oejs.Server@", START_TIMEOUT, TimeUnit.SECONDS)); - startHttpClient(false); - String uri = "http://localhost:" + port + "/test"; - openIdProvider.setUser(new OpenIdProvider.User("123456789", "Alice")); - - // Initially not authenticated - ContentResponse response = client.GET(uri + "/"); - assertThat(response.getStatus(), is(HttpStatus.OK_200)); - String content = response.getContentAsString(); - assertThat(content, containsString("not authenticated")); - - // Request to login is success - response = client.GET(uri + "/login"); - assertThat(response.getStatus(), is(HttpStatus.OK_200)); - content = response.getContentAsString(); - assertThat(content, containsString("success")); - - // Now authenticated we can get info - response = client.GET(uri + "/"); - assertThat(response.getStatus(), is(HttpStatus.OK_200)); - content = response.getContentAsString(); - assertThat(content, containsString("userId: 123456789")); - assertThat(content, containsString("name: Alice")); - assertThat(content, containsString("email: Alice@example.com")); - - // Request to admin page gives 403 as we do not have admin role - response = client.GET(uri + "/admin"); - assertThat(response.getStatus(), is(HttpStatus.FORBIDDEN_403)); - - // We are no longer authenticated after logging out - response = client.GET(uri + "/logout"); - assertThat(response.getStatus(), is(HttpStatus.OK_200)); - content = response.getContentAsString(); - assertThat(content, containsString("not authenticated")); - } - } - finally - { - openIdProvider.stop(); - } - } -} diff --git a/tests/test-distribution/test-ee10-distribution/src/test/java/org/eclipse/jetty/ee10/tests/distribution/openid/JwtEncoder.java b/tests/test-distribution/test-ee10-distribution/src/test/java/org/eclipse/jetty/ee10/tests/distribution/openid/JwtEncoder.java deleted file mode 100644 index 91c5f9709e0..00000000000 --- a/tests/test-distribution/test-ee10-distribution/src/test/java/org/eclipse/jetty/ee10/tests/distribution/openid/JwtEncoder.java +++ /dev/null @@ -1,53 +0,0 @@ -// -// ======================================================================== -// Copyright (c) 1995 Mort Bay Consulting Pty Ltd and others. -// -// This program and the accompanying materials are made available under the -// terms of the Eclipse Public License v. 2.0 which is available at -// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 -// which is available at https://www.apache.org/licenses/LICENSE-2.0. -// -// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 -// ======================================================================== -// - -package org.eclipse.jetty.ee10.tests.distribution.openid; - -import java.util.Base64; - -/** - * A basic JWT encoder for testing purposes. - */ -public class JwtEncoder -{ - private static final Base64.Encoder ENCODER = Base64.getUrlEncoder(); - private static final String DEFAULT_HEADER = "{\"INFO\": \"this is not used or checked in our implementation\"}"; - private static final String DEFAULT_SIGNATURE = "we do not validate signature as we use the authorization code flow"; - - public static String encode(String idToken) - { - return stripPadding(ENCODER.encodeToString(DEFAULT_HEADER.getBytes())) + "." + - stripPadding(ENCODER.encodeToString(idToken.getBytes())) + "." + - stripPadding(ENCODER.encodeToString(DEFAULT_SIGNATURE.getBytes())); - } - - private static String stripPadding(String paddedBase64) - { - return paddedBase64.split("=")[0]; - } - - /** - * Create a basic JWT for testing using argument supplied attributes. - */ - public static String createIdToken(String provider, String clientId, String subject, String name, long expiry) - { - return "{" + - "\"iss\": \"" + provider + "\"," + - "\"sub\": \"" + subject + "\"," + - "\"aud\": \"" + clientId + "\"," + - "\"exp\": " + expiry + "," + - "\"name\": \"" + name + "\"," + - "\"email\": \"" + name + "@example.com" + "\"" + - "}"; - } -} diff --git a/tests/test-distribution/test-ee10-distribution/src/test/java/org/eclipse/jetty/ee10/tests/distribution/openid/OpenIdProvider.java b/tests/test-distribution/test-ee10-distribution/src/test/java/org/eclipse/jetty/ee10/tests/distribution/openid/OpenIdProvider.java deleted file mode 100644 index f1e2f27324b..00000000000 --- a/tests/test-distribution/test-ee10-distribution/src/test/java/org/eclipse/jetty/ee10/tests/distribution/openid/OpenIdProvider.java +++ /dev/null @@ -1,402 +0,0 @@ -// -// ======================================================================== -// Copyright (c) 1995 Mort Bay Consulting Pty Ltd and others. -// -// This program and the accompanying materials are made available under the -// terms of the Eclipse Public License v. 2.0 which is available at -// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 -// which is available at https://www.apache.org/licenses/LICENSE-2.0. -// -// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 -// ======================================================================== -// - -package org.eclipse.jetty.ee10.tests.distribution.openid; - -import java.io.IOException; -import java.io.PrintWriter; -import java.time.Duration; -import java.time.Instant; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.Collections; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Objects; -import java.util.UUID; - -import jakarta.servlet.ServletException; -import jakarta.servlet.http.HttpServlet; -import jakarta.servlet.http.HttpServletRequest; -import jakarta.servlet.http.HttpServletResponse; -import org.eclipse.jetty.ee10.servlet.ServletContextHandler; -import org.eclipse.jetty.ee10.servlet.ServletHolder; -import org.eclipse.jetty.security.openid.OpenIdConfiguration; -import org.eclipse.jetty.server.Server; -import org.eclipse.jetty.server.ServerConnector; -import org.eclipse.jetty.util.component.ContainerLifeCycle; -import org.eclipse.jetty.util.statistic.CounterStatistic; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -public class OpenIdProvider extends ContainerLifeCycle -{ - private static final Logger LOG = LoggerFactory.getLogger(OpenIdProvider.class); - - private static final String CONFIG_PATH = "/.well-known/openid-configuration"; - private static final String AUTH_PATH = "/auth"; - private static final String TOKEN_PATH = "/token"; - private static final String END_SESSION_PATH = "/end_session"; - private final Map issuedAuthCodes = new HashMap<>(); - - protected final String clientId; - protected final String clientSecret; - protected final List redirectUris = new ArrayList<>(); - private final ServerConnector connector; - private final Server server; - private int port = 0; - private String provider; - private User preAuthedUser; - private final CounterStatistic loggedInUsers = new CounterStatistic(); - private long _idTokenDuration = Duration.ofSeconds(10).toMillis(); - - public static void main(String[] args) throws Exception - { - String clientId = "CLIENT_ID123"; - String clientSecret = "PASSWORD123"; - int port = 5771; - String redirectUri = "http://localhost:8080/j_security_check"; - - OpenIdProvider openIdProvider = new OpenIdProvider(clientId, clientSecret); - openIdProvider.addRedirectUri(redirectUri); - openIdProvider.setPort(port); - openIdProvider.start(); - try - { - openIdProvider.join(); - } - finally - { - openIdProvider.stop(); - } - } - - public OpenIdProvider(String clientId, String clientSecret) - { - this.clientId = clientId; - this.clientSecret = clientSecret; - - server = new Server(); - connector = new ServerConnector(server); - server.addConnector(connector); - - ServletContextHandler contextHandler = new ServletContextHandler(); - contextHandler.setContextPath("/"); - contextHandler.addServlet(new ServletHolder(new ConfigServlet()), CONFIG_PATH); - contextHandler.addServlet(new ServletHolder(new AuthEndpoint()), AUTH_PATH); - contextHandler.addServlet(new ServletHolder(new TokenEndpoint()), TOKEN_PATH); - contextHandler.addServlet(new ServletHolder(new EndSessionEndpoint()), END_SESSION_PATH); - server.setHandler(contextHandler); - - addBean(server); - } - - public void setIdTokenDuration(long duration) - { - _idTokenDuration = duration; - } - - public long getIdTokenDuration() - { - return _idTokenDuration; - } - - public void join() throws InterruptedException - { - server.join(); - } - - public OpenIdConfiguration getOpenIdConfiguration() - { - String provider = getProvider(); - String authEndpoint = provider + AUTH_PATH; - String tokenEndpoint = provider + TOKEN_PATH; - return new OpenIdConfiguration(provider, authEndpoint, tokenEndpoint, clientId, clientSecret, null); - } - - public CounterStatistic getLoggedInUsers() - { - return loggedInUsers; - } - - @Override - protected void doStart() throws Exception - { - connector.setPort(port); - super.doStart(); - provider = "http://localhost:" + connector.getLocalPort(); - } - - public void setPort(int port) - { - if (isStarted()) - throw new IllegalStateException(); - this.port = port; - } - - public void setUser(User user) - { - this.preAuthedUser = user; - } - - public String getProvider() - { - if (!isStarted() && port == 0) - throw new IllegalStateException("Port of OpenIdProvider not configured"); - return provider; - } - - public void addRedirectUri(String uri) - { - redirectUris.add(uri); - } - - public class AuthEndpoint extends HttpServlet - { - @Override - protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException - { - if (!clientId.equals(req.getParameter("client_id"))) - { - resp.sendError(HttpServletResponse.SC_FORBIDDEN, "invalid client_id"); - return; - } - - String redirectUri = req.getParameter("redirect_uri"); - if (!redirectUris.contains(redirectUri)) - { - LOG.warn("invalid redirectUri {}", redirectUri); - resp.sendError(HttpServletResponse.SC_FORBIDDEN, "invalid redirect_uri"); - return; - } - - String scopeString = req.getParameter("scope"); - List scopes = (scopeString == null) ? Collections.emptyList() : Arrays.asList(scopeString.split(" ")); - if (!scopes.contains("openid")) - { - resp.sendError(HttpServletResponse.SC_FORBIDDEN, "no openid scope"); - return; - } - - if (!"code".equals(req.getParameter("response_type"))) - { - resp.sendError(HttpServletResponse.SC_FORBIDDEN, "response_type must be code"); - return; - } - - String state = req.getParameter("state"); - if (state == null) - { - resp.sendError(HttpServletResponse.SC_FORBIDDEN, "no state param"); - return; - } - - if (preAuthedUser == null) - { - PrintWriter writer = resp.getWriter(); - resp.setContentType("text/html"); - writer.println("

Login to OpenID Connect Provider

"); - writer.println(""); - writer.println(""); - writer.println(""); - writer.println(""); - writer.println(""); - writer.println(""); - } - else - { - redirectUser(resp, preAuthedUser, redirectUri, state); - } - } - - @Override - protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws IOException - { - String redirectUri = req.getParameter("redirectUri"); - if (!redirectUris.contains(redirectUri)) - { - resp.sendError(HttpServletResponse.SC_FORBIDDEN, "invalid redirect_uri"); - return; - } - - String state = req.getParameter("state"); - if (state == null) - { - resp.sendError(HttpServletResponse.SC_FORBIDDEN, "no state param"); - return; - } - - String username = req.getParameter("username"); - if (username == null) - { - resp.sendError(HttpServletResponse.SC_FORBIDDEN, "no username"); - return; - } - - User user = new User(username); - redirectUser(resp, user, redirectUri, state); - } - - public void redirectUser(HttpServletResponse response, User user, String redirectUri, String state) throws IOException - { - String authCode = UUID.randomUUID().toString().replace("-", ""); - issuedAuthCodes.put(authCode, user); - - try - { - redirectUri += "?code=" + authCode + "&state=" + state; - response.sendRedirect(response.encodeRedirectURL(redirectUri)); - } - catch (Throwable t) - { - issuedAuthCodes.remove(authCode); - throw t; - } - } - } - - private class TokenEndpoint extends HttpServlet - { - @Override - protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException - { - String code = req.getParameter("code"); - - if (!clientId.equals(req.getParameter("client_id")) || - !clientSecret.equals(req.getParameter("client_secret")) || - !redirectUris.contains(req.getParameter("redirect_uri")) || - !"authorization_code".equals(req.getParameter("grant_type")) || - code == null) - { - resp.sendError(HttpServletResponse.SC_FORBIDDEN, "bad auth request"); - return; - } - - User user = issuedAuthCodes.remove(code); - if (user == null) - { - resp.sendError(HttpServletResponse.SC_FORBIDDEN, "invalid auth code"); - return; - } - - String accessToken = "ABCDEFG"; - long accessTokenDuration = Duration.ofMinutes(10).toSeconds(); - String response = "{" + - "\"access_token\": \"" + accessToken + "\"," + - "\"id_token\": \"" + JwtEncoder.encode(user.getIdToken(provider, clientId, _idTokenDuration)) + "\"," + - "\"expires_in\": " + accessTokenDuration + "," + - "\"token_type\": \"Bearer\"" + - "}"; - - loggedInUsers.increment(); - resp.setContentType("text/plain"); - resp.getWriter().print(response); - } - } - - private class EndSessionEndpoint extends HttpServlet - { - @Override - protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException - { - doPost(req, resp); - } - - @Override - protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws IOException - { - String idToken = req.getParameter("id_token_hint"); - if (idToken == null) - { - resp.sendError(HttpServletResponse.SC_BAD_REQUEST, "no id_token_hint"); - return; - } - - String logoutRedirect = req.getParameter("post_logout_redirect_uri"); - if (logoutRedirect == null) - { - resp.setStatus(HttpServletResponse.SC_OK); - resp.getWriter().println("logout success on end_session_endpoint"); - return; - } - - loggedInUsers.decrement(); - resp.setContentType("text/plain"); - resp.sendRedirect(logoutRedirect); - } - } - - private class ConfigServlet extends HttpServlet - { - @Override - protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException - { - String discoveryDocument = "{" + - "\"issuer\": \"" + provider + "\"," + - "\"authorization_endpoint\": \"" + provider + AUTH_PATH + "\"," + - "\"token_endpoint\": \"" + provider + TOKEN_PATH + "\"," + - "\"end_session_endpoint\": \"" + provider + END_SESSION_PATH + "\"," + - "}"; - - resp.getWriter().write(discoveryDocument); - } - } - - public static class User - { - private final String subject; - private final String name; - - public User(String name) - { - this(UUID.nameUUIDFromBytes(name.getBytes()).toString(), name); - } - - public User(String subject, String name) - { - this.subject = subject; - this.name = name; - } - - public String getName() - { - return name; - } - - public String getSubject() - { - return subject; - } - - public String getIdToken(String provider, String clientId, long duration) - { - long expiryTime = Instant.now().plusMillis(duration).getEpochSecond(); - return JwtEncoder.createIdToken(provider, clientId, subject, name, expiryTime); - } - - @Override - public boolean equals(Object obj) - { - if (!(obj instanceof User)) - return false; - return Objects.equals(subject, ((User)obj).subject) && Objects.equals(name, ((User)obj).name); - } - - @Override - public int hashCode() - { - return Objects.hash(subject, name); - } - } -} diff --git a/tests/test-distribution/test-ee9-distribution/pom.xml b/tests/test-distribution/test-ee9-distribution/pom.xml deleted file mode 100644 index c49ace26941..00000000000 --- a/tests/test-distribution/test-ee9-distribution/pom.xml +++ /dev/null @@ -1,72 +0,0 @@ - - - - 4.0.0 - - org.eclipse.jetty.tests - test-distribution - 12.0.14-SNAPSHOT - - test-ee9-distribution - jar - Tests :: Distribution :: EE9 - - - ${project.groupId}.ee9.distribution - - - - - org.eclipse.jetty - jetty-home - zip - - - * - * - - - - - org.eclipse.jetty - jetty-client - test - - - org.eclipse.jetty - jetty-slf4j-impl - test - - - org.eclipse.jetty.ee9 - jetty-ee9-openid - ${project.version} - test - - - org.eclipse.jetty.ee9 - jetty-ee9-servlet - ${project.version} - test - - - org.eclipse.jetty.ee9 - jetty-ee9-test-openid-webapp - ${project.version} - war - test - - - org.eclipse.jetty.tests - jetty-testers - test - - - org.eclipse.jetty.tests - test-distribution-common - test-jar - test - - - - diff --git a/tests/test-distribution/test-ee9-distribution/src/test/java/org/eclipse/jetty/ee9/tests/distribution/OpenIdTests.java b/tests/test-distribution/test-ee9-distribution/src/test/java/org/eclipse/jetty/ee9/tests/distribution/OpenIdTests.java deleted file mode 100644 index 78744609f36..00000000000 --- a/tests/test-distribution/test-ee9-distribution/src/test/java/org/eclipse/jetty/ee9/tests/distribution/OpenIdTests.java +++ /dev/null @@ -1,120 +0,0 @@ -// -// ======================================================================== -// Copyright (c) 1995 Mort Bay Consulting Pty Ltd and others. -// -// This program and the accompanying materials are made available under the -// terms of the Eclipse Public License v. 2.0 which is available at -// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 -// which is available at https://www.apache.org/licenses/LICENSE-2.0. -// -// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 -// ======================================================================== -// - -package org.eclipse.jetty.ee9.tests.distribution; - -import java.nio.file.Path; -import java.util.concurrent.TimeUnit; - -import org.eclipse.jetty.client.ContentResponse; -import org.eclipse.jetty.ee9.tests.distribution.openid.OpenIdProvider; -import org.eclipse.jetty.http.HttpStatus; -import org.eclipse.jetty.tests.distribution.AbstractJettyHomeTest; -import org.eclipse.jetty.tests.testers.JettyHomeTester; -import org.eclipse.jetty.tests.testers.Tester; -import org.junit.jupiter.api.Test; -import org.junit.jupiter.api.parallel.Isolated; - -import static org.hamcrest.MatcherAssert.assertThat; -import static org.hamcrest.Matchers.containsString; -import static org.hamcrest.Matchers.is; -import static org.junit.jupiter.api.Assertions.assertEquals; -import static org.junit.jupiter.api.Assertions.assertTrue; - -@Isolated -public class OpenIdTests extends AbstractJettyHomeTest -{ - @Test - public void testOpenID() throws Exception - { - Path jettyBase = newTestJettyBaseDirectory(); - String jettyVersion = System.getProperty("jettyVersion"); - JettyHomeTester distribution = JettyHomeTester.Builder.newInstance() - .jettyVersion(jettyVersion) - .jettyBase(jettyBase) - .build(); - - String[] args1 = { - "--create-startd", - "--approve-all-licenses", - "--add-to-start=http,ee9-webapp,ee9-deploy,ee9-openid" - }; - - String clientId = "clientId123"; - String clientSecret = "clientSecret456"; - OpenIdProvider openIdProvider = new OpenIdProvider(clientId, clientSecret); - try (JettyHomeTester.Run run1 = distribution.start(args1)) - { - assertTrue(run1.awaitFor(START_TIMEOUT, TimeUnit.SECONDS)); - assertEquals(0, run1.getExitValue()); - - Path webApp = distribution.resolveArtifact("org.eclipse.jetty.ee9:jetty-ee9-test-openid-webapp:war:" + jettyVersion); - distribution.installWar(webApp, "test"); - - int port = Tester.freePort(); - openIdProvider.addRedirectUri("http://localhost:" + port + "/test/j_security_check"); - openIdProvider.start(); - String[] args2 = { - "jetty.http.port=" + port, - "jetty.ssl.port=" + port, - "jetty.openid.provider=" + openIdProvider.getProvider(), - "jetty.openid.clientId=" + clientId, - "jetty.openid.clientSecret=" + clientSecret, - //"jetty.server.dumpAfterStart=true", - }; - - try (JettyHomeTester.Run run2 = distribution.start(args2)) - { - assertTrue(run2.awaitConsoleLogsFor("Started oejs.Server@", START_TIMEOUT, TimeUnit.SECONDS)); - startHttpClient(false); - String uri = "http://localhost:" + port + "/test"; - openIdProvider.setUser(new OpenIdProvider.User("123456789", "Alice")); - - // Initially not authenticated - ContentResponse response = client.GET(uri + "/"); - assertThat(response.getStatus(), is(HttpStatus.OK_200)); - String content = response.getContentAsString(); - assertThat(content, containsString("not authenticated")); - - // Request to login is success - response = client.GET(uri + "/login"); - assertThat(response.getStatus(), is(HttpStatus.OK_200)); - content = response.getContentAsString(); - assertThat(content, containsString("success")); - - // Now authenticated we can get info - response = client.GET(uri + "/"); - assertThat(response.getStatus(), is(HttpStatus.OK_200)); - content = response.getContentAsString(); - assertThat(content, containsString("userId: 123456789")); - assertThat(content, containsString("name: Alice")); - assertThat(content, containsString("email: Alice@example.com")); - - // Request to admin page gives 403 as we do not have admin role - response = client.GET(uri + "/admin"); - assertThat(response.getStatus(), is(HttpStatus.FORBIDDEN_403)); - - // We are no longer authenticated after logging out - response = client.GET(uri + "/logout"); - assertThat(response.getStatus(), is(HttpStatus.OK_200)); - content = response.getContentAsString(); - assertThat(content, containsString("not authenticated")); - - } - } - finally - { - openIdProvider.stop(); - } - } -} diff --git a/tests/test-distribution/test-ee9-distribution/src/test/java/org/eclipse/jetty/ee9/tests/distribution/openid/JwtEncoder.java b/tests/test-distribution/test-ee9-distribution/src/test/java/org/eclipse/jetty/ee9/tests/distribution/openid/JwtEncoder.java deleted file mode 100644 index 62b6f1dacfc..00000000000 --- a/tests/test-distribution/test-ee9-distribution/src/test/java/org/eclipse/jetty/ee9/tests/distribution/openid/JwtEncoder.java +++ /dev/null @@ -1,53 +0,0 @@ -// -// ======================================================================== -// Copyright (c) 1995 Mort Bay Consulting Pty Ltd and others. -// -// This program and the accompanying materials are made available under the -// terms of the Eclipse Public License v. 2.0 which is available at -// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 -// which is available at https://www.apache.org/licenses/LICENSE-2.0. -// -// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 -// ======================================================================== -// - -package org.eclipse.jetty.ee9.tests.distribution.openid; - -import java.util.Base64; - -/** - * A basic JWT encoder for testing purposes. - */ -public class JwtEncoder -{ - private static final Base64.Encoder ENCODER = Base64.getUrlEncoder(); - private static final String DEFAULT_HEADER = "{\"INFO\": \"this is not used or checked in our implementation\"}"; - private static final String DEFAULT_SIGNATURE = "we do not validate signature as we use the authorization code flow"; - - public static String encode(String idToken) - { - return stripPadding(ENCODER.encodeToString(DEFAULT_HEADER.getBytes())) + "." + - stripPadding(ENCODER.encodeToString(idToken.getBytes())) + "." + - stripPadding(ENCODER.encodeToString(DEFAULT_SIGNATURE.getBytes())); - } - - private static String stripPadding(String paddedBase64) - { - return paddedBase64.split("=")[0]; - } - - /** - * Create a basic JWT for testing using argument supplied attributes. - */ - public static String createIdToken(String provider, String clientId, String subject, String name, long expiry) - { - return "{" + - "\"iss\": \"" + provider + "\"," + - "\"sub\": \"" + subject + "\"," + - "\"aud\": \"" + clientId + "\"," + - "\"exp\": " + expiry + "," + - "\"name\": \"" + name + "\"," + - "\"email\": \"" + name + "@example.com" + "\"" + - "}"; - } -} diff --git a/tests/test-distribution/test-ee9-distribution/src/test/java/org/eclipse/jetty/ee9/tests/distribution/openid/OpenIdProvider.java b/tests/test-distribution/test-ee9-distribution/src/test/java/org/eclipse/jetty/ee9/tests/distribution/openid/OpenIdProvider.java deleted file mode 100644 index 33ee1dc7dc9..00000000000 --- a/tests/test-distribution/test-ee9-distribution/src/test/java/org/eclipse/jetty/ee9/tests/distribution/openid/OpenIdProvider.java +++ /dev/null @@ -1,402 +0,0 @@ -// -// ======================================================================== -// Copyright (c) 1995 Mort Bay Consulting Pty Ltd and others. -// -// This program and the accompanying materials are made available under the -// terms of the Eclipse Public License v. 2.0 which is available at -// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 -// which is available at https://www.apache.org/licenses/LICENSE-2.0. -// -// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 -// ======================================================================== -// - -package org.eclipse.jetty.ee9.tests.distribution.openid; - -import java.io.IOException; -import java.io.PrintWriter; -import java.time.Duration; -import java.time.Instant; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.Collections; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Objects; -import java.util.UUID; - -import jakarta.servlet.ServletException; -import jakarta.servlet.http.HttpServlet; -import jakarta.servlet.http.HttpServletRequest; -import jakarta.servlet.http.HttpServletResponse; -import org.eclipse.jetty.ee9.servlet.ServletContextHandler; -import org.eclipse.jetty.ee9.servlet.ServletHolder; -import org.eclipse.jetty.security.openid.OpenIdConfiguration; -import org.eclipse.jetty.server.Server; -import org.eclipse.jetty.server.ServerConnector; -import org.eclipse.jetty.util.component.ContainerLifeCycle; -import org.eclipse.jetty.util.statistic.CounterStatistic; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -public class OpenIdProvider extends ContainerLifeCycle -{ - private static final Logger LOG = LoggerFactory.getLogger(OpenIdProvider.class); - - private static final String CONFIG_PATH = "/.well-known/openid-configuration"; - private static final String AUTH_PATH = "/auth"; - private static final String TOKEN_PATH = "/token"; - private static final String END_SESSION_PATH = "/end_session"; - private final Map issuedAuthCodes = new HashMap<>(); - - protected final String clientId; - protected final String clientSecret; - protected final List redirectUris = new ArrayList<>(); - private final ServerConnector connector; - private final Server server; - private int port = 0; - private String provider; - private User preAuthedUser; - private final CounterStatistic loggedInUsers = new CounterStatistic(); - private long _idTokenDuration = Duration.ofSeconds(10).toMillis(); - - public static void main(String[] args) throws Exception - { - String clientId = "CLIENT_ID123"; - String clientSecret = "PASSWORD123"; - int port = 5771; - String redirectUri = "http://localhost:8080/j_security_check"; - - OpenIdProvider openIdProvider = new OpenIdProvider(clientId, clientSecret); - openIdProvider.addRedirectUri(redirectUri); - openIdProvider.setPort(port); - openIdProvider.start(); - try - { - openIdProvider.join(); - } - finally - { - openIdProvider.stop(); - } - } - - public OpenIdProvider(String clientId, String clientSecret) - { - this.clientId = clientId; - this.clientSecret = clientSecret; - - server = new Server(); - connector = new ServerConnector(server); - server.addConnector(connector); - - ServletContextHandler contextHandler = new ServletContextHandler(); - contextHandler.setContextPath("/"); - contextHandler.addServlet(new ServletHolder(new ConfigServlet()), CONFIG_PATH); - contextHandler.addServlet(new ServletHolder(new AuthEndpoint()), AUTH_PATH); - contextHandler.addServlet(new ServletHolder(new TokenEndpoint()), TOKEN_PATH); - contextHandler.addServlet(new ServletHolder(new EndSessionEndpoint()), END_SESSION_PATH); - server.setHandler(contextHandler); - - addBean(server); - } - - public void setIdTokenDuration(long duration) - { - _idTokenDuration = duration; - } - - public long getIdTokenDuration() - { - return _idTokenDuration; - } - - public void join() throws InterruptedException - { - server.join(); - } - - public OpenIdConfiguration getOpenIdConfiguration() - { - String provider = getProvider(); - String authEndpoint = provider + AUTH_PATH; - String tokenEndpoint = provider + TOKEN_PATH; - return new OpenIdConfiguration(provider, authEndpoint, tokenEndpoint, clientId, clientSecret, null); - } - - public CounterStatistic getLoggedInUsers() - { - return loggedInUsers; - } - - @Override - protected void doStart() throws Exception - { - connector.setPort(port); - super.doStart(); - provider = "http://localhost:" + connector.getLocalPort(); - } - - public void setPort(int port) - { - if (isStarted()) - throw new IllegalStateException(); - this.port = port; - } - - public void setUser(User user) - { - this.preAuthedUser = user; - } - - public String getProvider() - { - if (!isStarted() && port == 0) - throw new IllegalStateException("Port of OpenIdProvider not configured"); - return provider; - } - - public void addRedirectUri(String uri) - { - redirectUris.add(uri); - } - - public class AuthEndpoint extends HttpServlet - { - @Override - protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException - { - if (!clientId.equals(req.getParameter("client_id"))) - { - resp.sendError(HttpServletResponse.SC_FORBIDDEN, "invalid client_id"); - return; - } - - String redirectUri = req.getParameter("redirect_uri"); - if (!redirectUris.contains(redirectUri)) - { - LOG.warn("invalid redirectUri {}", redirectUri); - resp.sendError(HttpServletResponse.SC_FORBIDDEN, "invalid redirect_uri"); - return; - } - - String scopeString = req.getParameter("scope"); - List scopes = (scopeString == null) ? Collections.emptyList() : Arrays.asList(scopeString.split(" ")); - if (!scopes.contains("openid")) - { - resp.sendError(HttpServletResponse.SC_FORBIDDEN, "no openid scope"); - return; - } - - if (!"code".equals(req.getParameter("response_type"))) - { - resp.sendError(HttpServletResponse.SC_FORBIDDEN, "response_type must be code"); - return; - } - - String state = req.getParameter("state"); - if (state == null) - { - resp.sendError(HttpServletResponse.SC_FORBIDDEN, "no state param"); - return; - } - - if (preAuthedUser == null) - { - PrintWriter writer = resp.getWriter(); - resp.setContentType("text/html"); - writer.println("

Login to OpenID Connect Provider

"); - writer.println("
"); - writer.println(""); - writer.println(""); - writer.println(""); - writer.println(""); - writer.println("
"); - } - else - { - redirectUser(resp, preAuthedUser, redirectUri, state); - } - } - - @Override - protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws IOException - { - String redirectUri = req.getParameter("redirectUri"); - if (!redirectUris.contains(redirectUri)) - { - resp.sendError(HttpServletResponse.SC_FORBIDDEN, "invalid redirect_uri"); - return; - } - - String state = req.getParameter("state"); - if (state == null) - { - resp.sendError(HttpServletResponse.SC_FORBIDDEN, "no state param"); - return; - } - - String username = req.getParameter("username"); - if (username == null) - { - resp.sendError(HttpServletResponse.SC_FORBIDDEN, "no username"); - return; - } - - User user = new User(username); - redirectUser(resp, user, redirectUri, state); - } - - public void redirectUser(HttpServletResponse response, User user, String redirectUri, String state) throws IOException - { - String authCode = UUID.randomUUID().toString().replace("-", ""); - issuedAuthCodes.put(authCode, user); - - try - { - redirectUri += "?code=" + authCode + "&state=" + state; - response.sendRedirect(response.encodeRedirectURL(redirectUri)); - } - catch (Throwable t) - { - issuedAuthCodes.remove(authCode); - throw t; - } - } - } - - private class TokenEndpoint extends HttpServlet - { - @Override - protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException - { - String code = req.getParameter("code"); - - if (!clientId.equals(req.getParameter("client_id")) || - !clientSecret.equals(req.getParameter("client_secret")) || - !redirectUris.contains(req.getParameter("redirect_uri")) || - !"authorization_code".equals(req.getParameter("grant_type")) || - code == null) - { - resp.sendError(HttpServletResponse.SC_FORBIDDEN, "bad auth request"); - return; - } - - User user = issuedAuthCodes.remove(code); - if (user == null) - { - resp.sendError(HttpServletResponse.SC_FORBIDDEN, "invalid auth code"); - return; - } - - String accessToken = "ABCDEFG"; - long accessTokenDuration = Duration.ofMinutes(10).toSeconds(); - String response = "{" + - "\"access_token\": \"" + accessToken + "\"," + - "\"id_token\": \"" + JwtEncoder.encode(user.getIdToken(provider, clientId, _idTokenDuration)) + "\"," + - "\"expires_in\": " + accessTokenDuration + "," + - "\"token_type\": \"Bearer\"" + - "}"; - - loggedInUsers.increment(); - resp.setContentType("text/plain"); - resp.getWriter().print(response); - } - } - - private class EndSessionEndpoint extends HttpServlet - { - @Override - protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException - { - doPost(req, resp); - } - - @Override - protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws IOException - { - String idToken = req.getParameter("id_token_hint"); - if (idToken == null) - { - resp.sendError(HttpServletResponse.SC_BAD_REQUEST, "no id_token_hint"); - return; - } - - String logoutRedirect = req.getParameter("post_logout_redirect_uri"); - if (logoutRedirect == null) - { - resp.setStatus(HttpServletResponse.SC_OK); - resp.getWriter().println("logout success on end_session_endpoint"); - return; - } - - loggedInUsers.decrement(); - resp.setContentType("text/plain"); - resp.sendRedirect(logoutRedirect); - } - } - - private class ConfigServlet extends HttpServlet - { - @Override - protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException - { - String discoveryDocument = "{" + - "\"issuer\": \"" + provider + "\"," + - "\"authorization_endpoint\": \"" + provider + AUTH_PATH + "\"," + - "\"token_endpoint\": \"" + provider + TOKEN_PATH + "\"," + - "\"end_session_endpoint\": \"" + provider + END_SESSION_PATH + "\"," + - "}"; - - resp.getWriter().write(discoveryDocument); - } - } - - public static class User - { - private final String subject; - private final String name; - - public User(String name) - { - this(UUID.nameUUIDFromBytes(name.getBytes()).toString(), name); - } - - public User(String subject, String name) - { - this.subject = subject; - this.name = name; - } - - public String getName() - { - return name; - } - - public String getSubject() - { - return subject; - } - - public String getIdToken(String provider, String clientId, long duration) - { - long expiryTime = Instant.now().plusMillis(duration).getEpochSecond(); - return JwtEncoder.createIdToken(provider, clientId, subject, name, expiryTime); - } - - @Override - public boolean equals(Object obj) - { - if (!(obj instanceof User)) - return false; - return Objects.equals(subject, ((User)obj).subject) && Objects.equals(name, ((User)obj).name); - } - - @Override - public int hashCode() - { - return Objects.hash(subject, name); - } - } -} From 6f693831885e6c341937af0cd1741c8a7c0a6807 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Tue, 17 Sep 2024 16:20:31 +1000 Subject: [PATCH 12/31] fix merge Signed-off-by: Olivier Lamy --- .../test-distribution-common/pom.xml | 14 --------- .../distribution/DisableUrlCacheTest.java | 31 ++++++++++--------- .../jetty/tests/distribution/OpenIdTests.java | 3 +- 3 files changed, 19 insertions(+), 29 deletions(-) diff --git a/tests/test-distribution/test-distribution-common/pom.xml b/tests/test-distribution/test-distribution-common/pom.xml index 535c035944f..65c35e81de5 100644 --- a/tests/test-distribution/test-distribution-common/pom.xml +++ b/tests/test-distribution/test-distribution-common/pom.xml @@ -278,20 +278,6 @@ org.apache.maven.plugins -<<<<<<< HEAD - maven-jar-plugin - - - - test-jar - - - - - - org.apache.maven.plugins -======= ->>>>>>> jetty-12.0.x maven-surefire-plugin diff --git a/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/DisableUrlCacheTest.java b/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/DisableUrlCacheTest.java index 9b8a2919088..4ca94c4d05b 100644 --- a/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/DisableUrlCacheTest.java +++ b/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/DisableUrlCacheTest.java @@ -19,6 +19,7 @@ import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.attribute.FileTime; import java.util.List; +import java.util.Set; import java.util.concurrent.TimeUnit; import org.eclipse.jetty.client.ContentResponse; @@ -28,6 +29,8 @@ import org.eclipse.jetty.tests.testers.Tester; import org.eclipse.jetty.toolchain.test.FS; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.parallel.Isolated; +import org.junit.jupiter.params.ParameterizedTest; +import org.junit.jupiter.params.provider.ValueSource; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -42,8 +45,9 @@ public class DisableUrlCacheTest extends AbstractJettyHomeTest { private static final Logger LOG = LoggerFactory.getLogger(DisableUrlCacheTest.class); - @Test - public void testReloadWebAppWithLog4j2() throws Exception + @ParameterizedTest + @ValueSource(strings = {"ee10", "ee11"}) + public void testReloadWebAppWithLog4j2(String env) throws Exception { Path jettyBase = newTestJettyBaseDirectory(); String jettyVersion = System.getProperty("jettyVersion"); @@ -54,7 +58,7 @@ public class DisableUrlCacheTest extends AbstractJettyHomeTest .build(); String[] setupArgs = { - "--add-modules=http,ee10-webapp,ee10-deploy,disable-urlcache" + "--add-modules=http,"+toEnvironment("webapp", env)+","+toEnvironment("deploy", env)+",disable-urlcache" }; try (JettyHomeTester.Run setupRun = distribution.start(setupArgs)) @@ -62,7 +66,7 @@ public class DisableUrlCacheTest extends AbstractJettyHomeTest assertTrue(setupRun.awaitFor(START_TIMEOUT, TimeUnit.SECONDS)); assertEquals(0, setupRun.getExitValue()); - Path webApp = distribution.resolveArtifact("org.eclipse.jetty.ee10:jetty-ee10-test-log4j2-webapp:war:" + jettyVersion); + Path webApp = distribution.resolveArtifact("org.eclipse.jetty."+env+":jetty-"+env+"-test-log4j2-webapp:war:" + jettyVersion); Path testWebApp = distribution.getJettyBase().resolve("webapps/test.war"); Files.copy(webApp, testWebApp); @@ -74,16 +78,15 @@ public class DisableUrlCacheTest extends AbstractJettyHomeTest FS.ensureEmpty(resourcesDir); Path webappsDir = distribution.getJettyBase().resolve("webapps"); - String warXml = """ - - - - /test - /test.war - /work/test - false - - """; + String warXml = + "" + + "" + + "" + + " /test" + + " /test.war" + + " /work/test" + + " false" + + ""; Path warXmlPath = webappsDir.resolve("test.xml"); Files.writeString(warXmlPath, warXml, StandardCharsets.UTF_8); diff --git a/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/OpenIdTests.java b/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/OpenIdTests.java index c96fffe5cff..113500ff6ee 100644 --- a/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/OpenIdTests.java +++ b/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/OpenIdTests.java @@ -116,7 +116,8 @@ public class OpenIdTests extends AbstractJettyHomeTest { return Stream.of( Arguments.of("ee9", "ee9-openid"), - Arguments.of("ee10", "openid") + Arguments.of("ee10", "openid"), + Arguments.of("ee11", "openid") ); } From ac18df08afb623ffd97557275394f10aa9b7db7c Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Tue, 17 Sep 2024 16:55:16 +1000 Subject: [PATCH 13/31] restore jetty-test-common as it is used in multiple places Signed-off-by: Olivier Lamy --- tests/jetty-test-common/pom.xml | 29 ++ .../org/eclipse/jetty/tests/JwtEncoder.java | 53 +++ .../eclipse/jetty/tests/OpenIdProvider.java | 421 ++++++++++++++++++ tests/pom.xml | 1 + .../test-distribution-common/pom.xml | 14 + 5 files changed, 518 insertions(+) create mode 100644 tests/jetty-test-common/pom.xml create mode 100644 tests/jetty-test-common/src/main/java/org/eclipse/jetty/tests/JwtEncoder.java create mode 100644 tests/jetty-test-common/src/main/java/org/eclipse/jetty/tests/OpenIdProvider.java diff --git a/tests/jetty-test-common/pom.xml b/tests/jetty-test-common/pom.xml new file mode 100644 index 00000000000..d820ada4c30 --- /dev/null +++ b/tests/jetty-test-common/pom.xml @@ -0,0 +1,29 @@ + + + + 4.0.0 + + org.eclipse.jetty.tests + tests + 12.1.0-SNAPSHOT + + jetty-test-common + jar + Tests :: Test Utilities + + + ${project.groupId}.testers + + + + + org.eclipse.jetty + jetty-server + + + org.eclipse.jetty + jetty-util + + + + diff --git a/tests/jetty-test-common/src/main/java/org/eclipse/jetty/tests/JwtEncoder.java b/tests/jetty-test-common/src/main/java/org/eclipse/jetty/tests/JwtEncoder.java new file mode 100644 index 00000000000..d4611f07a77 --- /dev/null +++ b/tests/jetty-test-common/src/main/java/org/eclipse/jetty/tests/JwtEncoder.java @@ -0,0 +1,53 @@ +// +// ======================================================================== +// Copyright (c) 1995 Mort Bay Consulting Pty Ltd and others. +// +// This program and the accompanying materials are made available under the +// terms of the Eclipse Public License v. 2.0 which is available at +// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 +// which is available at https://www.apache.org/licenses/LICENSE-2.0. +// +// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 +// ======================================================================== +// + +package org.eclipse.jetty.tests; + +import java.util.Base64; + +/** + * A basic JWT encoder for testing purposes. + */ +public class JwtEncoder +{ + private static final Base64.Encoder ENCODER = Base64.getUrlEncoder(); + private static final String DEFAULT_HEADER = "{\"INFO\": \"this is not used or checked in our implementation\"}"; + private static final String DEFAULT_SIGNATURE = "we do not validate signature as we use the authorization code flow"; + + public static String encode(String idToken) + { + return stripPadding(ENCODER.encodeToString(DEFAULT_HEADER.getBytes())) + "." + + stripPadding(ENCODER.encodeToString(idToken.getBytes())) + "." + + stripPadding(ENCODER.encodeToString(DEFAULT_SIGNATURE.getBytes())); + } + + private static String stripPadding(String paddedBase64) + { + return paddedBase64.split("=")[0]; + } + + /** + * Create a basic JWT for testing using argument supplied attributes. + */ + public static String createIdToken(String provider, String clientId, String subject, String name, long expiry) + { + return "{" + + "\"iss\": \"" + provider + "\"," + + "\"sub\": \"" + subject + "\"," + + "\"aud\": \"" + clientId + "\"," + + "\"exp\": " + expiry + "," + + "\"name\": \"" + name + "\"," + + "\"email\": \"" + name + "@example.com" + "\"" + + "}"; + } +} diff --git a/tests/jetty-test-common/src/main/java/org/eclipse/jetty/tests/OpenIdProvider.java b/tests/jetty-test-common/src/main/java/org/eclipse/jetty/tests/OpenIdProvider.java new file mode 100644 index 00000000000..aba79c2a0c3 --- /dev/null +++ b/tests/jetty-test-common/src/main/java/org/eclipse/jetty/tests/OpenIdProvider.java @@ -0,0 +1,421 @@ +// +// ======================================================================== +// Copyright (c) 1995 Mort Bay Consulting Pty Ltd and others. +// +// This program and the accompanying materials are made available under the +// terms of the Eclipse Public License v. 2.0 which is available at +// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 +// which is available at https://www.apache.org/licenses/LICENSE-2.0. +// +// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 +// ======================================================================== +// + +package org.eclipse.jetty.tests; + +import java.io.IOException; +import java.time.Duration; +import java.time.Instant; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Collections; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Objects; +import java.util.UUID; + +import org.eclipse.jetty.http.BadMessageException; +import org.eclipse.jetty.http.HttpHeader; +import org.eclipse.jetty.http.HttpMethod; +import org.eclipse.jetty.http.HttpStatus; +import org.eclipse.jetty.server.Handler; +import org.eclipse.jetty.server.Request; +import org.eclipse.jetty.server.Response; +import org.eclipse.jetty.server.Server; +import org.eclipse.jetty.server.ServerConnector; +import org.eclipse.jetty.util.BufferUtil; +import org.eclipse.jetty.util.Callback; +import org.eclipse.jetty.util.Fields; +import org.eclipse.jetty.util.StringUtil; +import org.eclipse.jetty.util.component.ContainerLifeCycle; +import org.eclipse.jetty.util.statistic.CounterStatistic; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +public class OpenIdProvider extends ContainerLifeCycle +{ + private static final Logger LOG = LoggerFactory.getLogger(OpenIdProvider.class); + + private static final String CONFIG_PATH = "/.well-known/openid-configuration"; + private static final String AUTH_PATH = "/auth"; + private static final String TOKEN_PATH = "/token"; + private static final String END_SESSION_PATH = "/end_session"; + private final Map issuedAuthCodes = new HashMap<>(); + + protected final String clientId; + protected final String clientSecret; + protected final List redirectUris = new ArrayList<>(); + private final ServerConnector connector; + private final Server server; + private int port = 0; + private String provider; + private User preAuthedUser; + private final CounterStatistic loggedInUsers = new CounterStatistic(); + private long _idTokenDuration = Duration.ofSeconds(10).toMillis(); + + public static void main(String[] args) throws Exception + { + String clientId = "CLIENT_ID123"; + String clientSecret = "PASSWORD123"; + int port = 5771; + String redirectUri = "http://localhost:8080/j_security_check"; + + OpenIdProvider openIdProvider = new OpenIdProvider(clientId, clientSecret); + openIdProvider.addRedirectUri(redirectUri); + openIdProvider.setPort(port); + openIdProvider.start(); + try + { + openIdProvider.join(); + } + finally + { + openIdProvider.stop(); + } + } + + public OpenIdProvider() + { + this("clientId" + StringUtil.randomAlphaNumeric(4), StringUtil.randomAlphaNumeric(10)); + } + + public OpenIdProvider(String clientId, String clientSecret) + { + this.clientId = clientId; + this.clientSecret = clientSecret; + + server = new Server(); + connector = new ServerConnector(server); + server.addConnector(connector); + + server.setHandler(new OpenIdProviderHandler()); + addBean(server); + } + + public String getClientId() + { + return clientId; + } + + public String getClientSecret() + { + return clientSecret; + } + + public void setIdTokenDuration(long duration) + { + _idTokenDuration = duration; + } + + public long getIdTokenDuration() + { + return _idTokenDuration; + } + + public void join() throws InterruptedException + { + server.join(); + } + + public CounterStatistic getLoggedInUsers() + { + return loggedInUsers; + } + + @Override + protected void doStart() throws Exception + { + connector.setPort(port); + super.doStart(); + provider = "http://localhost:" + connector.getLocalPort(); + } + + public void setPort(int port) + { + if (isStarted()) + throw new IllegalStateException(); + this.port = port; + } + + public void setUser(User user) + { + this.preAuthedUser = user; + } + + public String getProvider() + { + if (!isStarted() && port == 0) + throw new IllegalStateException("Port of OpenIdProvider not configured"); + return provider; + } + + public void addRedirectUri(String uri) + { + redirectUris.add(uri); + } + + public class OpenIdProviderHandler extends Handler.Abstract + { + @Override + public boolean handle(Request request, Response response, Callback callback) throws Exception + { + String pathInContext = Request.getPathInContext(request); + switch (pathInContext) + { + case CONFIG_PATH -> doGetConfigServlet(request, response, callback); + case AUTH_PATH -> doAuthEndpoint(request, response, callback); + case TOKEN_PATH -> doTokenEndpoint(request, response, callback); + case END_SESSION_PATH -> doEndSessionEndpoint(request, response, callback); + default -> Response.writeError(request, response, callback, HttpStatus.NOT_FOUND_404); + } + + return true; + } + } + + protected void doAuthEndpoint(Request request, Response response, Callback callback) throws Exception + { + String method = request.getMethod(); + switch (method) + { + case "GET" -> doGetAuthEndpoint(request, response, callback); + case "POST" -> doPostAuthEndpoint(request, response, callback); + default -> throw new BadMessageException("Unsupported HTTP method: " + method); + } + } + + protected void doGetAuthEndpoint(Request request, Response response, Callback callback) throws Exception + { + Fields parameters = Request.getParameters(request); + + if (!clientId.equals(parameters.getValue("client_id"))) + { + Response.writeError(request, response, callback, HttpStatus.FORBIDDEN_403, "invalid client_id"); + return; + } + + String redirectUri = parameters.getValue("redirect_uri"); + if (!redirectUris.contains(redirectUri)) + { + LOG.warn("invalid redirectUri {}", redirectUri); + Response.writeError(request, response, callback, HttpStatus.FORBIDDEN_403, "invalid redirect_uri"); + return; + } + + String scopeString = parameters.getValue("scope"); + List scopes = (scopeString == null) ? Collections.emptyList() : Arrays.asList(scopeString.split(" ")); + if (!scopes.contains("openid")) + { + Response.writeError(request, response, callback, HttpStatus.FORBIDDEN_403, "no openid scope"); + return; + } + + if (!"code".equals(parameters.getValue("response_type"))) + { + Response.writeError(request, response, callback, HttpStatus.FORBIDDEN_403, "response_type must be code"); + return; + } + + String state = parameters.getValue("state"); + if (state == null) + { + Response.writeError(request, response, callback, HttpStatus.FORBIDDEN_403, "no state param"); + return; + } + + if (preAuthedUser == null) + { + String responseContent = String.format(""" +

Login to OpenID Connect Provider

+
+ + + + +
+ """, AUTH_PATH, redirectUri, state); + response.getHeaders().put(HttpHeader.CONTENT_TYPE, "text/html"); + response.write(true, BufferUtil.toBuffer(responseContent), callback); + } + else + { + redirectUser(request, response, callback, preAuthedUser, redirectUri, state); + } + } + + protected void doPostAuthEndpoint(Request request, Response response, Callback callback) throws Exception + { + Fields parameters = Request.getParameters(request); + String redirectUri = parameters.getValue("redirectUri"); + if (!redirectUris.contains(redirectUri)) + { + Response.writeError(request, response, callback, HttpStatus.FORBIDDEN_403, "invalid redirect_uri"); + return; + } + + String state = parameters.getValue("state"); + if (state == null) + { + Response.writeError(request, response, callback, HttpStatus.FORBIDDEN_403, "no state param"); + return; + } + + String username = parameters.getValue("username"); + if (username == null) + { + Response.writeError(request, response, callback, HttpStatus.FORBIDDEN_403, "no username"); + return; + } + + User user = new User(username); + redirectUser(request, response, callback, user, redirectUri, state); + } + + public void redirectUser(Request request, Response response, Callback callback, User user, String redirectUri, String state) throws IOException + { + String authCode = UUID.randomUUID().toString().replace("-", ""); + issuedAuthCodes.put(authCode, user); + + try + { + redirectUri += "?code=" + authCode + "&state=" + state; + Response.sendRedirect(request, response, callback, redirectUri); + } + catch (Throwable t) + { + issuedAuthCodes.remove(authCode); + throw t; + } + } + + protected void doTokenEndpoint(Request request, Response response, Callback callback) throws Exception + { + if (!HttpMethod.POST.is(request.getMethod())) + throw new BadMessageException("Unsupported HTTP method for token Endpoint: " + request.getMethod()); + + Fields parameters = Request.getParameters(request); + String code = parameters.getValue("code"); + + if (!clientId.equals(parameters.getValue("client_id")) || + !clientSecret.equals(parameters.getValue("client_secret")) || + !redirectUris.contains(parameters.getValue("redirect_uri")) || + !"authorization_code".equals(parameters.getValue("grant_type")) || + code == null) + { + Response.writeError(request, response, callback, HttpStatus.FORBIDDEN_403, "bad auth request"); + return; + } + + User user = issuedAuthCodes.remove(code); + if (user == null) + { + Response.writeError(request, response, callback, HttpStatus.FORBIDDEN_403, "invalid auth code"); + return; + } + + String accessToken = "ABCDEFG"; + long accessTokenDuration = Duration.ofMinutes(10).toSeconds(); + String responseContent = "{" + + "\"access_token\": \"" + accessToken + "\"," + + "\"id_token\": \"" + JwtEncoder.encode(user.getIdToken(provider, clientId, _idTokenDuration)) + "\"," + + "\"expires_in\": " + accessTokenDuration + "," + + "\"token_type\": \"Bearer\"" + + "}"; + + loggedInUsers.increment(); + response.getHeaders().put(HttpHeader.CONTENT_TYPE, "text/plain"); + response.write(true, BufferUtil.toBuffer(responseContent), callback); + } + + protected void doEndSessionEndpoint(Request request, Response response, Callback callback) throws Exception + { + Fields parameters = Request.getParameters(request); + String idToken = parameters.getValue("id_token_hint"); + if (idToken == null) + { + Response.writeError(request, response, callback, HttpStatus.BAD_REQUEST_400, "no id_token_hint"); + return; + } + + String logoutRedirect = parameters.getValue("post_logout_redirect_uri"); + if (logoutRedirect == null) + { + response.setStatus(HttpStatus.OK_200); + response.write(true, BufferUtil.toBuffer("logout success on end_session_endpoint"), callback); + return; + } + + loggedInUsers.decrement(); + Response.sendRedirect(request, response, callback, logoutRedirect); + } + + protected void doGetConfigServlet(Request request, Response response, Callback callback) throws IOException + { + String discoveryDocument = "{" + + "\"issuer\": \"" + provider + "\"," + + "\"authorization_endpoint\": \"" + provider + AUTH_PATH + "\"," + + "\"token_endpoint\": \"" + provider + TOKEN_PATH + "\"," + + "\"end_session_endpoint\": \"" + provider + END_SESSION_PATH + "\"," + + "}"; + + response.write(true, BufferUtil.toBuffer(discoveryDocument), callback); + } + + public static class User + { + private final String subject; + private final String name; + + public User(String name) + { + this(UUID.nameUUIDFromBytes(name.getBytes()).toString(), name); + } + + public User(String subject, String name) + { + this.subject = subject; + this.name = name; + } + + public String getName() + { + return name; + } + + public String getSubject() + { + return subject; + } + + public String getIdToken(String provider, String clientId, long duration) + { + long expiryTime = Instant.now().plusMillis(duration).getEpochSecond(); + return JwtEncoder.createIdToken(provider, clientId, subject, name, expiryTime); + } + + @Override + public boolean equals(Object obj) + { + if (!(obj instanceof User)) + return false; + return Objects.equals(subject, ((User)obj).subject) && Objects.equals(name, ((User)obj).name); + } + + @Override + public int hashCode() + { + return Objects.hash(subject, name); + } + } +} diff --git a/tests/pom.xml b/tests/pom.xml index 0ec5773e2db..73a94d115ce 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -13,6 +13,7 @@ jetty-testers jetty-jmh + jetty-test-common jetty-test-multipart jetty-test-session-common test-cross-context-dispatch diff --git a/tests/test-distribution/test-distribution-common/pom.xml b/tests/test-distribution/test-distribution-common/pom.xml index 65c35e81de5..4fc3b4b3450 100644 --- a/tests/test-distribution/test-distribution-common/pom.xml +++ b/tests/test-distribution/test-distribution-common/pom.xml @@ -187,6 +187,20 @@ war test
+ + org.eclipse.jetty.ee10 + jetty-ee10-test-openid-webapp + ${project.version} + war + test + + + org.eclipse.jetty.ee11 + jetty-ee11-test-openid-webapp + ${project.version} + war + test + org.eclipse.jetty.http2 jetty-http2-client From b152630eb607808940d6c3e2d0c7921dcfadde68 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Tue, 17 Sep 2024 17:50:46 +1000 Subject: [PATCH 14/31] spotless Signed-off-by: Olivier Lamy --- .../test-distribution-common/pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/test-distribution/test-distribution-common/pom.xml b/tests/test-distribution/test-distribution-common/pom.xml index 4fc3b4b3450..1e463ce5656 100644 --- a/tests/test-distribution/test-distribution-common/pom.xml +++ b/tests/test-distribution/test-distribution-common/pom.xml @@ -180,13 +180,6 @@ war test - - org.eclipse.jetty.ee9 - jetty-ee9-test-openid-webapp - ${project.version} - war - test - org.eclipse.jetty.ee10 jetty-ee10-test-openid-webapp @@ -201,6 +194,13 @@ war test + + org.eclipse.jetty.ee9 + jetty-ee9-test-openid-webapp + ${project.version} + war + test + org.eclipse.jetty.http2 jetty-http2-client From efcddd330a2fbfda4d043e152ecfaac2ac56619d Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Tue, 17 Sep 2024 18:22:25 +1000 Subject: [PATCH 15/31] checkstyle Signed-off-by: Olivier Lamy --- .../eclipse/jetty/tests/distribution/DisableUrlCacheTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/DisableUrlCacheTest.java b/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/DisableUrlCacheTest.java index 4ca94c4d05b..186ba543924 100644 --- a/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/DisableUrlCacheTest.java +++ b/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/DisableUrlCacheTest.java @@ -58,7 +58,7 @@ public class DisableUrlCacheTest extends AbstractJettyHomeTest .build(); String[] setupArgs = { - "--add-modules=http,"+toEnvironment("webapp", env)+","+toEnvironment("deploy", env)+",disable-urlcache" + "--add-modules=http," + toEnvironment("webapp", env) + "," + toEnvironment("deploy", env) + ",disable-urlcache" }; try (JettyHomeTester.Run setupRun = distribution.start(setupArgs)) @@ -81,7 +81,7 @@ public class DisableUrlCacheTest extends AbstractJettyHomeTest String warXml = "" + "" + - "" + + "" + " /test" + " /test.war" + " /work/test" + From 0c31ab7ca6251958761fa1d41979a052117d1234 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Tue, 17 Sep 2024 18:24:53 +1000 Subject: [PATCH 16/31] checkstyle Signed-off-by: Olivier Lamy --- .../eclipse/jetty/tests/distribution/DisableUrlCacheTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/DisableUrlCacheTest.java b/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/DisableUrlCacheTest.java index 186ba543924..c36c302255f 100644 --- a/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/DisableUrlCacheTest.java +++ b/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/DisableUrlCacheTest.java @@ -66,7 +66,7 @@ public class DisableUrlCacheTest extends AbstractJettyHomeTest assertTrue(setupRun.awaitFor(START_TIMEOUT, TimeUnit.SECONDS)); assertEquals(0, setupRun.getExitValue()); - Path webApp = distribution.resolveArtifact("org.eclipse.jetty."+env+":jetty-"+env+"-test-log4j2-webapp:war:" + jettyVersion); + Path webApp = distribution.resolveArtifact("org.eclipse.jetty." + env + ":jetty-" + env + "-test-log4j2-webapp:war:" + jettyVersion); Path testWebApp = distribution.getJettyBase().resolve("webapps/test.war"); Files.copy(webApp, testWebApp); From b89f767be60d3e04faad36146327207f971593e0 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Tue, 17 Sep 2024 18:38:48 +1000 Subject: [PATCH 17/31] needed dependencies Signed-off-by: Olivier Lamy --- tests/test-distribution/test-distribution-common/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/test-distribution/test-distribution-common/pom.xml b/tests/test-distribution/test-distribution-common/pom.xml index 1e463ce5656..ab98e612ad8 100644 --- a/tests/test-distribution/test-distribution-common/pom.xml +++ b/tests/test-distribution/test-distribution-common/pom.xml @@ -66,6 +66,10 @@ org.apache.maven.resolver maven-resolver-util + + org.bouncycastle + bcprov-jdk15to18 + org.codehaus.plexus plexus-xml @@ -76,6 +80,10 @@ + + org.eclipse.jetty + jetty-ethereum + org.eclipse.jetty jetty-home From fb8e237dcaa26ec598f0dd94915146f899e65f62 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Tue, 17 Sep 2024 19:08:41 +1000 Subject: [PATCH 18/31] need this dependency Signed-off-by: Olivier Lamy --- tests/test-distribution/test-distribution-common/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/test-distribution/test-distribution-common/pom.xml b/tests/test-distribution/test-distribution-common/pom.xml index ab98e612ad8..1899042a9d0 100644 --- a/tests/test-distribution/test-distribution-common/pom.xml +++ b/tests/test-distribution/test-distribution-common/pom.xml @@ -195,6 +195,13 @@ war test + + org.eclipse.jetty.ee11 + jetty-ee11-test-log4j2-webapp + ${project.version} + war + test + org.eclipse.jetty.ee11 jetty-ee11-test-openid-webapp From 4a0ee278c1679f516c04997f557402b86159f184 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Tue, 17 Sep 2024 19:54:56 +1000 Subject: [PATCH 19/31] fix logging Signed-off-by: Olivier Lamy --- .../jetty/tests/distribution/DisableUrlCacheTest.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/DisableUrlCacheTest.java b/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/DisableUrlCacheTest.java index c36c302255f..ef42a1ff81b 100644 --- a/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/DisableUrlCacheTest.java +++ b/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/DisableUrlCacheTest.java @@ -94,10 +94,11 @@ public class DisableUrlCacheTest extends AbstractJettyHomeTest String loggingConfig = """ org.eclipse.jetty.LEVEL=INFO org.eclipse.jetty.deploy.LEVEL=DEBUG - org.eclipse.jetty.ee10.webapp.LEVEL=DEBUG - org.eclipse.jetty.ee10.webapp.WebAppClassLoader.LEVEL=INFO - org.eclipse.jetty.ee10.servlet.LEVEL=DEBUG + org.eclipse.jetty.eexx.webapp.LEVEL=DEBUG + org.eclipse.jetty.eexx.webapp.WebAppClassLoader.LEVEL=INFO + org.eclipse.jetty.exx.servlet.LEVEL=DEBUG """; + loggingConfig = loggingConfig.replace("eexx", env); Files.writeString(loggingFile, loggingConfig, StandardCharsets.UTF_8); From a9513c0ae85579d80f4227b4254523856206577a Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Tue, 17 Sep 2024 20:12:43 +1000 Subject: [PATCH 20/31] log to search for restart can be different depending on eexx Signed-off-by: Olivier Lamy --- .../tests/distribution/DisableUrlCacheTest.java | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/DisableUrlCacheTest.java b/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/DisableUrlCacheTest.java index ef42a1ff81b..02d13fcdd45 100644 --- a/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/DisableUrlCacheTest.java +++ b/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/DisableUrlCacheTest.java @@ -21,6 +21,7 @@ import java.nio.file.attribute.FileTime; import java.util.List; import java.util.Set; import java.util.concurrent.TimeUnit; +import java.util.stream.Stream; import org.eclipse.jetty.client.ContentResponse; import org.eclipse.jetty.http.HttpStatus; @@ -30,6 +31,8 @@ import org.eclipse.jetty.toolchain.test.FS; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.parallel.Isolated; import org.junit.jupiter.params.ParameterizedTest; +import org.junit.jupiter.params.provider.Arguments; +import org.junit.jupiter.params.provider.MethodSource; import org.junit.jupiter.params.provider.ValueSource; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -45,9 +48,17 @@ public class DisableUrlCacheTest extends AbstractJettyHomeTest { private static final Logger LOG = LoggerFactory.getLogger(DisableUrlCacheTest.class); + public static Stream tests() + { + return Stream.of( + Arguments.of("ee10", "Started oeje10w.WebAppContext@"), + Arguments.of("ee11", "Started oeje11w.WebAppContext@") + ); + } + @ParameterizedTest - @ValueSource(strings = {"ee10", "ee11"}) - public void testReloadWebAppWithLog4j2(String env) throws Exception + @MethodSource("tests") + public void testReloadWebAppWithLog4j2(String env, String logToSearch) throws Exception { Path jettyBase = newTestJettyBaseDirectory(); String jettyVersion = System.getProperty("jettyVersion"); @@ -124,7 +135,7 @@ public class DisableUrlCacheTest extends AbstractJettyHomeTest touch(warXmlPath); // Wait for reload to start context - assertTrue(run2.awaitConsoleLogsFor("Started oeje10w.WebAppContext@", START_TIMEOUT, TimeUnit.SECONDS)); + assertTrue(run2.awaitConsoleLogsFor(logToSearch, START_TIMEOUT, TimeUnit.SECONDS)); // wait for deployer node to complete so context is Started not Starting assertTrue(run2.awaitConsoleLogsFor("Executing Node Node[started]", START_TIMEOUT, TimeUnit.SECONDS)); From dc43f3d498ad1d985c0e6ca4b4b91bdb94b9ce83 Mon Sep 17 00:00:00 2001 From: Greg Wilkins Date: Wed, 18 Sep 2024 07:11:32 +1000 Subject: [PATCH 21/31] Optimize request buffer release #12239 (#12240) Release request buffer before handling when there is no content --------- Signed-off-by: Simone Bordet Co-authored-by: Simone Bordet --- .../org/eclipse/jetty/http/HttpParser.java | 5 +++++ .../jetty/server/internal/HttpConnection.java | 19 ++++++++++++++++++- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/jetty-core/jetty-http/src/main/java/org/eclipse/jetty/http/HttpParser.java b/jetty-core/jetty-http/src/main/java/org/eclipse/jetty/http/HttpParser.java index 93be3478cb0..e1b037cda64 100644 --- a/jetty-core/jetty-http/src/main/java/org/eclipse/jetty/http/HttpParser.java +++ b/jetty-core/jetty-http/src/main/java/org/eclipse/jetty/http/HttpParser.java @@ -422,6 +422,11 @@ public class HttpParser return _state; } + public boolean hasContent() + { + return _endOfContent != EndOfContent.NO_CONTENT; + } + public boolean inContentState() { return _state.ordinal() >= State.CONTENT.ordinal() && _state.ordinal() < State.END.ordinal(); diff --git a/jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/internal/HttpConnection.java b/jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/internal/HttpConnection.java index bb291501a4a..37fe59479e5 100644 --- a/jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/internal/HttpConnection.java +++ b/jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/internal/HttpConnection.java @@ -398,6 +398,15 @@ public class HttpConnection extends AbstractMetaDataConnection implements Runnab if (LOG.isDebugEnabled()) LOG.debug("HANDLE {} {}", request, this); + // If the buffer is empty and no body is expected, then release the buffer + if (isRequestBufferEmpty() && !_parser.hasContent()) + { + // try parsing now to the end of the message + parseRequestBuffer(); + if (_parser.isComplete()) + releaseRequestBuffer(); + } + // Handle the request by running the task. _handling.set(true); Runnable onRequest = _onRequest; @@ -424,7 +433,15 @@ public class HttpConnection extends AbstractMetaDataConnection implements Runnab { if (LOG.isDebugEnabled()) LOG.debug("upgraded {} -> {}", this, getEndPoint().getConnection()); - releaseRequestBuffer(); + if (_requestBuffer != null) + releaseRequestBuffer(); + break; + } + + // If we have already released the request buffer, then use fill interest before allocating another + if (_requestBuffer == null) + { + fillInterested(); break; } } From 41333a7712d4c9bb54346c720ef1de0da09abfca Mon Sep 17 00:00:00 2001 From: Jan Bartel Date: Wed, 18 Sep 2024 21:57:30 +1000 Subject: [PATCH 22/31] Issue #12255 Dump CookieConfig (#12257) --- .../eclipse/jetty/ee10/servlet/SessionHandler.java | 12 ++++++++++++ .../org/eclipse/jetty/ee9/nested/SessionHandler.java | 8 ++++++++ 2 files changed, 20 insertions(+) diff --git a/jetty-ee10/jetty-ee10-servlet/src/main/java/org/eclipse/jetty/ee10/servlet/SessionHandler.java b/jetty-ee10/jetty-ee10-servlet/src/main/java/org/eclipse/jetty/ee10/servlet/SessionHandler.java index c3196f2c788..2331e48e9c9 100644 --- a/jetty-ee10/jetty-ee10-servlet/src/main/java/org/eclipse/jetty/ee10/servlet/SessionHandler.java +++ b/jetty-ee10/jetty-ee10-servlet/src/main/java/org/eclipse/jetty/ee10/servlet/SessionHandler.java @@ -251,6 +251,14 @@ public class SessionHandler extends AbstractSessionManager implements Handler.Si SessionHandler.this.setSecureCookies(secure); } + @Override + public String toString() + { + return String.format("%s@%x[name=%s,domain=%s,path=%s,max-age=%d,secure=%b,http-only=%b,comment=%s,attributes=%s]", + this.getClass().getName(), this.hashCode(), getName(), getDomain(), getPath(), + getMaxAge(), isSecure(), isHttpOnly(), getComment(), getSessionCookieAttributes().toString()); + } + private void checkState() { //It is allowable to call the CookieConfig.setXX methods after the SessionHandler has started, @@ -381,6 +389,10 @@ public class SessionHandler extends AbstractSessionManager implements Handler.Si public SessionHandler() { setSessionTrackingModes(DEFAULT_SESSION_TRACKING_MODES); + installBean(_cookieConfig); + installBean(_sessionListeners); + installBean(_sessionIdListeners); + installBean(_sessionAttributeListeners); } @Override diff --git a/jetty-ee9/jetty-ee9-nested/src/main/java/org/eclipse/jetty/ee9/nested/SessionHandler.java b/jetty-ee9/jetty-ee9-nested/src/main/java/org/eclipse/jetty/ee9/nested/SessionHandler.java index 214e2b871ce..9c2848512ea 100644 --- a/jetty-ee9/jetty-ee9-nested/src/main/java/org/eclipse/jetty/ee9/nested/SessionHandler.java +++ b/jetty-ee9/jetty-ee9-nested/src/main/java/org/eclipse/jetty/ee9/nested/SessionHandler.java @@ -729,6 +729,14 @@ public class SessionHandler extends ScopedHandler implements SessionConfig.Mutab checkAvailable(); _sessionManager.setSecureCookies(secure); } + + @Override + public String toString() + { + return String.format("%s@%x[name=%s,domain=%s,path=%s,max-age=%d,secure=%b,http-only=%b,same-site=%s,comment=%s]", + this.getClass().getName(), this.hashCode(), _sessionManager.getSessionCookie(), _sessionManager.getSessionDomain(), _sessionManager.getSessionPath(), + _sessionManager.getMaxCookieAge(), _sessionManager.isSecureCookies(), _sessionManager.isHttpOnly(), _sessionManager.getSameSite(), _sessionManager.getSessionComment()); + } } private class CoreSessionManager extends AbstractSessionManager From 6f83639d328d60d92c69debcf342dc8ea33e110e Mon Sep 17 00:00:00 2001 From: Jan Bartel Date: Thu, 19 Sep 2024 09:38:08 +1000 Subject: [PATCH 23/31] Issue #12279 ensure handlers added correctly for maven plugin (#12282) * Issue #12279 ensure handlers added correctly for maven plugin --- .../eclipse/jetty/maven/ServerSupport.java | 12 +- .../jetty/maven/ServerSupportTest.java | 109 ++++++++++++++++++ 2 files changed, 118 insertions(+), 3 deletions(-) create mode 100644 jetty-core/jetty-maven/src/test/java/org/eclipse/jetty/maven/ServerSupportTest.java diff --git a/jetty-core/jetty-maven/src/main/java/org/eclipse/jetty/maven/ServerSupport.java b/jetty-core/jetty-maven/src/main/java/org/eclipse/jetty/maven/ServerSupport.java index cc766b67706..99178482737 100644 --- a/jetty-core/jetty-maven/src/main/java/org/eclipse/jetty/maven/ServerSupport.java +++ b/jetty-core/jetty-maven/src/main/java/org/eclipse/jetty/maven/ServerSupport.java @@ -19,8 +19,6 @@ import java.util.HashMap; import java.util.List; import java.util.Map; -import org.eclipse.jetty.maven.MavenServerConnector; -import org.eclipse.jetty.maven.PluginLog; import org.eclipse.jetty.security.LoginService; import org.eclipse.jetty.server.Connector; import org.eclipse.jetty.server.Handler; @@ -65,7 +63,15 @@ public class ServerSupport if (contexts == null) { contexts = new ContextHandlerCollection(); - server.setHandler(contexts); + if (server.getHandler() != null) + { + Handler.Sequence handlers = new Handler.Sequence(); + handlers.addHandler(server.getHandler()); + handlers.addHandler(contexts); + server.setHandler(handlers); + } + else + server.setHandler(contexts); } if (contextHandlers != null) diff --git a/jetty-core/jetty-maven/src/test/java/org/eclipse/jetty/maven/ServerSupportTest.java b/jetty-core/jetty-maven/src/test/java/org/eclipse/jetty/maven/ServerSupportTest.java new file mode 100644 index 00000000000..cf7fa181ed9 --- /dev/null +++ b/jetty-core/jetty-maven/src/test/java/org/eclipse/jetty/maven/ServerSupportTest.java @@ -0,0 +1,109 @@ +// +// ======================================================================== +// Copyright (c) 1995 Mort Bay Consulting Pty Ltd and others. +// +// This program and the accompanying materials are made available under the +// terms of the Eclipse Public License v. 2.0 which is available at +// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 +// which is available at https://www.apache.org/licenses/LICENSE-2.0. +// +// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 +// ======================================================================== +// + +package org.eclipse.jetty.maven; + +import java.util.Arrays; +import java.util.List; +import java.util.Set; + +import org.eclipse.jetty.server.Handler; +import org.eclipse.jetty.server.Request; +import org.eclipse.jetty.server.Response; +import org.eclipse.jetty.server.Server; +import org.eclipse.jetty.server.handler.ContextHandler; +import org.eclipse.jetty.server.handler.ContextHandlerCollection; +import org.eclipse.jetty.util.Callback; +import org.junit.jupiter.api.Test; + +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertInstanceOf; +import static org.junit.jupiter.api.Assertions.assertNotNull; +import static org.junit.jupiter.api.Assertions.assertNull; +import static org.junit.jupiter.api.Assertions.assertTrue; + +public class ServerSupportTest +{ + @Test + public void testNoServerHandlers() throws Exception + { + //Test that a server will always create a ContextHandlerCollection and DefaultHandler + Server server = new Server(); + assertNull(server.getHandler()); + ServerSupport.configureHandlers(server, null, null); + assertNotNull(server.getDefaultHandler()); + assertNotNull(server.getHandler()); + } + + @Test + public void testExistingServerHandler() throws Exception + { + //Test that if a Server already has a handler, we replace it with a + //sequence containing the original handler plus a ContextHandlerCollection + Server server = new Server(); + Handler.Abstract testHandler = new Handler.Abstract() + { + @Override + public boolean handle(Request request, Response response, Callback callback) throws Exception + { + return false; + } + }; + + server.setHandler(testHandler); + ServerSupport.configureHandlers(server, null, null); + assertNotNull(server.getDefaultHandler()); + assertInstanceOf(Handler.Sequence.class, server.getHandler()); + Handler.Sequence handlers = (Handler.Sequence)server.getHandler(); + assertTrue(handlers.contains(testHandler)); + assertNotNull(handlers.getDescendant(ContextHandlerCollection.class)); + } + + @Test + public void testExistingServerHandlerWithContextHandlers() throws Exception + { + //Test that if a Server already has a handler, we replace it with + //a sequence containing the original handler plus a ContextHandlerCollection + //into which we add any supplied ContextHandlers + Server server = new Server(); + Handler.Abstract testHandlerA = new Handler.Abstract() + { + @Override + public boolean handle(Request request, Response response, Callback callback) throws Exception + { + return false; + } + }; + + ContextHandler contextHandlerA = new ContextHandler(); + contextHandlerA.setContextPath("/A"); + ContextHandler contextHandlerB = new ContextHandler(); + contextHandlerB.setContextPath("/B"); + List contextHandlerList = Arrays.asList(contextHandlerA, contextHandlerB); + + server.setHandler(testHandlerA); + ServerSupport.configureHandlers(server, contextHandlerList, null); + assertNotNull(server.getDefaultHandler()); + assertInstanceOf(Handler.Sequence.class, server.getHandler()); + Handler.Sequence handlers = (Handler.Sequence)server.getHandler(); + List handlerList = handlers.getHandlers(); + assertEquals(testHandlerA, handlerList.get(0)); + Handler second = handlerList.get(1); + assertInstanceOf(ContextHandlerCollection.class, second); + ContextHandlerCollection contextHandlers = (ContextHandlerCollection)second; + Set contextPaths = contextHandlers.getContextPaths(); + assertNotNull(contextPaths); + assertTrue(contextPaths.contains("/A")); + assertTrue(contextPaths.contains("/B")); + } +} From 9c342637cccd02bc9fbed92caf65aaa35228d8ff Mon Sep 17 00:00:00 2001 From: Simone Bordet Date: Wed, 18 Sep 2024 18:58:54 +0200 Subject: [PATCH 24/31] Fixed #12284 - Excessive heap consumption by SSLSessionImpl by Jetty Server with TLS 1.3 and long-lived client. Now `SslSessionData` is stored as a field, rather than in the `SSLSession` as an attribute. This implies a little more cost to create the `SslSessionData` per connection rather than per `SSLSession`, but it should be negligible. Now `SslSessionData` cannot be retrieved as a `SSLSession` attribute, but we have explicit APIs to retrieve it, so it should not be a problem. Signed-off-by: Simone Bordet --- .../java/org/eclipse/jetty/io/EndPoint.java | 4 +- .../eclipse/jetty/io/ssl/SslConnection.java | 45 ++++++++++--------- 2 files changed, 25 insertions(+), 24 deletions(-) diff --git a/jetty-core/jetty-io/src/main/java/org/eclipse/jetty/io/EndPoint.java b/jetty-core/jetty-io/src/main/java/org/eclipse/jetty/io/EndPoint.java index 06b056a9ad6..c0bf0330e35 100644 --- a/jetty-core/jetty-io/src/main/java/org/eclipse/jetty/io/EndPoint.java +++ b/jetty-core/jetty-io/src/main/java/org/eclipse/jetty/io/EndPoint.java @@ -386,8 +386,8 @@ public interface EndPoint extends Closeable interface SslSessionData { /** - * The name at which an {@code SslSessionData} instance may be found as a request - * {@link org.eclipse.jetty.util.Attributes Attribute} or from {@link SSLSession#getValue(String)}. + * The name at which an {@code SslSessionData} instance may be found + * as a request {@link org.eclipse.jetty.util.Attributes attribute}. */ String ATTRIBUTE = "org.eclipse.jetty.io.Endpoint.SslSessionData"; diff --git a/jetty-core/jetty-io/src/main/java/org/eclipse/jetty/io/ssl/SslConnection.java b/jetty-core/jetty-io/src/main/java/org/eclipse/jetty/io/ssl/SslConnection.java index 39f74d7dde1..5645084508b 100644 --- a/jetty-core/jetty-io/src/main/java/org/eclipse/jetty/io/ssl/SslConnection.java +++ b/jetty-core/jetty-io/src/main/java/org/eclipse/jetty/io/ssl/SslConnection.java @@ -506,6 +506,7 @@ public class SslConnection extends AbstractConnection implements Connection.Upgr private final Callback _incompleteWriteCallback = new IncompleteWriteCallback(); private Throwable _failure; + private SslSessionData _sslSessionData; public SslEndPoint() { @@ -1571,6 +1572,28 @@ public class SslConnection extends AbstractConnection implements Connection.Upgr } } + @Override + public SslSessionData getSslSessionData() + { + SSLSession sslSession = _sslEngine.getSession(); + SslSessionData sslSessionData = _sslSessionData; + if (sslSessionData == null) + { + String cipherSuite = sslSession.getCipherSuite(); + + X509Certificate[] peerCertificates = _sslContextFactory != null + ? _sslContextFactory.getX509CertChain(sslSession) + : SslContextFactory.getCertChain(sslSession); + + byte[] bytes = sslSession.getId(); + String idStr = StringUtil.toHexString(bytes); + + sslSessionData = SslSessionData.from(sslSession, idStr, cipherSuite, peerCertificates); + _sslSessionData = sslSessionData; + } + return sslSessionData; + } + @Override public String toString() { @@ -1643,28 +1666,6 @@ public class SslConnection extends AbstractConnection implements Connection.Upgr return String.format("SSL@%h.DEP.writeCallback", SslConnection.this); } } - - @Override - public SslSessionData getSslSessionData() - { - SSLSession sslSession = _sslEngine.getSession(); - SslSessionData sslSessionData = (SslSessionData)sslSession.getValue(SslSessionData.ATTRIBUTE); - if (sslSessionData == null) - { - String cipherSuite = sslSession.getCipherSuite(); - - X509Certificate[] peerCertificates = _sslContextFactory != null - ? _sslContextFactory.getX509CertChain(sslSession) - : SslContextFactory.getCertChain(sslSession); - - byte[] bytes = sslSession.getId(); - String idStr = StringUtil.toHexString(bytes); - - sslSessionData = SslSessionData.from(sslSession, idStr, cipherSuite, peerCertificates); - sslSession.putValue(SslSessionData.ATTRIBUTE, sslSessionData); - } - return sslSessionData; - } } private abstract class RunnableTask implements Invocable.Task From 115ee1cf3968d1027832852ed54304fffe60a77b Mon Sep 17 00:00:00 2001 From: Simone Bordet Date: Fri, 20 Sep 2024 16:50:39 +0300 Subject: [PATCH 25/31] Fixes #12289 - Improve ConcurrentPool concurrency. (#12290) A call to `sweep()`, although protected by the lock for concurrent calls to `reserve()`, may be concurrent with `remove(Entry)`. `remove(Entry)` in turn calls `entries.remove(Object)`, so that the concurrent iteration in `sweep()` over `entries` fails with an `ArrayIndexOutOfBoundsException`. Now using the bulk `entries.removeIf(Predicate)` method in `sweep()`, so that sweeping is atomic with respect to `entries.remove(Object)`. Fixed other occurrences of manual iteration over CopyOnWriteArrayList that may be concurrent with removals. Signed-off-by: Simone Bordet --- .../jetty/server/handler/ContextHandler.java | 4 +-- .../eclipse/jetty/util/ConcurrentPool.java | 27 ++++++++----------- .../java/org/eclipse/jetty/util/TypeUtil.java | 15 +++++++++++ .../ee10/servlet/ServletContextHandler.java | 16 +++++------ .../jetty/ee10/servlet/SessionHandler.java | 5 ++-- .../jetty/ee9/nested/ContextHandler.java | 12 ++++----- .../jetty/ee9/nested/SessionHandler.java | 5 ++-- 7 files changed, 48 insertions(+), 36 deletions(-) diff --git a/jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/handler/ContextHandler.java b/jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/handler/ContextHandler.java index 08f0c5047aa..54dcf423570 100644 --- a/jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/handler/ContextHandler.java +++ b/jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/handler/ContextHandler.java @@ -653,11 +653,11 @@ public class ContextHandler extends Handler.Wrapper implements Attributes, Alias */ protected void notifyExitScope(Request request) { - for (int i = _contextListeners.size(); i-- > 0; ) + for (ContextScopeListener listener : TypeUtil.reverse(_contextListeners)) { try { - _contextListeners.get(i).exitScope(_context, request); + listener.exitScope(_context, request); } catch (Throwable e) { diff --git a/jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/ConcurrentPool.java b/jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/ConcurrentPool.java index c96a75f6c23..0e9c1309c59 100644 --- a/jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/ConcurrentPool.java +++ b/jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/ConcurrentPool.java @@ -87,7 +87,7 @@ public class ConcurrentPool

implements Pool

, Dumpable * @param cache whether a {@link ThreadLocal} cache should be used for the most recently released entry * @deprecated cache is no longer supported. Use {@link StrategyType#THREAD_ID} */ - @Deprecated + @Deprecated(since = "12.0.4", forRemoval = true) public ConcurrentPool(StrategyType strategyType, int maxSize, boolean cache) { this(strategyType, maxSize, pooled -> 1); @@ -103,7 +103,7 @@ public class ConcurrentPool

implements Pool

, Dumpable * @param maxMultiplex a function that given the pooled object returns the max multiplex count * @deprecated cache is no longer supported. Use {@link StrategyType#THREAD_ID} */ - @Deprecated + @Deprecated(since = "12.0.4", forRemoval = true) public ConcurrentPool(StrategyType strategyType, int maxSize, boolean cache, ToIntFunction

maxMultiplex) { this(strategyType, maxSize, maxMultiplex); @@ -148,7 +148,7 @@ public class ConcurrentPool

implements Pool

, Dumpable { leaked.increment(); if (LOG.isDebugEnabled()) - LOG.debug("Leaked " + holder); + LOG.debug("Leaked {}", holder); leaked(); } @@ -195,15 +195,14 @@ public class ConcurrentPool

implements Pool

, Dumpable void sweep() { - for (int i = 0; i < entries.size(); i++) + // Remove entries atomically with respect to remove(Entry). + entries.removeIf(holder -> { - Holder

holder = entries.get(i); - if (holder.getEntry() == null) - { - entries.remove(i--); + boolean remove = holder.getEntry() == null; + if (remove) leaked(holder); - } - } + return remove; + }); } @Override @@ -285,8 +284,7 @@ public class ConcurrentPool

implements Pool

, Dumpable if (!removed) return false; - // No need to lock, no race with reserve() - // and the race with terminate() is harmless. + // In a harmless race with reserve()/sweep()/terminate(). Holder

holder = ((ConcurrentEntry

)entry).getHolder(); boolean evicted = entries.remove(holder); if (LOG.isDebugEnabled()) @@ -313,10 +311,7 @@ public class ConcurrentPool

implements Pool

, Dumpable // Field this.terminated must be modified with the lock held // because the list of entries is modified, see reserve(). terminated = true; - copy = entries.stream() - .map(Holder::getEntry) - .filter(Objects::nonNull) - .toList(); + copy = stream().toList(); entries.clear(); } diff --git a/jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/TypeUtil.java b/jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/TypeUtil.java index 7c21e92731d..d1658fdafd3 100644 --- a/jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/TypeUtil.java +++ b/jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/TypeUtil.java @@ -173,6 +173,21 @@ public class TypeUtil return Arrays.asList(a); } + /** + *

Returns a new list with the elements of the specified list in reverse order.

+ *

The specified list is not modified, differently from {@link Collections#reverse(List)}.

+ * + * @param list the list whose elements are to be reversed + * @return a new list with the elements in reverse order + * @param the element type + */ + public static List reverse(List list) + { + List result = new ArrayList<>(list); + Collections.reverse(result); + return result; + } + /** * Class from a canonical name for a type. * diff --git a/jetty-ee10/jetty-ee10-servlet/src/main/java/org/eclipse/jetty/ee10/servlet/ServletContextHandler.java b/jetty-ee10/jetty-ee10-servlet/src/main/java/org/eclipse/jetty/ee10/servlet/ServletContextHandler.java index c7f07432d53..eb6e4e08113 100644 --- a/jetty-ee10/jetty-ee10-servlet/src/main/java/org/eclipse/jetty/ee10/servlet/ServletContextHandler.java +++ b/jetty-ee10/jetty-ee10-servlet/src/main/java/org/eclipse/jetty/ee10/servlet/ServletContextHandler.java @@ -95,6 +95,7 @@ import org.eclipse.jetty.util.DeprecationWarning; import org.eclipse.jetty.util.ExceptionUtil; import org.eclipse.jetty.util.Loader; import org.eclipse.jetty.util.StringUtil; +import org.eclipse.jetty.util.TypeUtil; import org.eclipse.jetty.util.URIUtil; import org.eclipse.jetty.util.annotation.ManagedAttribute; import org.eclipse.jetty.util.annotation.ManagedObject; @@ -518,8 +519,7 @@ public class ServletContextHandler extends ContextHandler //Call context listeners Throwable multiException = null; ServletContextEvent event = new ServletContextEvent(getServletContext()); - Collections.reverse(_destroyServletContextListeners); - for (ServletContextListener listener : _destroyServletContextListeners) + for (ServletContextListener listener : TypeUtil.reverse(_destroyServletContextListeners)) { try { @@ -574,17 +574,17 @@ public class ServletContextHandler extends ContextHandler if (!_servletRequestListeners.isEmpty()) { final ServletRequestEvent sre = new ServletRequestEvent(getServletContext(), request); - for (int i = _servletRequestListeners.size(); i-- > 0; ) + for (ServletRequestListener listener : TypeUtil.reverse(_servletRequestListeners)) { - _servletRequestListeners.get(i).requestDestroyed(sre); + listener.requestDestroyed(sre); } } if (!_servletRequestAttributeListeners.isEmpty()) { - for (int i = _servletRequestAttributeListeners.size(); i-- > 0; ) + for (ServletRequestAttributeListener listener : TypeUtil.reverse(_servletRequestAttributeListeners)) { - scopedRequest.removeEventListener(_servletRequestAttributeListeners.get(i)); + scopedRequest.removeEventListener(listener); } } } @@ -1223,11 +1223,11 @@ public class ServletContextHandler extends ContextHandler ServletContextRequest scopedRequest = Request.as(request, ServletContextRequest.class); if (!_contextListeners.isEmpty()) { - for (int i = _contextListeners.size(); i-- > 0; ) + for (ServletContextScopeListener listener : TypeUtil.reverse(_contextListeners)) { try { - _contextListeners.get(i).exitScope(getContext(), scopedRequest); + listener.exitScope(getContext(), scopedRequest); } catch (Throwable e) { diff --git a/jetty-ee10/jetty-ee10-servlet/src/main/java/org/eclipse/jetty/ee10/servlet/SessionHandler.java b/jetty-ee10/jetty-ee10-servlet/src/main/java/org/eclipse/jetty/ee10/servlet/SessionHandler.java index 2331e48e9c9..50bfa347b7f 100644 --- a/jetty-ee10/jetty-ee10-servlet/src/main/java/org/eclipse/jetty/ee10/servlet/SessionHandler.java +++ b/jetty-ee10/jetty-ee10-servlet/src/main/java/org/eclipse/jetty/ee10/servlet/SessionHandler.java @@ -47,6 +47,7 @@ import org.eclipse.jetty.session.AbstractSessionManager; import org.eclipse.jetty.session.ManagedSession; import org.eclipse.jetty.session.SessionConfig; import org.eclipse.jetty.util.Callback; +import org.eclipse.jetty.util.TypeUtil; public class SessionHandler extends AbstractSessionManager implements Handler.Singleton { @@ -569,9 +570,9 @@ public class SessionHandler extends AbstractSessionManager implements Handler.Si getSessionContext().run(() -> { HttpSessionEvent event = new HttpSessionEvent(session.getApi()); - for (int i = _sessionListeners.size() - 1; i >= 0; i--) + for (HttpSessionListener listener : TypeUtil.reverse(_sessionListeners)) { - _sessionListeners.get(i).sessionDestroyed(event); + listener.sessionDestroyed(event); } }); } diff --git a/jetty-ee9/jetty-ee9-nested/src/main/java/org/eclipse/jetty/ee9/nested/ContextHandler.java b/jetty-ee9/jetty-ee9-nested/src/main/java/org/eclipse/jetty/ee9/nested/ContextHandler.java index e01ad6a661b..3e04fbf1277 100644 --- a/jetty-ee9/jetty-ee9-nested/src/main/java/org/eclipse/jetty/ee9/nested/ContextHandler.java +++ b/jetty-ee9/jetty-ee9-nested/src/main/java/org/eclipse/jetty/ee9/nested/ContextHandler.java @@ -1000,17 +1000,17 @@ public class ContextHandler extends ScopedHandler implements Attributes, Supplie if (!_servletRequestListeners.isEmpty()) { final ServletRequestEvent sre = new ServletRequestEvent(_apiContext, request); - for (int i = _servletRequestListeners.size(); i-- > 0; ) + for (ServletRequestListener listener : TypeUtil.reverse(_servletRequestListeners)) { - _servletRequestListeners.get(i).requestDestroyed(sre); + listener.requestDestroyed(sre); } } if (!_servletRequestAttributeListeners.isEmpty()) { - for (int i = _servletRequestAttributeListeners.size(); i-- > 0; ) + for (ServletRequestAttributeListener listener : TypeUtil.reverse(_servletRequestAttributeListeners)) { - baseRequest.removeEventListener(_servletRequestAttributeListeners.get(i)); + baseRequest.removeEventListener(listener); } } } @@ -1070,11 +1070,11 @@ public class ContextHandler extends ScopedHandler implements Attributes, Supplie { if (!_contextListeners.isEmpty()) { - for (int i = _contextListeners.size(); i-- > 0; ) + for (ContextScopeListener listener : TypeUtil.reverse(_contextListeners)) { try { - _contextListeners.get(i).exitScope(_apiContext, request); + listener.exitScope(_apiContext, request); } catch (Throwable e) { diff --git a/jetty-ee9/jetty-ee9-nested/src/main/java/org/eclipse/jetty/ee9/nested/SessionHandler.java b/jetty-ee9/jetty-ee9-nested/src/main/java/org/eclipse/jetty/ee9/nested/SessionHandler.java index 9c2848512ea..d49960cb0e6 100644 --- a/jetty-ee9/jetty-ee9-nested/src/main/java/org/eclipse/jetty/ee9/nested/SessionHandler.java +++ b/jetty-ee9/jetty-ee9-nested/src/main/java/org/eclipse/jetty/ee9/nested/SessionHandler.java @@ -54,6 +54,7 @@ import org.eclipse.jetty.session.SessionIdManager; import org.eclipse.jetty.session.SessionManager; import org.eclipse.jetty.util.Callback; import org.eclipse.jetty.util.StringUtil; +import org.eclipse.jetty.util.TypeUtil; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -834,9 +835,9 @@ public class SessionHandler extends ScopedHandler implements SessionConfig.Mutab Runnable r = () -> { HttpSessionEvent event = new HttpSessionEvent(session.getApi()); - for (int i = _sessionListeners.size() - 1; i >= 0; i--) + for (HttpSessionListener listener : TypeUtil.reverse(_sessionListeners)) { - _sessionListeners.get(i).sessionDestroyed(event); + listener.sessionDestroyed(event); } }; _contextHandler.getCoreContextHandler().getContext().run(r); From cbc3ac01f244f34d25d3e88e74e4bbf3d9dbff76 Mon Sep 17 00:00:00 2001 From: Ludovic Orban Date: Wed, 18 Sep 2024 17:42:21 +0200 Subject: [PATCH 26/31] #11841 add reproducer using jetty client Signed-off-by: Ludovic Orban --- .../ee10/proxy/AsyncMiddleManServletTest.java | 31 ++++++++++++++++--- .../ee9/proxy/AsyncMiddleManServletTest.java | 26 ++++++++++++++-- 2 files changed, 51 insertions(+), 6 deletions(-) diff --git a/jetty-ee10/jetty-ee10-proxy/src/test/java/org/eclipse/jetty/ee10/proxy/AsyncMiddleManServletTest.java b/jetty-ee10/jetty-ee10-proxy/src/test/java/org/eclipse/jetty/ee10/proxy/AsyncMiddleManServletTest.java index c1218587ab0..b32b99487ad 100644 --- a/jetty-ee10/jetty-ee10-proxy/src/test/java/org/eclipse/jetty/ee10/proxy/AsyncMiddleManServletTest.java +++ b/jetty-ee10/jetty-ee10-proxy/src/test/java/org/eclipse/jetty/ee10/proxy/AsyncMiddleManServletTest.java @@ -61,6 +61,7 @@ import org.eclipse.jetty.client.HttpClient; import org.eclipse.jetty.client.HttpProxy; import org.eclipse.jetty.client.Request; import org.eclipse.jetty.client.Response; +import org.eclipse.jetty.client.StringRequestContent; import org.eclipse.jetty.ee10.servlet.ServletContextHandler; import org.eclipse.jetty.ee10.servlet.ServletHolder; import org.eclipse.jetty.http.HttpHeader; @@ -79,6 +80,7 @@ import org.eclipse.jetty.util.Callback; import org.eclipse.jetty.util.IO; import org.eclipse.jetty.util.Utf8StringBuilder; import org.eclipse.jetty.util.ajax.JSON; +import org.eclipse.jetty.util.component.LifeCycle; import org.eclipse.jetty.util.thread.QueuedThreadPool; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.Test; @@ -163,11 +165,32 @@ public class AsyncMiddleManServletTest } @AfterEach - public void dispose() throws Exception + public void dispose() { - client.stop(); - proxy.stop(); - server.stop(); + LifeCycle.stop(client); + LifeCycle.stop(proxy); + LifeCycle.stop(server); + } + + @Test + public void testExpect100WithBody() throws Exception + { + startServer(new EchoHttpServlet()); + startProxy(new AsyncMiddleManServlet()); + startClient(); + + for (int i = 0; i < 100; i++) + { + String body = Character.toString('a' + (i % 26)); // only use 'a' to 'z' + ContentResponse response = client.newRequest("localhost", serverConnector.getLocalPort()) + .path("/" + body) + .headers(h -> h.put(HttpHeader.EXPECT, HttpHeaderValue.CONTINUE)) + .timeout(5, TimeUnit.SECONDS) + .body(new StringRequestContent(body)) + .send(); + assertEquals(200, response.getStatus()); + assertEquals(body, response.getContentAsString()); + } } @Test diff --git a/jetty-ee9/jetty-ee9-proxy/src/test/java/org/eclipse/jetty/ee9/proxy/AsyncMiddleManServletTest.java b/jetty-ee9/jetty-ee9-proxy/src/test/java/org/eclipse/jetty/ee9/proxy/AsyncMiddleManServletTest.java index 064ac668745..433e59a41f2 100644 --- a/jetty-ee9/jetty-ee9-proxy/src/test/java/org/eclipse/jetty/ee9/proxy/AsyncMiddleManServletTest.java +++ b/jetty-ee9/jetty-ee9-proxy/src/test/java/org/eclipse/jetty/ee9/proxy/AsyncMiddleManServletTest.java @@ -61,6 +61,7 @@ import org.eclipse.jetty.client.HttpClient; import org.eclipse.jetty.client.HttpProxy; import org.eclipse.jetty.client.Request; import org.eclipse.jetty.client.Response; +import org.eclipse.jetty.client.StringRequestContent; import org.eclipse.jetty.ee9.servlet.ServletContextHandler; import org.eclipse.jetty.ee9.servlet.ServletHolder; import org.eclipse.jetty.http.HttpHeader; @@ -163,11 +164,32 @@ public class AsyncMiddleManServletTest } @AfterEach - public void dispose() throws Exception + public void dispose() { LifeCycle.stop(client); LifeCycle.stop(proxy); - LifeCycle.stop(proxy); + LifeCycle.stop(server); + } + + @Test + public void testExpect100WithBody() throws Exception + { + startServer(new EchoHttpServlet()); + startProxy(new AsyncMiddleManServlet()); + startClient(); + + for (int i = 0; i < 100; i++) + { + String body = Character.toString('a' + (i % 26)); // only use 'a' to 'z' + ContentResponse response = client.newRequest("localhost", serverConnector.getLocalPort()) + .path("/" + body) + .headers(h -> h.put(HttpHeader.EXPECT, HttpHeaderValue.CONTINUE)) + .timeout(5, TimeUnit.SECONDS) + .body(new StringRequestContent(body)) + .send(); + assertEquals(200, response.getStatus()); + assertEquals(body, response.getContentAsString()); + } } @Test From 1d9f10871ad9c1016d28f0d1fee9fc6089c85188 Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Tue, 24 Sep 2024 06:40:16 +0200 Subject: [PATCH 27/31] Issue #12047 allow disabling opening connectors before starting (#12049) --- .../java/org/eclipse/jetty/server/Server.java | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/Server.java b/jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/Server.java index 166c70b0952..222d7f74f14 100644 --- a/jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/Server.java +++ b/jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/Server.java @@ -86,6 +86,7 @@ public class Server extends Handler.Wrapper implements Attributes private final AutoLock _dateLock = new AutoLock(); private final MimeTypes.Mutable _mimeTypes = new MimeTypes.Mutable(); private String _serverInfo = __serverInfo; + private boolean _openEarly = true; private boolean _stopAtShutdown; private boolean _dumpAfterStart; private boolean _dumpBeforeStop; @@ -276,6 +277,22 @@ public class Server extends Handler.Wrapper implements Attributes return type; } + public boolean isOpenEarly() + { + return _openEarly; + } + + /** + * Allows to disable early opening of network sockets. Network sockets are opened early by default. + * @param openEarly If {@code openEarly} is {@code true} (default), network sockets are opened before + * starting other components. If {@code openEarly} is {@code false}, network connectors open sockets + * when they're started. + */ + public void setOpenEarly(boolean openEarly) + { + _openEarly = openEarly; + } + public boolean isDryRun() { return _dryRun; @@ -543,7 +560,7 @@ public class Server extends Handler.Wrapper implements Attributes final ExceptionUtil.MultiException multiException = new ExceptionUtil.MultiException(); // Open network connector to ensure ports are available - if (!_dryRun) + if (!_dryRun && _openEarly) { _connectors.stream().filter(NetworkConnector.class::isInstance).map(NetworkConnector.class::cast).forEach(connector -> { From 18b9782550a2447bde3bd8657bcbd7ef5927f6a3 Mon Sep 17 00:00:00 2001 From: Greg Wilkins Date: Wed, 25 Sep 2024 07:43:01 +1000 Subject: [PATCH 28/31] Avoid list copy on reverse iteration (#12297) This reverts/modified parts of commit 115ee1cf3968d1027832852ed54304fffe60a77b. Co-authored-by: Simone Bordet --------- Co-authored-by: Simone Bordet --- .../jetty/server/handler/ContextHandler.java | 4 +-- .../java/org/eclipse/jetty/util/TypeUtil.java | 30 +++++++++++++------ .../ee10/servlet/ServletContextHandler.java | 17 ++++++----- .../jetty/ee10/servlet/SessionHandler.java | 5 ++-- .../jetty/ee9/nested/ContextHandler.java | 13 ++++---- .../jetty/ee9/nested/SessionHandler.java | 5 ++-- 6 files changed, 45 insertions(+), 29 deletions(-) diff --git a/jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/handler/ContextHandler.java b/jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/handler/ContextHandler.java index 54dcf423570..e09a9d9af9d 100644 --- a/jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/handler/ContextHandler.java +++ b/jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/handler/ContextHandler.java @@ -653,11 +653,11 @@ public class ContextHandler extends Handler.Wrapper implements Attributes, Alias */ protected void notifyExitScope(Request request) { - for (ContextScopeListener listener : TypeUtil.reverse(_contextListeners)) + for (ListIterator i = TypeUtil.listIteratorAtEnd(_contextListeners); i.hasPrevious();) { try { - listener.exitScope(_context, request); + i.previous().exitScope(_context, request); } catch (Throwable e) { diff --git a/jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/TypeUtil.java b/jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/TypeUtil.java index d1658fdafd3..7d0bdb94331 100644 --- a/jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/TypeUtil.java +++ b/jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/TypeUtil.java @@ -34,6 +34,7 @@ import java.util.Collections; import java.util.HashMap; import java.util.Iterator; import java.util.List; +import java.util.ListIterator; import java.util.Objects; import java.util.Optional; import java.util.ServiceConfigurationError; @@ -174,18 +175,29 @@ public class TypeUtil } /** - *

Returns a new list with the elements of the specified list in reverse order.

- *

The specified list is not modified, differently from {@link Collections#reverse(List)}.

- * - * @param list the list whose elements are to be reversed - * @return a new list with the elements in reverse order + *

Returns a {@link ListIterator} positioned at the last item in a list.

+ * @param list the list * @param the element type + * @return A {@link ListIterator} positioned at the last item of the list. */ - public static List reverse(List list) + public static ListIterator listIteratorAtEnd(List list) { - List result = new ArrayList<>(list); - Collections.reverse(result); - return result; + try + { + int size = list.size(); + if (size == 0) + return Collections.emptyListIterator(); + return list.listIterator(size); + } + catch (IndexOutOfBoundsException e) + { + // list was concurrently modified, so do this the hard way + ListIterator i = list.listIterator(); + while (i.hasNext()) + i.next(); + + return i; + } } /** diff --git a/jetty-ee10/jetty-ee10-servlet/src/main/java/org/eclipse/jetty/ee10/servlet/ServletContextHandler.java b/jetty-ee10/jetty-ee10-servlet/src/main/java/org/eclipse/jetty/ee10/servlet/ServletContextHandler.java index eb6e4e08113..6de8dd52d56 100644 --- a/jetty-ee10/jetty-ee10-servlet/src/main/java/org/eclipse/jetty/ee10/servlet/ServletContextHandler.java +++ b/jetty-ee10/jetty-ee10-servlet/src/main/java/org/eclipse/jetty/ee10/servlet/ServletContextHandler.java @@ -31,6 +31,7 @@ import java.util.EventListener; import java.util.HashMap; import java.util.HashSet; import java.util.List; +import java.util.ListIterator; import java.util.Locale; import java.util.Map; import java.util.Objects; @@ -519,11 +520,11 @@ public class ServletContextHandler extends ContextHandler //Call context listeners Throwable multiException = null; ServletContextEvent event = new ServletContextEvent(getServletContext()); - for (ServletContextListener listener : TypeUtil.reverse(_destroyServletContextListeners)) + for (ListIterator i = TypeUtil.listIteratorAtEnd(_destroyServletContextListeners); i.hasPrevious();) { try { - callContextDestroyed(listener, event); + callContextDestroyed(i.previous(), event); } catch (Exception x) { @@ -574,17 +575,17 @@ public class ServletContextHandler extends ContextHandler if (!_servletRequestListeners.isEmpty()) { final ServletRequestEvent sre = new ServletRequestEvent(getServletContext(), request); - for (ServletRequestListener listener : TypeUtil.reverse(_servletRequestListeners)) + for (ListIterator i = TypeUtil.listIteratorAtEnd(_servletRequestListeners); i.hasPrevious();) { - listener.requestDestroyed(sre); + i.previous().requestDestroyed(sre); } } if (!_servletRequestAttributeListeners.isEmpty()) { - for (ServletRequestAttributeListener listener : TypeUtil.reverse(_servletRequestAttributeListeners)) + for (ListIterator i = TypeUtil.listIteratorAtEnd(_servletRequestAttributeListeners); i.hasPrevious();) { - scopedRequest.removeEventListener(listener); + scopedRequest.removeEventListener(i.previous()); } } } @@ -1223,11 +1224,11 @@ public class ServletContextHandler extends ContextHandler ServletContextRequest scopedRequest = Request.as(request, ServletContextRequest.class); if (!_contextListeners.isEmpty()) { - for (ServletContextScopeListener listener : TypeUtil.reverse(_contextListeners)) + for (ListIterator i = TypeUtil.listIteratorAtEnd(_contextListeners); i.hasPrevious(); ) { try { - listener.exitScope(getContext(), scopedRequest); + i.previous().exitScope(getContext(), scopedRequest); } catch (Throwable e) { diff --git a/jetty-ee10/jetty-ee10-servlet/src/main/java/org/eclipse/jetty/ee10/servlet/SessionHandler.java b/jetty-ee10/jetty-ee10-servlet/src/main/java/org/eclipse/jetty/ee10/servlet/SessionHandler.java index 50bfa347b7f..1b27c27b89e 100644 --- a/jetty-ee10/jetty-ee10-servlet/src/main/java/org/eclipse/jetty/ee10/servlet/SessionHandler.java +++ b/jetty-ee10/jetty-ee10-servlet/src/main/java/org/eclipse/jetty/ee10/servlet/SessionHandler.java @@ -19,6 +19,7 @@ import java.util.Enumeration; import java.util.EventListener; import java.util.Iterator; import java.util.List; +import java.util.ListIterator; import java.util.Locale; import java.util.Map; import java.util.Set; @@ -570,9 +571,9 @@ public class SessionHandler extends AbstractSessionManager implements Handler.Si getSessionContext().run(() -> { HttpSessionEvent event = new HttpSessionEvent(session.getApi()); - for (HttpSessionListener listener : TypeUtil.reverse(_sessionListeners)) + for (ListIterator i = TypeUtil.listIteratorAtEnd(_sessionListeners); i.hasPrevious();) { - listener.sessionDestroyed(event); + i.previous().sessionDestroyed(event); } }); } diff --git a/jetty-ee9/jetty-ee9-nested/src/main/java/org/eclipse/jetty/ee9/nested/ContextHandler.java b/jetty-ee9/jetty-ee9-nested/src/main/java/org/eclipse/jetty/ee9/nested/ContextHandler.java index 3e04fbf1277..03d6e050c11 100644 --- a/jetty-ee9/jetty-ee9-nested/src/main/java/org/eclipse/jetty/ee9/nested/ContextHandler.java +++ b/jetty-ee9/jetty-ee9-nested/src/main/java/org/eclipse/jetty/ee9/nested/ContextHandler.java @@ -29,6 +29,7 @@ import java.util.EventListener; import java.util.HashMap; import java.util.HashSet; import java.util.List; +import java.util.ListIterator; import java.util.Locale; import java.util.Map; import java.util.Objects; @@ -1000,17 +1001,17 @@ public class ContextHandler extends ScopedHandler implements Attributes, Supplie if (!_servletRequestListeners.isEmpty()) { final ServletRequestEvent sre = new ServletRequestEvent(_apiContext, request); - for (ServletRequestListener listener : TypeUtil.reverse(_servletRequestListeners)) + for (ListIterator i = TypeUtil.listIteratorAtEnd(_servletRequestListeners); i.hasPrevious();) { - listener.requestDestroyed(sre); + i.previous().requestDestroyed(sre); } } if (!_servletRequestAttributeListeners.isEmpty()) { - for (ServletRequestAttributeListener listener : TypeUtil.reverse(_servletRequestAttributeListeners)) + for (ListIterator i = TypeUtil.listIteratorAtEnd(_servletRequestAttributeListeners); i.hasPrevious();) { - baseRequest.removeEventListener(listener); + baseRequest.removeEventListener(i.previous()); } } } @@ -1070,11 +1071,11 @@ public class ContextHandler extends ScopedHandler implements Attributes, Supplie { if (!_contextListeners.isEmpty()) { - for (ContextScopeListener listener : TypeUtil.reverse(_contextListeners)) + for (ListIterator i = TypeUtil.listIteratorAtEnd(_contextListeners); i.hasPrevious();) { try { - listener.exitScope(_apiContext, request); + i.previous().exitScope(_apiContext, request); } catch (Throwable e) { diff --git a/jetty-ee9/jetty-ee9-nested/src/main/java/org/eclipse/jetty/ee9/nested/SessionHandler.java b/jetty-ee9/jetty-ee9-nested/src/main/java/org/eclipse/jetty/ee9/nested/SessionHandler.java index d49960cb0e6..977491280bf 100644 --- a/jetty-ee9/jetty-ee9-nested/src/main/java/org/eclipse/jetty/ee9/nested/SessionHandler.java +++ b/jetty-ee9/jetty-ee9-nested/src/main/java/org/eclipse/jetty/ee9/nested/SessionHandler.java @@ -20,6 +20,7 @@ import java.util.EnumSet; import java.util.Enumeration; import java.util.EventListener; import java.util.List; +import java.util.ListIterator; import java.util.Set; import java.util.concurrent.CopyOnWriteArrayList; import java.util.function.Function; @@ -835,9 +836,9 @@ public class SessionHandler extends ScopedHandler implements SessionConfig.Mutab Runnable r = () -> { HttpSessionEvent event = new HttpSessionEvent(session.getApi()); - for (HttpSessionListener listener : TypeUtil.reverse(_sessionListeners)) + for (ListIterator i = TypeUtil.listIteratorAtEnd(_sessionListeners); i.hasPrevious();) { - listener.sessionDestroyed(event); + i.previous().sessionDestroyed(event); } }; _contextHandler.getCoreContextHandler().getContext().run(r); From 018647d87312154e6aa593df7816d124da29ffea Mon Sep 17 00:00:00 2001 From: gregw Date: Wed, 25 Sep 2024 10:42:16 +1000 Subject: [PATCH 29/31] Added test for #11298 --- .../servlet/ComplianceViolations2616Test.java | 26 +++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/jetty-ee10/jetty-ee10-servlet/src/test/java/org/eclipse/jetty/ee10/servlet/ComplianceViolations2616Test.java b/jetty-ee10/jetty-ee10-servlet/src/test/java/org/eclipse/jetty/ee10/servlet/ComplianceViolations2616Test.java index f3bea6be187..a617a9f9aab 100644 --- a/jetty-ee10/jetty-ee10-servlet/src/test/java/org/eclipse/jetty/ee10/servlet/ComplianceViolations2616Test.java +++ b/jetty-ee10/jetty-ee10-servlet/src/test/java/org/eclipse/jetty/ee10/servlet/ComplianceViolations2616Test.java @@ -32,6 +32,7 @@ import jakarta.servlet.http.HttpServletRequest; import jakarta.servlet.http.HttpServletResponse; import org.eclipse.jetty.http.ComplianceViolation; import org.eclipse.jetty.http.HttpCompliance; +import org.eclipse.jetty.http.UriCompliance; import org.eclipse.jetty.server.HttpConfiguration; import org.eclipse.jetty.server.HttpConnectionFactory; import org.eclipse.jetty.server.LocalConnector; @@ -87,8 +88,8 @@ public class ComplianceViolations2616Test { resp.setContentType("text/plain"); PrintWriter out = resp.getWriter(); - List headerNames = new ArrayList<>(); - headerNames.addAll(Collections.list(req.getHeaderNames())); + out.printf("%s %s%s%s\n", req.getMethod(), req.getContextPath(), req.getServletPath(), req.getPathInfo()); + List headerNames = new ArrayList<>(Collections.list(req.getHeaderNames())); Collections.sort(headerNames); for (String name : headerNames) { @@ -183,4 +184,25 @@ public class ComplianceViolations2616Test assertThat("Response headers", response, containsString("X-Http-Violation-0: Line Folding not supported")); assertThat("Response body", response, containsString("[Name] = [Some Value]")); } + + @Test + public void testAmbiguousSlash() throws Exception + { + String request = """ + GET /dump/foo//bar HTTP/1.1\r + Host: local\r + Connection: close\r + \r + """; + + String response = connector.getResponse(request); + assertThat(response, containsString("HTTP/1.1 400 Bad")); + + connector.getConnectionFactory(HttpConnectionFactory.class).getHttpConfiguration().setUriCompliance(UriCompliance.RFC3986.with("test", UriCompliance.Violation.AMBIGUOUS_EMPTY_SEGMENT)); + server.getContainedBeans(ServletHandler.class).stream().findFirst().get().setDecodeAmbiguousURIs(true); + + response = connector.getResponse(request); + assertThat(response, containsString("HTTP/1.1 200 OK")); + assertThat(response, containsString("GET /dump/foo//bar")); + } } From 04fd45d94e60e5c6b0e5330edfc85b51214837d5 Mon Sep 17 00:00:00 2001 From: Jan Bartel Date: Wed, 25 Sep 2024 14:31:17 +1000 Subject: [PATCH 30/31] Issue #12309 replaced transient keyword for SessionAuthentication.session (#12310) --- .../jetty/security/authentication/SessionAuthentication.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jetty-core/jetty-security/src/main/java/org/eclipse/jetty/security/authentication/SessionAuthentication.java b/jetty-core/jetty-security/src/main/java/org/eclipse/jetty/security/authentication/SessionAuthentication.java index e88187a0eac..504f3835bc1 100644 --- a/jetty-core/jetty-security/src/main/java/org/eclipse/jetty/security/authentication/SessionAuthentication.java +++ b/jetty-core/jetty-security/src/main/java/org/eclipse/jetty/security/authentication/SessionAuthentication.java @@ -43,7 +43,7 @@ public class SessionAuthentication extends LoginAuthenticator.UserAuthentication private final String _name; private final Object _credentials; - private Session _session; + private transient Session _session; public SessionAuthentication(String method, UserIdentity userIdentity, Object credentials) { From af3ac05806ce34d998f127682f0b843309391f31 Mon Sep 17 00:00:00 2001 From: Simone Bordet Date: Wed, 25 Sep 2024 18:34:42 +0300 Subject: [PATCH 31/31] Fixes #7951 - OutputStreamContentProvider blocks forever during an HTTP2 upload after idle timeout is reached. (#12312) Improved javadocs. Signed-off-by: Simone Bordet --- .../jetty/client/OutputStreamRequestContent.java | 6 +++--- .../jetty/io/content/OutputStreamContentSource.java | 11 +++++------ 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/jetty-core/jetty-client/src/main/java/org/eclipse/jetty/client/OutputStreamRequestContent.java b/jetty-core/jetty-client/src/main/java/org/eclipse/jetty/client/OutputStreamRequestContent.java index f71dbe06b6f..4872397ca87 100644 --- a/jetty-core/jetty-client/src/main/java/org/eclipse/jetty/client/OutputStreamRequestContent.java +++ b/jetty-core/jetty-client/src/main/java/org/eclipse/jetty/client/OutputStreamRequestContent.java @@ -26,7 +26,7 @@ import org.eclipse.jetty.io.content.OutputStreamContentSource; *

Content must be provided by writing to the {@link #getOutputStream() output stream} * that must be {@link OutputStream#close() closed} when all content has been provided.

*

Example usage:

- *
+ * 
{@code
  * HttpClient httpClient = ...;
  *
  * // Use try-with-resources to autoclose the output stream.
@@ -37,7 +37,7 @@ import org.eclipse.jetty.io.content.OutputStreamContentSource;
  *             .body(content)
  *             .send(new Response.CompleteListener()
  *             {
- *                 @Override
+ *                 @Override
  *                 public void onComplete(Result result)
  *                 {
  *                     // Your logic here
@@ -50,7 +50,7 @@ import org.eclipse.jetty.io.content.OutputStreamContentSource;
  *     // Even later...
  *     output.write("more content".getBytes());
  * } // Implicit call to output.close().
- * 
+ * }
*/ public class OutputStreamRequestContent extends OutputStreamContentSource implements Request.Content { diff --git a/jetty-core/jetty-io/src/main/java/org/eclipse/jetty/io/content/OutputStreamContentSource.java b/jetty-core/jetty-io/src/main/java/org/eclipse/jetty/io/content/OutputStreamContentSource.java index f7a9c8429bb..1734af349d1 100644 --- a/jetty-core/jetty-io/src/main/java/org/eclipse/jetty/io/content/OutputStreamContentSource.java +++ b/jetty-core/jetty-io/src/main/java/org/eclipse/jetty/io/content/OutputStreamContentSource.java @@ -23,12 +23,11 @@ import org.eclipse.jetty.util.FutureCallback; import org.eclipse.jetty.util.IO; /** - *

- * A {@link Content.Source} backed by an {@link OutputStream}. - * Any bytes written to the {@link OutputStream} returned by {@link #getOutputStream()} - * is converted to a {@link Content.Chunk} and returned from {@link #read()}. If - * necessary, any {@link Runnable} passed to {@link #demand(Runnable)} is invoked. - *

+ *

A {@link Content.Source} that provides content asynchronously through an {@link OutputStream}.

+ *

Bytes written to the {@link OutputStream} returned by {@link #getOutputStream()} + * are converted to a {@link Content.Chunk} and returned from {@link #read()}.

+ *

The {@code OutputStream} must be closed to signal that all the content has been written.

+ * * @see AsyncContent */ public class OutputStreamContentSource implements Content.Source, Closeable