Skip to content

Commit

Permalink
Updating to version 12.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Nov 5, 2024
1 parent 9151518 commit 8281ae9
Show file tree
Hide file tree
Showing 352 changed files with 515 additions and 490 deletions.
35 changes: 30 additions & 5 deletions VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
jetty-12.0.15-SNAPSHOT
jetty-12.0.15 - 05 November 2024
+ 5685 AsyncProxyServlet calls onProxyResponseSuccess() when internally it
throws "Response header too large" exception
+ 5888 Limit usage of HTTP/2 connections
+ 9980 Add format option to CustomRequestLog for request authority and request
authority scheme
+ 11492 Auto add AliasChecker for custom Base Resource in DefaultServlet
+ 11749 InvalidArgumentExceptions due to invalid status codes are not handled
properly
+ 12268 `IteratingCallback` may iterate too much when `process()` returns
Action.IDLE
+ 12313 Jetty 12 ee9/ee10 doesn't invoke callbacks when h2 client sends
RST_STREAM
+ 12341 QPack encoder must not send any encoder instructions when
SETTINGS_QPACK_MAX_TABLE_CAPACITY is 0
+ 12348 HttpClientTransportDynamic does not initialize low-level clients
+ 12350 LdapLoginModule support for Jetty Password obfuscation
+ 12356 RuntimeIOException: Parser is terminated when doing lots of requests
with Connection: Keep-Alive
+ 12378 Change default value for `SslContextFactory.renegotiationAllowed` to
`false`
+ 12397 `.tgz` files are double-gzipped
+ 12404 Parsing URI with HttpUri.from(String uri) throws
"IllegalArgumentException: Bad authority" when path is empty
+ 12430 Correct PrivilegedThreadFactory javadoc
+ 12435 Improve connection closing when stopping

jetty-12.0.14 - 30 September 2024
+ 929 Implement a utility class to save large downloads to a file (@arsenalzp)
Expand All @@ -25,7 +50,7 @@ jetty-12.0.14 - 30 September 2024
is enabled.
+ 12268 `IteratingCallback` may iterate too much when `process()` returns
Action.IDLE
+ 12279 org.eclipse.jetty.maven.ServerSupport.configureHandlers(Server,
+ 12279 org.eclipse.jetty.maven.ServerSupport.configureHandlers(Server
List<ContextHandler>, RequestLog) removes handlers
+ 12284 Excessive heap consumption by SSLSessionImpl by Jetty Server with TLS
1.3 and long-lived client
Expand All @@ -39,8 +64,6 @@ jetty-12.0.13 - 03 September 2024
+ 3184 Make LifeCycle implement AutoCloseable
+ 3553 Support sslSession() in Jetty Client
+ 6514 How to warm up SslConnection
+ 9121 Jetty 12 - Flaky
BlockedWritesWithSmallThreadPoolTest.testServerThreadsBlockedInWrites()
+ 11322 Change jetty-nosql MongoDB dependency from unmaintained
mongo-java-driver to mongodb-driver-sync
+ 11408 Jetty start module property values with ${expr} are not being expanded
Expand Down Expand Up @@ -96,7 +119,8 @@ jetty-12.0.12 - 25 July 2024
+ 11965 Client: Some HTTP/2 requests are never sent
+ 11996 mTLS: client cert verification for QUIC/HTTP3
+ 12000 Cannot use Paths that have spaces with `jetty-ee10-maven-plugin`
+ 12012 Added a UriCompliance.Violation.USER_INFO to deprecate user info in HttpURI (CVE-2024-6763)
+ 12012 Added a UriCompliance.Violation.USER_INFO to deprecate user info in
HttpURI (CVE-2024-6763)
+ 12018 NPE when passing null value to Request.param
+ 12019 External property file not being read
+ 12022 Intermittent NPE in OutputStream.close with GzipHandler
Expand Down Expand Up @@ -14074,3 +14098,4 @@ jetty-1.0 - 01 January 1998
+ Won the Australian Java Programming Contest!
+ HTTP Server
+ Issue tracking application

2 changes: 1 addition & 1 deletion build/build-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
-->
<groupId>org.eclipse.jetty</groupId>
<artifactId>build-resources</artifactId>
<version>12.0.15-SNAPSHOT</version>
<version>12.0.15</version>
<packaging>jar</packaging>
<name>Build :: Resources</name>

Expand Down
2 changes: 1 addition & 1 deletion build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
<version>12.0.15-SNAPSHOT</version>
<version>12.0.15</version>
</parent>
<groupId>org.eclipse.jetty.build</groupId>
<artifactId>build</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion documentation/jetty/modules/code/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jetty.documentation</groupId>
<artifactId>documentation</artifactId>
<version>12.0.15-SNAPSHOT</version>
<version>12.0.15</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>code-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion documentation/jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jetty.documentation</groupId>
<artifactId>documentation</artifactId>
<version>12.0.15-SNAPSHOT</version>
<version>12.0.15</version>
</parent>
<artifactId>jetty</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
<version>12.0.15-SNAPSHOT</version>
<version>12.0.15</version>
</parent>
<groupId>org.eclipse.jetty.documentation</groupId>
<artifactId>documentation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion javadoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
<version>12.0.15-SNAPSHOT</version>
<version>12.0.15</version>
</parent>
<artifactId>javadoc</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jetty-core/jetty-alpn/jetty-alpn-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn</artifactId>
<version>12.0.15-SNAPSHOT</version>
<version>12.0.15</version>
</parent>
<artifactId>jetty-alpn-client</artifactId>
<name>Core :: ALPN :: Client</name>
Expand Down
2 changes: 1 addition & 1 deletion jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn</artifactId>
<version>12.0.15-SNAPSHOT</version>
<version>12.0.15</version>
</parent>
<artifactId>jetty-alpn-conscrypt-client</artifactId>
<name>Core :: ALPN :: Conscrypt Client</name>
Expand Down
2 changes: 1 addition & 1 deletion jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn</artifactId>
<version>12.0.15-SNAPSHOT</version>
<version>12.0.15</version>
</parent>
<artifactId>jetty-alpn-conscrypt-server</artifactId>
<name>Core :: ALPN :: Conscrypt Server</name>
Expand Down
2 changes: 1 addition & 1 deletion jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn</artifactId>
<version>12.0.15-SNAPSHOT</version>
<version>12.0.15</version>
</parent>
<artifactId>jetty-alpn-java-client</artifactId>
<name>Core :: ALPN :: Java Client</name>
Expand Down
2 changes: 1 addition & 1 deletion jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn</artifactId>
<version>12.0.15-SNAPSHOT</version>
<version>12.0.15</version>
</parent>
<artifactId>jetty-alpn-java-server</artifactId>
<name>Core :: ALPN :: Java Server</name>
Expand Down
2 changes: 1 addition & 1 deletion jetty-core/jetty-alpn/jetty-alpn-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn</artifactId>
<version>12.0.15-SNAPSHOT</version>
<version>12.0.15</version>
</parent>
<artifactId>jetty-alpn-server</artifactId>
<name>Core :: ALPN :: Server</name>
Expand Down
2 changes: 1 addition & 1 deletion jetty-core/jetty-alpn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-core</artifactId>
<version>12.0.15-SNAPSHOT</version>
<version>12.0.15</version>
</parent>
<artifactId>jetty-alpn</artifactId>
<packaging>pom</packaging>
Expand Down
Loading

0 comments on commit 8281ae9

Please sign in to comment.