Skip to content

Commit e775165

Browse files
committed
Updating to version 12.0.14
1 parent e376b1a commit e775165

File tree

352 files changed

+519
-487
lines changed

Some content is hidden

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

352 files changed

+519
-487
lines changed

VERSION.txt

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,36 @@
1-
jetty-12.0.14-SNAPSHOT
1+
jetty-12.0.14 - 30 September 2024
2+
+ 929 Implement a utility class to save large downloads to a file (@arsenalzp)
3+
+ 7515 Connection limit problem for "onAccepting" connections
4+
+ 7951 OutputStreamContentProvider blocks forever during an HTTP2 upload after
5+
idle timeout is reached
6+
+ 11092 Jetty 12.x startup fails because MetaInfConfiguration is throwing an
7+
exception while parsing java classpath with URIUtil when classpath contains
8+
wildcard ./mypath/*
9+
+ 11298 Error 400 - Ambiguous URI Empty Segment
10+
+ 12047 Server should NOT open connectors early in start sequence (@kelunik)
11+
+ 12191 DebugListener module in `core` refers to non-existent
12+
`org.eclipse.jetty.server.DebugListener`
13+
+ 12195 Integrate Eclipse Dash License Tool to our build
14+
+ 12227 Improve HttpConnection buffer recycling
15+
+ 12239 Optimize buffer release in HttpConnection
16+
+ 12241 Unable to Add SameSite Cookie Attribute Value in Jetty 12 EE8
17+
environment with Java 17
18+
+ 12249 HTTP/2 responses with Content-Length may have no content
19+
+ 12255 Environment CookieConfig details not visible in Server Dump or JMX
20+
+ 12256 Configuring Virtual Thread executor in Jetty Http client makes my
21+
Spring Boot app freeze
22+
+ 12265 Jetty 12.0.13 fails to start when the `threadpool-all-virtual` module
23+
is enabled.
24+
+ 12268 `IteratingCallback` may iterate too much when `process()` returns
25+
Action.IDLE
26+
+ 12279 org.eclipse.jetty.maven.ServerSupport.configureHandlers(Server,
27+
List<ContextHandler>, RequestLog) removes handlers
28+
+ 12284 Excessive heap consumption by SSLSessionImpl by Jetty Server with TLS
29+
1.3 and long-lived client
30+
+ 12289 Improve ConcurrentPool concurrency
31+
+ 12297 Avoid list copy on reverse iteration
32+
+ 12303 Use sessionRequest for wrapping HTTP stream instead of original Request (@robbie01)
33+
+ 12309 `SessionAuthentication._session` is not marked as `transient`
234

335
jetty-12.0.13 - 03 September 2024
436
+ 3184 Make LifeCycle implement AutoCloseable
@@ -30,7 +62,7 @@ jetty-12.0.13 - 03 September 2024
3062
+ 12171 QoSHandler does not resume on a virtual thread
3163
+ 12173 Jetty Maven Plugin - jetty:run does not work with pom type
3264
dependencies
33-
+ 12175 `SslContextFactory` is hardcoded to use `Password`.
65+
+ 12175 `SslContextFactory` is hardcoded to use `Password`
3466
+ 12185 QosHandler suspend queue limit
3567
+ 12207 Jetty Maven Plugin 12.x no longer configures `DefaultHandler`
3668
+ 12212 ShutdownOutput for non-persistent HTTP/1 connections

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

javadoc/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.14-SNAPSHOT</version>
8+
<version>12.0.14</version>
99
</parent>
1010
<artifactId>javadoc</artifactId>
1111
<packaging>jar</packaging>

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

jetty-core/jetty-alpn/jetty-alpn-conscrypt-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.14-SNAPSHOT</version>
8+
<version>12.0.14</version>
99
</parent>
1010
<artifactId>jetty-alpn-conscrypt-server</artifactId>
1111
<name>Core :: ALPN :: Conscrypt Server</name>

0 commit comments

Comments
 (0)