Skip to content

Commit

Permalink
Updating to version 12.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Dec 18, 2023
1 parent e481b45 commit 3aed62e
Show file tree
Hide file tree
Showing 339 changed files with 491 additions and 473 deletions.
20 changes: 19 additions & 1 deletion VERSION.txt
@@ -1,4 +1,22 @@
jetty-12.0.5-SNAPSHOT
jetty-12.0.5 - 18 December 2023
+ 10277 Review read failures impacting writes
+ 10852 `ResourceHandler` could use a `.setUseFileMapping(boolean)` option
+ 10933 Review ServletChannelState.asyncError()
+ 10956 100 Continue handling
+ 11009 Add deployment exception for non Jakarta WebSocket endpoints used
in ServerEndpointConfig
+ 11014 RedirectRegexRule and RewritePatternRule should consider
relativeRedirectAllowed
+ 11016 IllegalStateException when stopping Server with pending
requests
+ 11021 Do not call afterResponse() in case of failures
+ 11024 Properly scope jetty-security optional / test dependencies
+ 11031 HttpClient should expose Connection/EndPoint used by HTTP requests
+ 11037 Serialize HttpClient request failures
+ 11039 Memory leak and multiple (Http|Servlet)*Listener invokations after
restart
+ 11040 "not an allowed scheme" for GraalVM Native-Image resource:-URIs
+ 11064 NPE if MultiPartFormData.setFilesDirectory() is not called

jetty-12.0.4 - 30 November 2023
+ 9502 Produce SBOM and deploy to Maven Central
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.5-SNAPSHOT</version>
<version>12.0.5</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.5-SNAPSHOT</version>
<version>12.0.5</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.5-SNAPSHOT</version>
<version>12.0.5</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.5-SNAPSHOT</version>
<version>12.0.5</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.5-SNAPSHOT</version>
<version>12.0.5</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.5-SNAPSHOT</version>
<version>12.0.5</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.5-SNAPSHOT</version>
<version>12.0.5</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.5-SNAPSHOT</version>
<version>12.0.5</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.5-SNAPSHOT</version>
<version>12.0.5</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.5-SNAPSHOT</version>
<version>12.0.5</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.5-SNAPSHOT</version>
<version>12.0.5</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.5-SNAPSHOT</version>
<version>12.0.5</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.5-SNAPSHOT</version>
<version>12.0.5</version>
</parent>
<artifactId>jetty-alpn</artifactId>
<packaging>pom</packaging>
Expand Down

0 comments on commit 3aed62e

Please sign in to comment.