Skip to content

Commit a2e9fae

Browse files
committed
Updating to version 11.0.25
1 parent 3a78785 commit a2e9fae

File tree

174 files changed

+262
-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

+262
-256
lines changed

VERSION.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
jetty-11.0.25-SNAPSHOT
1+
jetty-11.0.25 - 12 March 2025
2+
+ 12268 `IteratingCallback` may iterate too much when `process()` returns
3+
Action.IDLE
4+
+ 12776 ByteBufferPool - all ongoing requests fail when single request is
5+
cancelled on HTTP/2
6+
+ 12821 Better document ContextHandler.setCompactPath(boolean) deprecation
7+
+ 12869 XmlConfiguration shouldn't treat non-XML command line options as XML
28

39
jetty-11.0.24 - 26 August 2024
410
+ 12201 backport ThreadLimitHandler improvements from Jetty 12 (CVE-2024-8184)

apache-jsp/pom.xml

Lines changed: 1 addition & 1 deletion
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>11.0.25-SNAPSHOT</version>
8+
<version>11.0.25</version>
99
</parent>
1010
<artifactId>apache-jsp</artifactId>
1111
<name>Jetty :: Apache JSP Implementation</name>

build-resources/pom.xml

Lines changed: 1 addition & 1 deletion
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>11.0.25-SNAPSHOT</version>
11+
<version>11.0.25</version>
1212
<packaging>jar</packaging>
1313
<name>Jetty :: Build Resources</name>
1414

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

Lines changed: 1 addition & 1 deletion
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>11.0.25-SNAPSHOT</version>
8+
<version>11.0.25</version>
99
</parent>
1010
<artifactId>demo-async-rest-jar</artifactId>
1111
<packaging>jar</packaging>

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

Lines changed: 1 addition & 1 deletion
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>11.0.25-SNAPSHOT</version>
8+
<version>11.0.25</version>
99
</parent>
1010
<artifactId>demo-async-rest-server</artifactId>
1111
<packaging>jar</packaging>

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

Lines changed: 1 addition & 1 deletion
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>11.0.25-SNAPSHOT</version>
8+
<version>11.0.25</version>
99
</parent>
1010
<artifactId>demo-async-rest-webapp</artifactId>
1111
<packaging>war</packaging>

demos/demo-async-rest/pom.xml

Lines changed: 1 addition & 1 deletion
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>11.0.25-SNAPSHOT</version>
8+
<version>11.0.25</version>
99
</parent>
1010
<artifactId>demo-async-rest-parent</artifactId>
1111
<packaging>pom</packaging>

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

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

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

0 commit comments

Comments
 (0)