Skip to content

Commit

Permalink
Updating to version 12.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Nov 30, 2023
1 parent 876796d commit 9b415c6
Show file tree
Hide file tree
Showing 338 changed files with 491 additions and 471 deletions.
22 changes: 21 additions & 1 deletion VERSION.txt
@@ -1,4 +1,24 @@
jetty-12.0.4-SNAPSHOT
jetty-12.0.4 - 30 November 2023
+ 9502 Produce SBOM and deploy to Maven Central
+ 9900 Improve `Request.getBeginNanoTime()` accuracy
+ 10234 Make idle timeouts transient
+ 10384 ServletChannel now using proper state changes for calls to
ErrorHandler to avoid IllegalStateExceptions
+ 10687 Jetty WebSocket remembers mappings on restart
+ 10749 WebSocketClient should expose upgrade request/response
+ 10775 Review ConnectionMetaData.isSecure()
+ 10781 Investigate if the `secondary_super_cache` is stable
+ 10797 Multiple identical `Set-Cookie` response lines produced
+ 10812 jetty-deploy has unnecessary dependency on awaitility/hamcrest pulled
in at runtime
+ 10829 Expired Session timing issue leads to Warning: "Invalidating session
{} found to be expired when requested"
+ 10879 Improve redirect handling with reproducible content
+ 10891 Support the "Partitioned" cookie attribute
+ 10919 EE10 multipart parsing may include '\r' at the front under certain
conditions
+ 10922 Fix NPE on null host when checking virtual host
+ 10926 AttributeNormalizer does not support combined resources

jetty-12.0.3 - 26 October 2023
+ 1256 DoSFilter leaks USER_AUTH entries
Expand Down
2 changes: 1 addition & 1 deletion build/build-resources/pom.xml
Expand Up @@ -8,7 +8,7 @@
-->
<groupId>org.eclipse.jetty</groupId>
<artifactId>build-resources</artifactId>
<version>12.0.4-SNAPSHOT</version>
<version>12.0.4</version>
<packaging>jar</packaging>
<name>Build :: Resources</name>

Expand Down
2 changes: 1 addition & 1 deletion build/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
<version>12.0.4-SNAPSHOT</version>
<version>12.0.4</version>
</parent>
<groupId>org.eclipse.jetty.build</groupId>
<artifactId>build</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion documentation/jetty-asciidoctor-extensions/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jetty.documentation</groupId>
<artifactId>documentation</artifactId>
<version>12.0.4-SNAPSHOT</version>
<version>12.0.4</version>
</parent>
<artifactId>jetty-asciidoctor-extensions</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion documentation/jetty-documentation/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jetty.documentation</groupId>
<artifactId>documentation</artifactId>
<version>12.0.4-SNAPSHOT</version>
<version>12.0.4</version>
</parent>
<artifactId>jetty-documentation</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion documentation/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
<version>12.0.4-SNAPSHOT</version>
<version>12.0.4</version>
</parent>
<groupId>org.eclipse.jetty.documentation</groupId>
<artifactId>documentation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion javadoc/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
<version>12.0.4-SNAPSHOT</version>
<version>12.0.4</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
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn</artifactId>
<version>12.0.4-SNAPSHOT</version>
<version>12.0.4</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
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn</artifactId>
<version>12.0.4-SNAPSHOT</version>
<version>12.0.4</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
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn</artifactId>
<version>12.0.4-SNAPSHOT</version>
<version>12.0.4</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
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn</artifactId>
<version>12.0.4-SNAPSHOT</version>
<version>12.0.4</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
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn</artifactId>
<version>12.0.4-SNAPSHOT</version>
<version>12.0.4</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
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn</artifactId>
<version>12.0.4-SNAPSHOT</version>
<version>12.0.4</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
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-core</artifactId>
<version>12.0.4-SNAPSHOT</version>
<version>12.0.4</version>
</parent>
<artifactId>jetty-alpn</artifactId>
<packaging>pom</packaging>
Expand Down

0 comments on commit 9b415c6

Please sign in to comment.