Skip to content

Commit d538420

Browse files
committed
Updating to version 10.0.24
1 parent f277b0a commit d538420

File tree

173 files changed

+256
-255
lines changed

Some content is hidden

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

173 files changed

+256
-255
lines changed

VERSION.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
jetty-10.0.24-SNAPSHOT
1+
jetty-10.0.24 - 26 August 2024
2+
+ 12201 backport ThreadLimitHandler improvements from Jetty 12
23

34
jetty-10.0.23 - 13 August 2024
45
+ 12041 backport tracking retainable pool from Jetty 12

apache-jsp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.jetty</groupId>
77
<artifactId>jetty-project</artifactId>
8-
<version>10.0.24-SNAPSHOT</version>
8+
<version>10.0.24</version>
99
</parent>
1010
<artifactId>apache-jsp</artifactId>
1111
<name>Jetty :: Apache JSP Implementation</name>

apache-jstl/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-project</artifactId>
7-
<version>10.0.24-SNAPSHOT</version>
7+
<version>10.0.24</version>
88
</parent>
99
<artifactId>apache-jstl</artifactId>
1010
<packaging>jar</packaging>

build-resources/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
-->
99
<groupId>org.eclipse.jetty</groupId>
1010
<artifactId>build-resources</artifactId>
11-
<version>10.0.24-SNAPSHOT</version>
11+
<version>10.0.24</version>
1212
<packaging>jar</packaging>
1313
<name>Jetty :: Build Resources</name>
1414

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.jetty.demos</groupId>
77
<artifactId>demo-async-rest-parent</artifactId>
8-
<version>10.0.24-SNAPSHOT</version>
8+
<version>10.0.24</version>
99
</parent>
1010
<artifactId>demo-async-rest-jar</artifactId>
1111
<packaging>jar</packaging>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.jetty.demos</groupId>
77
<artifactId>demo-async-rest-parent</artifactId>
8-
<version>10.0.24-SNAPSHOT</version>
8+
<version>10.0.24</version>
99
</parent>
1010
<artifactId>demo-async-rest-server</artifactId>
1111
<packaging>jar</packaging>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.jetty.demos</groupId>
77
<artifactId>demo-async-rest-parent</artifactId>
8-
<version>10.0.24-SNAPSHOT</version>
8+
<version>10.0.24</version>
99
</parent>
1010
<artifactId>demo-async-rest-webapp</artifactId>
1111
<packaging>war</packaging>

demos/demo-async-rest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.jetty.demos</groupId>
77
<artifactId>demos-parent</artifactId>
8-
<version>10.0.24-SNAPSHOT</version>
8+
<version>10.0.24</version>
99
</parent>
1010
<artifactId>demo-async-rest-parent</artifactId>
1111
<packaging>pom</packaging>

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>10.0.24-SNAPSHOT</version>
7+
<version>10.0.24</version>
88
</parent>
99
<artifactId>demo-jaas-webapp</artifactId>
1010
<packaging>war</packaging>

demos/demo-jetty-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>10.0.24-SNAPSHOT</version>
7+
<version>10.0.24</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>demo-jetty-webapp</artifactId>

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>10.0.24-SNAPSHOT</version>
7+
<version>10.0.24</version>
88
</parent>
99
<artifactId>demo-jndi-webapp</artifactId>
1010
<packaging>war</packaging>

demos/demo-jsp-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.jetty.demos</groupId>
77
<artifactId>demos-parent</artifactId>
8-
<version>10.0.24-SNAPSHOT</version>
8+
<version>10.0.24</version>
99
</parent>
1010
<artifactId>demo-jsp-webapp</artifactId>
1111
<packaging>war</packaging>

demos/demo-mock-resources/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>10.0.24-SNAPSHOT</version>
7+
<version>10.0.24</version>
88
</parent>
99
<artifactId>demo-mock-resources</artifactId>
1010
<packaging>jar</packaging>

demos/demo-proxy-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>10.0.24-SNAPSHOT</version>
7+
<version>10.0.24</version>
88
</parent>
99
<artifactId>demo-proxy-webapp</artifactId>
1010
<packaging>war</packaging>

demos/demo-simple-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.jetty.demos</groupId>
77
<artifactId>demos-parent</artifactId>
8-
<version>10.0.24-SNAPSHOT</version>
8+
<version>10.0.24</version>
99
</parent>
1010
<artifactId>demo-simple-webapp</artifactId>
1111
<packaging>war</packaging>

demos/demo-spec/demo-container-initializer/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>10.0.24-SNAPSHOT</version>
7+
<version>10.0.24</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<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>10.0.24-SNAPSHOT</version>
7+
<version>10.0.24</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>demo-spec-webapp</artifactId>

