Skip to content

Commit 61b5e1a

Browse files
committed
revert back to 11.0.2-SNAPSHOT
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
1 parent 03f6a31 commit 61b5e1a

File tree

151 files changed

+217
-252
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+217
-252
lines changed

VERSION.txt

+1-36
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,4 @@
1-
jetty-11.0.3-SNAPSHOT
2-
3-
jetty-11.0.2 - 25 March 2021
4-
+ 4275 Path Normalization/Traversal - Context Matching
5-
+ 5828 Allow to create a WebSocketContainer passing HttpClient
6-
+ 5832 Ctrl-C after jetty:run produces NoClassDefFoundError
7-
+ 5835 Review Durable Filters, Servlets and Listeners
8-
+ 5977 Cache-Control header set by a filter is override by the value from
9-
DefaultServlet configuration
10-
+ 5994 QueuedThreadPool "free" threads
11-
+ 5996 ERROR : No module found to provide logback-impl for
12-
logback-access{enabled}
13-
+ 5999 HttpURI ArrayIndexOutOfBounds
14-
+ 6001 Ambiguous URI legacy compliance mode
15-
+ 6008 Allow absolute paths to be provided in start.ini for request log
16-
directory.
17-
+ 6011 OSGi Cannot start Jetty with osgi.boot - Configurations add wrong
18-
method taken
19-
+ 6020 Review Jetty Maven Plugin scanning defaults
20-
+ 6021 Standardize Path resolution in XmlConfiguration
21-
+ 6024 Error starting jetty-10: Provider
22-
org.eclipse.jetty.websocket.javax.client.JavaxWebSocketShutdownContainer not
23-
found
24-
+ 6026 the jvm DEBUG flag is not working org.eclipse.jetty.LEVEL=DEBUG
25-
+ 6034 SslContextFactory may select a wildcard certificate during SNI
26-
selection when a more specific SSL certificate is present
27-
+ 6037 Review logging modules for j.u.l.
28-
+ 6050 Websocket: NotUtf8Exception after upgrade 9.4.35 -> 9.4.36 or newer
29-
+ 6063 Allow override of hazelcast version when using module
30-
+ 6072 jetty server high CPU when client send data length > 17408
31-
+ 6076 Embedded Jetty throws null pointer exception
32-
+ 6082 SslConnection compacting
33-
+ 6085 Jetty keeps Sessions in use after "Duplicate valid session cookies"
34-
Message
35-
+ 6101 Normalise ambiguous URIs
36-
+ 6102 Exclude webapps directory from deployment scan
1+
jetty-11.0.2-SNAPSHOT
372

383
jetty-11.0.1 - 19 February 2021
394
+ 1673 jetty-demo/etc/keystore should not be distributed

apache-jsp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>jetty-project</artifactId>
5-
<version>11.0.3-SNAPSHOT</version>
5+
<version>11.0.2-SNAPSHOT</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

build-resources/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>build-resources</artifactId>
5-
<version>11.0.3-SNAPSHOT</version>
5+
<version>11.0.2-SNAPSHOT</version>
66
<name>Jetty :: Build Resources</name>
77
<packaging>jar</packaging>
88

demos/demo-async-rest/demo-async-rest-jar/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty.demos</groupId>
44
<artifactId>demo-async-rest-parent</artifactId>
5-
<version>11.0.3-SNAPSHOT</version>
5+
<version>11.0.2-SNAPSHOT</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

demos/demo-async-rest/demo-async-rest-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty.demos</groupId>
44
<artifactId>demo-async-rest-parent</artifactId>
5-
<version>11.0.3-SNAPSHOT</version>
5+
<version>11.0.2-SNAPSHOT</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

demos/demo-async-rest/demo-async-rest-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty.demos</groupId>
44
<artifactId>demo-async-rest-parent</artifactId>
5-
<version>11.0.3-SNAPSHOT</version>
5+
<version>11.0.2-SNAPSHOT</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

demos/demo-async-rest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty.demos</groupId>
44
<artifactId>demos-parent</artifactId>
5-
<version>11.0.3-SNAPSHOT</version>
5+
<version>11.0.2-SNAPSHOT</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

demos/demo-jaas-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.jetty.demos</groupId>
66
<artifactId>demos-parent</artifactId>
7-
<version>11.0.3-SNAPSHOT</version>
7+
<version>11.0.2-SNAPSHOT</version>
88
</parent>
99
<artifactId>demo-jaas-webapp</artifactId>
1010
<name>Demo :: JAAS :: WebApp</name>

demos/demo-jetty-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty.demos</groupId>
55
<artifactId>demos-parent</artifactId>
6-
<version>11.0.3-SNAPSHOT</version>
6+
<version>11.0.2-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

demos/demo-jndi-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.jetty.demos</groupId>
66
<artifactId>demos-parent</artifactId>
7-
<version>11.0.3-SNAPSHOT</version>
7+
<version>11.0.2-SNAPSHOT</version>
88
</parent>
99
<artifactId>demo-jndi-webapp</artifactId>
1010
<name>Demo :: JNDI :: WebApp</name>

demos/demo-jsp-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty.demos</groupId>
55
<artifactId>demos-parent</artifactId>
6-
<version>11.0.3-SNAPSHOT</version>
6+
<version>11.0.2-SNAPSHOT</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

