Skip to content

Commit 6cc265b

Browse files
committed
Updating to version 12.1.2
1 parent 1c39df1 commit 6cc265b

File tree

442 files changed

+631
-609
lines changed

Some content is hidden

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

442 files changed

+631
-609
lines changed

VERSION.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
12.1.2 - 07 October 2025
2+
+ 11826 NativeHelper triggers JDK warning
3+
+ 13472 Support multiple directories to be scanned by deployment-scanner
4+
+ 13482 New request attribute `__oejs.Request.Cookies`
5+
+ 13539 HttpCookie.Builder does not allow removing SameSite
6+
+ 13548 Improved HTTP2Connection dump information (@znight1020)
7+
+ 13563 Jetty 12.1.0 fails to serve big (> 1MiB) static web resources located inside a jar file
8+
+ 13567 Jetty 12.1.1 HTTP2 broken data
9+
+ 13571 JMX Bean Names are not predictable now that they have hashcodes
10+
+ 13579 How to remove a websocket mapping
11+
+ 13583 NPE in WriteFlusher after org.eclipse.jetty.http.BadMessageException: 417
12+
+ 13592 ClosedFileSystemException when upgrading to 12.1.1
13+
+ 13598 Server hangs when client closes too many connections.
14+
+ 13599 Merge ConstantThrowable and StaticException
15+
+ 13603 Bad Accept-Language request headers can result in NPE during HttpServletRequest.getLocale() call
16+
+ 13608 DebugHandler changes Thread name without restoring it afterwards
17+
+ 13613 HttpInput#read rethrows already thrown exception, leading to possible self-suppressing exception issue
18+
+ 13621 Restore `BufferingResponseListener.onContent(Response, ByteBuffer)` behavior
19+
+ 13624 ContextClassLoader changed on resumed requests with QoSHandler
20+
+ 13625 Not possible to control HttpClient `Accept-Encoding` weights with standard API and discovered Compression
21+
+ 13640 Fix NPE in ee9/ee8 nested.BufferedResponesHandler
22+
123
12.1.1 - 08 September 2025
224
+ 12029 OutputStreamContentSource.AsyncOutputStream rethrows already thrown exception
325
+ 12735 Provide better documentation of JettyWebSocketServletContainerInitializer and jetty-${ee-version}-websocket-jetty-server modules

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.1.2-SNAPSHOT</version>
11+
<version>12.1.2</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.1.2-SNAPSHOT</version>
8+
<version>12.1.2</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.1.2-SNAPSHOT</version>
8+
<version>12.1.2</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.1.2-SNAPSHOT</version>
8+
<version>12.1.2</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.1.2-SNAPSHOT</version>
8+
<version>12.1.2</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.1.2-SNAPSHOT</version>
9+
<version>12.1.2</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.1.2-SNAPSHOT</version>
8+
<version>12.1.2</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.1.2-SNAPSHOT</version>
7+
<version>12.1.2</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.1.2-SNAPSHOT</version>
9+
<version>12.1.2</version>
1010
</parent>
1111
<artifactId>jetty-alpn-conscrypt-client</artifactId>
1212
<name>Core :: ALPN :: Conscrypt Client</name>

0 commit comments

Comments
 (0)