Skip to content

Commit f781e47

Browse files
committed
Updating to version 11.0.19
1 parent 10235a0 commit f781e47

File tree

174 files changed

+266
-256
lines changed

Some content is hidden

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

174 files changed

+266
-256
lines changed

VERSION.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
jetty-11.0.19-SNAPSHOT
1+
jetty-11.0.19 - 15 December 2023
2+
+ 9900 Improve `Request.getBeginNanoTime()` accuracy
3+
+ 10812 jetty-deploy has unnecessary dependency on awaitility/hamcrest pulled
4+
in at runtime
5+
+ 10891 Support the "Partitioned" cookie attribute
6+
+ 11014 RedirectRegexRule and RewritePatternRule should consider
7+
relativeRedirectAllowed
8+
+ 11031 HttpClient should expose Connection/EndPoint used by HTTP requests
9+
+ 11039 Memory leak and multiple (Http|Servlet)*Listener invokations after
10+
restart
11+
+ 11044 Update jetty-11 to apache jasper 10.0.27
212

313
jetty-11.0.18 - 26 October 2023
414
+ 1256 DoSFilter leaks USER_AUTH entries

apache-jsp/pom.xml

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
5+
<version>11.0.19</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

build-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-->
88
<groupId>org.eclipse.jetty</groupId>
99
<artifactId>build-resources</artifactId>
10-
<version>11.0.19-SNAPSHOT</version>
10+
<version>11.0.19</version>
1111
<name>Jetty :: Build Resources</name>
1212
<packaging>jar</packaging>
1313

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

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
5+
<version>11.0.19</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

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

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
5+
<version>11.0.19</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

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

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
5+
<version>11.0.19</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

demos/demo-async-rest/pom.xml

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
5+
<version>11.0.19</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

demos/demo-jaas-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
7+
<version>11.0.19</version>
88
</parent>
99
<artifactId>demo-jaas-webapp</artifactId>
1010
<name>Demo :: JAAS :: WebApp</name>

demos/demo-jetty-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
6+
<version>11.0.19</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

demos/demo-jndi-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
7+
<version>11.0.19</version>
88
</parent>
99
<artifactId>demo-jndi-webapp</artifactId>
1010
<name>Demo :: JNDI :: WebApp</name>

demos/demo-jsp-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
6+
<version>11.0.19</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

demos/demo-mock-resources/pom.xml

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
6+
<version>11.0.19</version>
77
</parent>
88
<name>Demo :: Mock Resources</name>
99
<artifactId>demo-mock-resources</artifactId>

demos/demo-proxy-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
6+
<version>11.0.19</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>demo-proxy-webapp</artifactId>

demos/demo-simple-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
6+
<version>11.0.19</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

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

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
6+
<version>11.0.19</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<artifactId>demo-container-initializer</artifactId>

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

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
7+
<version>11.0.19</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<name>Demo :: Servlet Spec :: Webapp</name>

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

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
6+
<version>11.0.19</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99

demos/demo-spec/pom.xml

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
7+
<version>11.0.19</version>
88
</parent>
99
<name>Demo :: Servlet Spec</name>
1010
<artifactId>demo-spec</artifactId>

demos/embedded/pom.xml

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
5+
<version>11.0.19</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>demos-jetty-embedded</artifactId>

demos/pom.xml

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
6+
<version>11.0.19</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

documentation/jetty-asciidoctor-extensions/pom.xml

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
6+
<version>11.0.19</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

documentation/jetty-documentation/pom.xml

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
6+
<version>11.0.19</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

documentation/pom.xml

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
6+
<version>11.0.19</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

glassfish-jstl/pom.xml

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
5+
<version>11.0.19</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>glassfish-jstl</artifactId>

javadoc/pom.xml

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
6+
<version>11.0.19</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

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

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
5+
<version>11.0.19</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>jetty-alpn-client</artifactId>

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

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
7+
<version>11.0.19</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

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

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
6+
<version>11.0.19</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

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

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
7+
<version>11.0.19</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

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

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
6+
<version>11.0.19</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

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

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
5+
<version>11.0.19</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>jetty-alpn-server</artifactId>

jetty-alpn/pom.xml

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
5+
<version>11.0.19</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>jetty-alpn-parent</artifactId>

jetty-annotations/pom.xml

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
5+
<version>11.0.19</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

jetty-ant/pom.xml

Lines changed: 1 addition & 1 deletion
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.19-SNAPSHOT</version>
5+
<version>11.0.19</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>jetty-ant</artifactId>

0 commit comments

Comments
 (0)