Skip to content

Commit 65a55c5

Browse files
committed
Updating to version 10.0.26
1 parent 3c1fd30 commit 65a55c5

File tree

173 files changed

+259
-254
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

+259
-254
lines changed

VERSION.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
jetty-10.0.26 - 14 August 2025
2+
+ 6369 Increment default jetty.http2.rateControl.maxEventsPerSecond (@jebeaudet, @slovdahl, @markslater)
3+
+ 7818 Modifying of HTTP headers in HttpChannel.Listener#onResponseBegin is no longer possible with Jetty 10
4+
+ 13462 HTTP2Session cleanups
5+
16
jetty-10.0.25 - 12 March 2025
27
+ 12268 `IteratingCallback` may iterate too much when `process()` returns
38
Action.IDLE

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>10.0.26-SNAPSHOT</version>
8+
<version>10.0.26</version>
99
</parent>
1010
<artifactId>apache-jsp</artifactId>
1111
<name>Jetty :: Apache JSP Implementation</name>

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

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>10.0.26-SNAPSHOT</version>
11+
<version>10.0.26</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>10.0.26-SNAPSHOT</version>
8+
<version>10.0.26</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>10.0.26-SNAPSHOT</version>
8+
<version>10.0.26</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>10.0.26-SNAPSHOT</version>
8+
<version>10.0.26</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>10.0.26-SNAPSHOT</version>
8+
<version>10.0.26</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>10.0.26-SNAPSHOT</version>
7+
<version>10.0.26</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>10.0.26-SNAPSHOT</version>
7+
<version>10.0.26</version>
88
</parent>
99
<artifactId>demo-jetty-webapp</artifactId>
1010
<packaging>war</packaging>

0 commit comments

Comments
 (0)