Skip to content

Commit 4137e00

Browse files
committed
Updating to version 12.1.4
1 parent aaab3a7 commit 4137e00

File tree

442 files changed

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

+651
-609
lines changed

VERSION.txt

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
12.1.4 - 10 November 2025
2+
+ 3515 Review Uptime
3+
+ 12023 [12.1.x] Remove deprecated classes/methods
4+
+ 12720 Error attributes not set on request in Jetty 12
5+
+ 13290 Consider changing 12.1 websocket-core to consume frame buffers on sendFrame
6+
+ 13323 jetty.requestlog.timezone not working
7+
+ 13335 Servlet Upgrade Support is too eager
8+
+ 13470 Jetty 12.0: ManagedSession issues due to recursion and/pr multiple completions of the stream.
9+
+ 13512 disable detectOfflineLinks of m-javadoc-plugin and add test to ensure javadoc:jar still works fine with eclipse-release profile
10+
+ 13619 AbstractConnector Javadoc continues to reference legacy default acceptor thread calculation
11+
+ 13634 Avoid sending RST_STREAM for closed streams
12+
+ 13672 Improve CSV Compliance
13+
+ 13677 Make `ContextHandler` catch and ignore exceptions thrown by `Thread.setContextClassLoader()`
14+
+ 13685 Infinite loop on Content.copy() with Content.Source.from(... , Path, ) when Path has size 0.
15+
+ 13689 eeX-demo-mock-resources.mod incorrectly depends on eeX-annotations
16+
+ 13768 Sanitizing of HTTP headers names and values should remove NUL bytes (U+0000)
17+
+ 13806 Improved Credential to allow stronger password checksums.
18+
+ 13812 NullPointerException in GzipEncoderSink, breaking all requests with CompressionHandler
19+
+ 13832 Introduced `SecurityHandler.PathMethodMapped`
20+
+ 13833 CompressionHandler shouldn't compress response with specific status codes
21+
+ 13837 Limit ReservedThread creation (@arsenalzp)
22+
+ 13841 Warn the first time the TCCL fails to be set
23+
+ 13849 Connection reset on HTTP/2 when using CompressionHandler with default WindowRateControl
24+
+ 13850 FileMappingHttpContentFactory change in 12.1.x still serves old files, even when last modified date on file changes
25+
+ 13883 Invalid logger usage in HttpOutput
26+
+ 13886 Servlet filter mappings not working with quickstart
27+
+ 13896 listener.onContent( ... ) clears that ByteBuffer before the call.
28+
+ 13915 You can not have both Frame and Text handler in 12.1.x Jetty websocket
29+
+ 13922 ResourceServlet Download link broken
30+
+ 13923 Merge to 12.0.x to 12.1.x (@julianladisch, @guptas6est)
31+
+ 13924 Merge PR #13887 to 12.1.x - fix servlet filter mappings with quickstart
32+
+ 13931 Introduce ConditionalHandler.NextElseReject
33+
+ 13936 Version12.1.3 breaks BINARY compatibility with 12.0.29: HttpContent.getByteBuffer() and more
34+
+ 13939 Add an asByteArrayAsync method taking promise for Content.Source
35+
+ 13945 Document deployment in programming guide
36+
+ 13962 HTTP/2 Client connection timeout does not work
37+
+ 13971 ContentSinkOutputStream does not have idempotent close
38+
+ 13973 Fix Multipart cleanup in HttpChannelState
39+
+ 13976 Allow configuring the default max local streams on the H2 client
40+
+ 13985 Fix error handling from jsp with post form
41+
+ 14004 Fix NPE in SecurityHandler, List can have restrictions on contains(null)
42+
143
12.1.3 - 16 October 2025
244
+ 13246 Missing hook or statistic for QoSHandler rejections by exceeding setMaxSuspendedRequestCount
345
+ 13588 CONTAINER_JAR_PATTERN ignored on Windows

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

0 commit comments

Comments
 (0)