Skip to content

Commit 01a4119

Browse files
committed
Updating to version 12.0.23
1 parent 030d586 commit 01a4119

File tree

356 files changed

+513
-493
lines changed

Some content is hidden

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

356 files changed

+513
-493
lines changed

VERSION.txt

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,37 @@
1-
jetty-12.0.23-SNAPSHOT
1+
jetty-12.0.23 - 02 July 2025
2+
+ 12818 NPE with websocket java.lang.NullPointerException: Cannot invoke
3+
"org.eclipse.jetty.io.RetainableByteBuffer.hasRemaining()" because
4+
"this.networkBuffer" is null
5+
+ 13190 Introduce ability to decode and/or canonicalize URIs in a RewriteRule
6+
+ 13196 Download of large file may get stuck in an infinite loop (bug in
7+
`IOResources.copy` / `Content.Source`)
8+
+ 13232 Regression in ee9/ee8 getRequestDispatcher() exceptions
9+
+ 13234 Regression in 12.0.21 on handling empty query parameters
10+
+ 13259 `org.eclipse.jetty.plus.jndi.Transaction` should support
11+
`javax.naming.Referenceable` as a constructor option too.
12+
+ 13261 Improve handling of failed HTTP/2 requests
13+
+ 13263 NPE from SslEndPoint.isInputShutdown
14+
+ 13268 `charset=null` is automatically added when using `Content-Type:
15+
application/problem+json` in Servlet ee10
16+
+ 13287 Make `Environment` implementation thread-safe to prevent
17+
`ConcurrentModificationException`
18+
+ 13300 `o.e.j.plus.jndi.Resource`s declared in `eeX` scope then linked via
19+
`<resource-ref>` or `<resource-env-ref>` in web.xml not found
220

321
jetty-12.0.22 - 02 June 2025
422
+ 12659 Use websocket over varying http protocols using a single client
523
+ 12918 NullPointerException with ServeAs requests (with FormAuthenticator)
624
+ 13013 Rework websocket `FrameFlusher`'s expiration
7-
+ 13057 InvalidPathException instead of MalformedURLException after switching to jetty12
25+
+ 13057 InvalidPathException instead of MalformedURLException after switching
26+
to jetty12
827
+ 13098 HTTP2 Server Error Handling is different than HTTP1
928
+ 13126 Fix shared blocking callback hang
1029
+ 13131 Surface received GOAWAY in HttpClient
1130
+ 13135 Allow onSuccess to abort Iterating Callback
1231
+ 13136 Do not abort response in nested HttpChannelState.onError if sendError
1332
+ 13144 Cross Context Dispatch with Async does not honor context
14-
+ 13147 Support `maven.offline` property in jetty-start, to control of download of maven files from remote repos during `--add-modules`
33+
+ 13147 Support `maven.offline` property in jetty-start, to control of
34+
download of maven files from remote repos during `--add-modules`
1535
+ 13161 Change default stop timeout value in `WebSocketClient`
1636
+ 13164 ProxyServlet abort
1737
+ 13182 Ignore bad cookie names in legacy CookieCutter

build/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>12.0.23-SNAPSHOT</version>
11+
<version>12.0.23</version>
1212
<packaging>jar</packaging>
1313
<name>Build :: Resources</name>
1414

build/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>12.0.23-SNAPSHOT</version>
8+
<version>12.0.23</version>
99
</parent>
1010
<groupId>org.eclipse.jetty.build</groupId>
1111
<artifactId>build</artifactId>

documentation/jetty/modules/code/examples/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.documentation</groupId>
77
<artifactId>documentation</artifactId>
8-
<version>12.0.23-SNAPSHOT</version>
8+
<version>12.0.23</version>
99
<relativePath>../../../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>code-examples</artifactId>

documentation/jetty/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.documentation</groupId>
77
<artifactId>documentation</artifactId>
8-
<version>12.0.23-SNAPSHOT</version>
8+
<version>12.0.23</version>
99
</parent>
1010
<artifactId>jetty</artifactId>
1111
<packaging>pom</packaging>

documentation/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>12.0.23-SNAPSHOT</version>
8+
<version>12.0.23</version>
99
</parent>
1010
<groupId>org.eclipse.jetty.documentation</groupId>
1111
<artifactId>documentation</artifactId>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.eclipse.jetty</groupId>
88
<artifactId>jetty-alpn</artifactId>
9-
<version>12.0.23-SNAPSHOT</version>
9+
<version>12.0.23</version>
1010
</parent>
1111
<artifactId>jetty-alpn-bouncycastle-client</artifactId>
1212
<name>Core :: ALPN :: Bouncy Castle Client</name>

jetty-core/jetty-alpn/jetty-alpn-bouncycastle-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</groupId>
77
<artifactId>jetty-alpn</artifactId>
8-
<version>12.0.23-SNAPSHOT</version>
8+
<version>12.0.23</version>
99
</parent>
1010
<artifactId>jetty-alpn-bouncycastle-server</artifactId>
1111
<name>Core :: ALPN :: Bouncy Castle Server</name>

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.eclipse.jetty</groupId>
88
<artifactId>jetty-alpn</artifactId>
9-
<version>12.0.23-SNAPSHOT</version>
9+
<version>12.0.23</version>
1010
</parent>
1111
<artifactId>jetty-alpn-conscrypt-client</artifactId>
1212
<name>Core :: ALPN :: Conscrypt Client</name>

0 commit comments

Comments
 (0)