Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release/12.0.11' into jetty-12.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Jul 3, 2024
2 parents 05a0498 + f5abe07 commit 347da8e
Show file tree
Hide file tree
Showing 352 changed files with 510 additions and 488 deletions.
28 changes: 25 additions & 3 deletions VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
jetty-12.0.11-SNAPSHOT
jetty-12.0.12-SNAPSHOT

jetty-12.0.11 - 27 June 2024
+ 11803 Follow Reactive Stream TCK for ContentSourcePublisher implementation
+ 11811 getHeaderNames should return header name once also when request has it
in different case
+ 11847 replacement for GlobalWebappConfigBinding
+ 11873 Server resources are not found if the server is subclassed in a
different package
+ 11892 mtls not working with http/3
+ 11902 Un-deprecate WebAppClassLoading.addHiddenClasses(Attributes
attributes, String... patterns) method
+ 11909 Start throws ConcurrentModificationException if an `eeX-webapp.ini`
exists in `start.d` with a command line like: `java -jar
../jetty-home/start.jar --module=server,http,ee8-webapp,ee8-deploy`
+ 11911 11 -> 12 Migration guide wrongly suggests Request.getHttpURI as
replacement for HttpServletRequest.getRequestURL
+ 11917 Update XML configure.dtd locations to new jetty.org website
+ 11925 java.lang.NullPointerException: Cannot invoke
"String.startsWith(String)" because "etag" is null
+ 11932 Review HttpSender.ContentSender (and other ICB) to remove overridden
succeeded method
+ 11944 Jetty Part#delete() implementation throws IOException

jetty-12.0.10 - 30 May 2024
+ 1470 Replace Timer use with Jetty Scheduler
Expand All @@ -19,9 +41,9 @@ jetty-12.0.10 - 30 May 2024
request, causing NPE
+ 11761 Update documentation for #10077
+ 11763 Race condition in QoSHandler
+ 11766 Ensure ReadListener is nulled out when AsyncContext is completed.
+ 11766 Ensure ReadListener is nulled out when AsyncContext is completed
+ 11767 Backward compat API WebAppContext.getServerClassMatcher() is not
updating the WebAppClassloader
updating the WebAppClassloader
+ 11776 NPE from `org.eclipse.jetty.ee8.nested.Request.getRequestURL`
+ 11778 jetty-http-spi does not properly provide SPI for modules
+ 11791 How to configure Jetty Server v12 ee10 for serving multiple static
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.11-SNAPSHOT</version>
<version>12.0.12-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.11-SNAPSHOT</version>
<version>12.0.12-SNAPSHOT</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.11-SNAPSHOT</version>
<version>12.0.12-SNAPSHOT</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.11-SNAPSHOT</version>
<version>12.0.12-SNAPSHOT</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.11-SNAPSHOT</version>
<version>12.0.12-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.11-SNAPSHOT</version>
<version>12.0.12-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.11-SNAPSHOT</version>
<version>12.0.12-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.11-SNAPSHOT</version>
<version>12.0.12-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.11-SNAPSHOT</version>
<version>12.0.12-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.11-SNAPSHOT</version>
<version>12.0.12-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.11-SNAPSHOT</version>
<version>12.0.12-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.11-SNAPSHOT</version>
<version>12.0.12-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.11-SNAPSHOT</version>
<version>12.0.12-SNAPSHOT</version>
</parent>
<artifactId>jetty-alpn</artifactId>
<packaging>pom</packaging>
Expand Down
Loading

0 comments on commit 347da8e

Please sign in to comment.