Skip to content

Commit

Permalink
Merge branch 'release/12.0.9' into jetty-12.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed May 7, 2024
2 parents b78e478 + 8e7e422 commit 3632a57
Show file tree
Hide file tree
Showing 346 changed files with 511 additions and 479 deletions.
32 changes: 32 additions & 0 deletions VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
jetty-12.0.10-SNAPSHOT

jetty-12.0.9 - 03 May 2024
+ 5944 Introduce alias --files for --download
+ 5945 Introduce alias --skip-create-files to replace --skip-file-validation
+ 5946 Introduce alias for --include-jetty-dir
+ 9487 Jetty 12 - Upgrade Infinispan to version 15.x
+ 11026 Start Stop issue with Jetty 12 - state file not deleted every time
+ 11420 HTTP/3 Race with Dynamic Table referencing in QPackDecoder
+ 11488 Inconsistent default port number in HttpURI and HostPort
+ 11490 CustomRequestLog.ignorePath doesn't work as documented
+ 11514 Start properties `jetty.webapp.addServerClasses` and
`jetty.webapp.addSystemClasses` are not applied during ee8/ee9 deployments
+ 11573 Introduce new `disable-urlcache` module to globally disable JVM URL
caching of `jar` protocol references
+ 11597 Document Request Customizers
+ 11631 NPE in error handling leading to 100% CPU
+ 11634 Socks5Proxy does not support IP addresses with IP segments above 127
+ 11642 Restore jetty-ee8-runner
+ 11648 Introduce new HttpDateTime class for parsing obsolete Date formats in
HTTP and Cookie
+ 11656 Upgrade jetty-quiche-native to version 0.21.0
+ 11659 HTTP Fields with OWS (Optional WhiteSpace) in value are not properly
parsed in Jetty 12
+ 11679 Jetty 12.0.8 seems to leak connection when it encounters earlyEOF
+ 11687 `HttpFields$Mutable$Wrapper.computeField()` incorrectly calls
`onAddField()` when null is returned by `computeFn`
+ 11699 new IllegalStateException when attempting to access Request/Response
outside of Request Lifecycle
+ 11705 jetty-decorate.xml and jetty-web-decorate.xml in jetty-deploy
reference ee specific classes

jetty-12.0.8 - 29 March 2024
+ 5857 Deprecate AbstractConnectionPool "callback" methods
+ 7647 Document org.eclipse.jetty.client.Socks4Proxy "secure" parameter
Expand Down
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.9-SNAPSHOT</version>
<version>12.0.10-SNAPSHOT</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.9-SNAPSHOT</version>
<version>12.0.10-SNAPSHOT</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
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.9-SNAPSHOT</version>
<version>12.0.10-SNAPSHOT</version>
</parent>
<artifactId>jetty-asciidoctor-extensions</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion documentation/jetty-documentation/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.9-SNAPSHOT</version>
<version>12.0.10-SNAPSHOT</version>
</parent>
<artifactId>jetty-documentation</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.9-SNAPSHOT</version>
<version>12.0.10-SNAPSHOT</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.9-SNAPSHOT</version>
<version>12.0.10-SNAPSHOT</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.9-SNAPSHOT</version>
<version>12.0.10-SNAPSHOT</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.9-SNAPSHOT</version>
<version>12.0.10-SNAPSHOT</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.9-SNAPSHOT</version>
<version>12.0.10-SNAPSHOT</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.9-SNAPSHOT</version>
<version>12.0.10-SNAPSHOT</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.9-SNAPSHOT</version>
<version>12.0.10-SNAPSHOT</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.9-SNAPSHOT</version>
<version>12.0.10-SNAPSHOT</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.9-SNAPSHOT</version>
<version>12.0.10-SNAPSHOT</version>
</parent>
<artifactId>jetty-alpn</artifactId>
<packaging>pom</packaging>
Expand Down

0 comments on commit 3632a57

Please sign in to comment.