Skip to content

Commit b706895

Browse files
committed
Updating to version 12.1.1
1 parent 569496e commit b706895

File tree

441 files changed

+634
-608
lines changed

Some content is hidden

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

441 files changed

+634
-608
lines changed

VERSION.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
12.1.1 - 08 September 2025
2+
+ 12029 OutputStreamContentSource.AsyncOutputStream rethrows already thrown exception
3+
+ 12735 Provide better documentation of JettyWebSocketServletContainerInitializer and jetty-${ee-version}-websocket-jetty-server modules
4+
+ 13336 HTTP/2 - Valid horizontal tab "\t" in http header is coverted into "?"
5+
+ 13341 Complete WebSocket close handshake asynchronously
6+
+ 13346 TCP half-close during WebSocket session close causes ClosedChannelException
7+
+ 13375 WebSocketClient attempts to use HTTP/2 on servers without SETTINGS_ENABLE_CONNECT_PROTOCOL
8+
+ 13385 Regression in `javax.servlet.http.HttpServletResponse#setHeader` since jetty 10
9+
+ 13398 Improve LoginAuthenticators to handle Proxy-Authenticate (@znight1020)
10+
+ 13409 Jetty fails to discover WebFragments in Library Files on classpath
11+
+ 13436 AssertionError in MemoryEndPointPipe.MemoryEndPoint.fill()
12+
+ 13447 Apache jsp/el jars in 12.1.0 are not groupId prefixed (like they are in 12.0.x releases)
13+
+ 13457 ClassCastException due to HashSet being used in a non thread-safe way
14+
+ 13464 Automatic MultiPart cleanup for Jetty 12
15+
+ 13465 Review invocation of `UpgradeListener.onHandshakeResponse()` in case of failures
16+
+ 13466 Lost WebSocket upgrade failure
17+
+ 13475 jakarta Websocket served with h2 and timeouts disabled always times out after 30s
18+
+ 13487 Regression in Jetty 12.1.0: @OnWebSocketFrame and @OnWebSocketMessage can no longer coexist
19+
+ 13489 OSGi package import problem with org.eclipse.jetty.http3.client.http
20+
+ 13498 Jetty 12.1.x Migration Guide
21+
+ 13499 Jetty 12.1 brotli linking problem
22+
+ 13500 Add jetty-compression artifacts to jetty-bom
23+
+ 13506 HTTP/2 CONTINUATION frames may cause connection close
24+
+ 13521 Rework `BlockingArrayQueue` growth strategy
25+
+ 13526 `BinaryStreamTest.testMoreThanLargestMessageOneByteAtATime()` is flaky
26+
127
12.1.0 - 15 August 2025
228
+ 13187 Missing API to increase QueuedThreadPool maxThreads by leased threads + QoSHandler bug of exceeding maxRequestCount by 1
329
+ 13346 TCP half-close during WebSocket session close causes ClosedChannelException

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

0 commit comments

Comments
 (0)