demos/demo-mock-resources/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty.demos</groupId>
55
<artifactId>demos-parent</artifactId>
6-
<version>11.0.3-SNAPSHOT</version>
6+
<version>11.0.2-SNAPSHOT</version>
77
</parent>
88
<name>Demo :: Mock Resources</name>
99
<artifactId>demo-mock-resources</artifactId>

demos/demo-proxy-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty.demos</groupId>
55
<artifactId>demos-parent</artifactId>
6-
<version>11.0.3-SNAPSHOT</version>
6+
<version>11.0.2-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>demo-proxy-webapp</artifactId>

demos/demo-simple-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty.demos</groupId>
55
<artifactId>demos-parent</artifactId>
6-
<version>11.0.3-SNAPSHOT</version>
6+
<version>11.0.2-SNAPSHOT</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

demos/demo-spec/demo-container-initializer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty.demos</groupId>
55
<artifactId>demos-parent</artifactId>
6-
<version>11.0.3-SNAPSHOT</version>
6+
<version>11.0.2-SNAPSHOT</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<artifactId>demo-container-initializer</artifactId>

demos/demo-spec/demo-spec-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.jetty.demos</groupId>
66
<artifactId>demos-parent</artifactId>
7-
<version>11.0.3-SNAPSHOT</version>
7+
<version>11.0.2-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<name>Demo :: Servlet Spec :: Webapp</name>

demos/demo-spec/demo-web-fragment/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty.demos</groupId>
55
<artifactId>demos-parent</artifactId>
6-
<version>11.0.3-SNAPSHOT</version>
6+
<version>11.0.2-SNAPSHOT</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99

demos/demo-spec/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.jetty.demos</groupId>
66
<artifactId>demos-parent</artifactId>
7-
<version>11.0.3-SNAPSHOT</version>
7+
<version>11.0.2-SNAPSHOT</version>
88
</parent>
99
<name>Demo :: Servlet Spec</name>
1010
<artifactId>demo-spec</artifactId>

demos/embedded/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty.demos</groupId>
44
<artifactId>demos-parent</artifactId>
5-
<version>11.0.3-SNAPSHOT</version>
5+
<version>11.0.2-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>demos-jetty-embedded</artifactId>

demos/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty</groupId>
55
<artifactId>jetty-project</artifactId>
6-
<version>11.0.3-SNAPSHOT</version>
6+
<version>11.0.2-SNAPSHOT</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

documentation/jetty-asciidoctor-extensions/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty.documentation</groupId>
55
<artifactId>documentation-parent</artifactId>
6-
<version>11.0.3-SNAPSHOT</version>
6+
<version>11.0.2-SNAPSHOT</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

documentation/jetty-documentation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty.documentation</groupId>
55
<artifactId>documentation-parent</artifactId>
6-
<version>11.0.3-SNAPSHOT</version>
6+
<version>11.0.2-SNAPSHOT</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

documentation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty</groupId>
55
<artifactId>jetty-project</artifactId>
6-
<version>11.0.3-SNAPSHOT</version>
6+
<version>11.0.2-SNAPSHOT</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

glassfish-jstl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>jetty-project</artifactId>
5-
<version>11.0.3-SNAPSHOT</version>
5+
<version>11.0.2-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>glassfish-jstl</artifactId>

javadoc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty</groupId>
55
<artifactId>jetty-project</artifactId>
6-
<version>11.0.3-SNAPSHOT</version>
6+
<version>11.0.2-SNAPSHOT</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

jetty-alpn/jetty-alpn-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>jetty-alpn-parent</artifactId>
5-
<version>11.0.3-SNAPSHOT</version>
5+
<version>11.0.2-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>jetty-alpn-client</artifactId>

jetty-alpn/jetty-alpn-conscrypt-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.jetty</groupId>
66
<artifactId>jetty-alpn-parent</artifactId>
7-
<version>11.0.3-SNAPSHOT</version>
7+
<version>11.0.2-SNAPSHOT</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

jetty-alpn/jetty-alpn-conscrypt-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty</groupId>
55
<artifactId>jetty-alpn-parent</artifactId>
6-
<version>11.0.3-SNAPSHOT</version>
6+
<version>11.0.2-SNAPSHOT</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

jetty-alpn/jetty-alpn-java-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.jetty</groupId>
66
<artifactId>jetty-alpn-parent</artifactId>
7-
<version>11.0.3-SNAPSHOT</version>
7+
<version>11.0.2-SNAPSHOT</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

jetty-alpn/jetty-alpn-java-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty</groupId>
55
<artifactId>jetty-alpn-parent</artifactId>
6-
<version>11.0.3-SNAPSHOT</version>
6+
<version>11.0.2-SNAPSHOT</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

jetty-alpn/jetty-alpn-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>jetty-alpn-parent</artifactId>
5-
<version>11.0.3-SNAPSHOT</version>
5+
<version>11.0.2-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>jetty-alpn-server</artifactId>

jetty-alpn/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>jetty-project</artifactId>
5-
<version>11.0.3-SNAPSHOT</version>
5+
<version>11.0.2-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>jetty-alpn-parent</artifactId>

jetty-annotations/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>jetty-project</artifactId>
5-
<version>11.0.3-SNAPSHOT</version>
5+
<version>11.0.2-SNAPSHOT</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

jetty-ant/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>jetty-project</artifactId>
5-
<version>11.0.3-SNAPSHOT</version>
5+
<version>11.0.2-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>jetty-ant</artifactId>

0 commit comments

Comments
 (0)