Skip to content

Commit b45c405

Browse files
committed
Updating to version 9.4.51.v20230217
1 parent 3beaa81 commit b45c405

File tree

140 files changed

+209
-206
lines changed

Some content is hidden

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

140 files changed

+209
-206
lines changed

VERSION.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
jetty-9.4.51-SNAPSHOT
1+
jetty-9.4.51.v20230217 - 17 February 2023
2+
+ 9059 IteratingCallback not serializing close() and failed()
3+
+ 9181 Jetty 9 java.lang.NullPointerException
4+
SessionHandler.checkRequestedSessionId(SessionHandler.java:1733)
25

36
jetty-9.4.50.v20221201 - 01 December 2022
47
+ 8774 Added SizeLimitHandler

aggregates/jetty-all-compact3/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>9.4.51-SNAPSHOT</version>
5+
<version>9.4.51.v20230217</version>
66
<relativePath>../../pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

aggregates/jetty-all/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>9.4.51-SNAPSHOT</version>
5+
<version>9.4.51.v20230217</version>
66
<relativePath>../../pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

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>9.4.51-SNAPSHOT</version>
5+
<version>9.4.51.v20230217</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>apache-jsp</artifactId>

apache-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>9.4.51-SNAPSHOT</version>
5+
<version>9.4.51.v20230217</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>apache-jstl</artifactId>

build-resources/pom.xml

Lines changed: 1 addition & 1 deletion
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>9.4.51-SNAPSHOT</version>
5+
<version>9.4.51.v20230217</version>
66
<packaging>jar</packaging>
77
<name>Jetty :: Build Resources</name>
88

examples/async-rest/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</groupId>
44
<artifactId>example-async-rest</artifactId>
5-
<version>9.4.51-SNAPSHOT</version>
5+
<version>9.4.51.v20230217</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

examples/async-rest/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</groupId>
44
<artifactId>example-async-rest</artifactId>
5-
<version>9.4.51-SNAPSHOT</version>
5+
<version>9.4.51.v20230217</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

examples/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.examples</groupId>
44
<artifactId>examples-parent</artifactId>
5-
<version>9.4.51-SNAPSHOT</version>
5+
<version>9.4.51.v20230217</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

examples/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.examples</groupId>
44
<artifactId>examples-parent</artifactId>
5-
<version>9.4.51-SNAPSHOT</version>
5+
<version>9.4.51.v20230217</version>
66
<relativePath>../pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)