demos/demo-spec/demo-web-fragment/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>10.0.24-SNAPSHOT</version>
7+
<version>10.0.24</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>demo-web-fragment</artifactId>

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>10.0.24-SNAPSHOT</version>
7+
<version>10.0.24</version>
88
</parent>
99
<artifactId>demo-spec</artifactId>
1010
<packaging>pom</packaging>

demos/embedded/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>10.0.24-SNAPSHOT</version>
7+
<version>10.0.24</version>
88
</parent>
99
<artifactId>demos-jetty-embedded</artifactId>
1010
<name>Demo :: Embedded Jetty</name>

demos/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.jetty</groupId>
77
<artifactId>jetty-project</artifactId>
8-
<version>10.0.24-SNAPSHOT</version>
8+
<version>10.0.24</version>
99
</parent>
1010
<groupId>org.eclipse.jetty.demos</groupId>
1111
<artifactId>demos-parent</artifactId>

documentation/jetty/modules/code/examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.jetty.documentation</groupId>
77
<artifactId>documentation-parent</artifactId>
8-
<version>10.0.24-SNAPSHOT</version>
8+
<version>10.0.24</version>
99
<relativePath>../../../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>code-examples</artifactId>

documentation/jetty/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.jetty.documentation</groupId>
77
<artifactId>documentation-parent</artifactId>
8-
<version>10.0.24-SNAPSHOT</version>
8+
<version>10.0.24</version>
99
</parent>
1010
<artifactId>jetty</artifactId>
1111
<packaging>pom</packaging>

documentation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.jetty</groupId>
77
<artifactId>jetty-project</artifactId>
8-
<version>10.0.24-SNAPSHOT</version>
8+
<version>10.0.24</version>
99
</parent>
1010
<groupId>org.eclipse.jetty.documentation</groupId>
1111
<artifactId>documentation-parent</artifactId>

javadoc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.jetty</groupId>
77
<artifactId>jetty-project</artifactId>
8-
<version>10.0.24-SNAPSHOT</version>
8+
<version>10.0.24</version>
99
</parent>
1010
<artifactId>javadoc</artifactId>
1111
<packaging>jar</packaging>

jetty-alpn/jetty-alpn-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>10.0.24-SNAPSHOT</version>
7+
<version>10.0.24</version>
88
</parent>
99
<artifactId>jetty-alpn-client</artifactId>
1010
<name>Jetty :: ALPN :: Client</name>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.eclipse.jetty</groupId>
88
<artifactId>jetty-alpn-parent</artifactId>
9-
<version>10.0.24-SNAPSHOT</version>
9+
<version>10.0.24</version>
1010
</parent>
1111
<artifactId>jetty-alpn-conscrypt-client</artifactId>
1212
<name>Jetty :: ALPN :: Conscrypt Client Implementation</name>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.jetty</groupId>
77
<artifactId>jetty-alpn-parent</artifactId>
8-
<version>10.0.24-SNAPSHOT</version>
8+
<version>10.0.24</version>
99
</parent>
1010
<artifactId>jetty-alpn-conscrypt-server</artifactId>
1111
<name>Jetty :: ALPN :: Conscrypt Server Implementation</name>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.eclipse.jetty</groupId>
88
<artifactId>jetty-alpn-parent</artifactId>
9-
<version>10.0.24-SNAPSHOT</version>
9+
<version>10.0.24</version>
1010
</parent>
1111
<artifactId>jetty-alpn-java-client</artifactId>
1212
<name>Jetty :: ALPN :: JDK9 Client Implementation</name>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.jetty</groupId>
77
<artifactId>jetty-alpn-parent</artifactId>
8-
<version>10.0.24-SNAPSHOT</version>
8+
<version>10.0.24</version>
99
</parent>
1010
<artifactId>jetty-alpn-java-server</artifactId>
1111
<name>Jetty :: ALPN :: JDK9 Server Implementation</name>

jetty-alpn/jetty-alpn-server/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>10.0.24-SNAPSHOT</version>
7+
<version>10.0.24</version>
88
</parent>
99
<artifactId>jetty-alpn-server</artifactId>
1010
<name>Jetty :: ALPN :: Server</name>

jetty-alpn/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-project</artifactId>
7-
<version>10.0.24-SNAPSHOT</version>
7+
<version>10.0.24</version>
88
</parent>
99
<artifactId>jetty-alpn-parent</artifactId>
1010
<packaging>pom</packaging>

jetty-annotations/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.jetty</groupId>
77
<artifactId>jetty-project</artifactId>
8-
<version>10.0.24-SNAPSHOT</version>
8+
<version>10.0.24</version>
99
</parent>
1010
<artifactId>jetty-annotations</artifactId>
1111
<name>Jetty :: Servlet Annotations</name>

jetty-ant/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-project</artifactId>
7-
<version>10.0.24-SNAPSHOT</version>
7+
<version>10.0.24</version>
88
</parent>
99
<artifactId>jetty-ant</artifactId>
1010
<packaging>jar</packaging>

0 commit comments

Comments
 (0)