Skip to content

Commit

Permalink
Updating to version 11.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Jun 27, 2024
1 parent f12d73c commit e711d4c
Show file tree
Hide file tree
Showing 174 changed files with 258 additions and 257 deletions.
5 changes: 3 additions & 2 deletions VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
jetty-11.0.22-SNAPSHOT
jetty-11.0.22 - 27 June 2024
+ 11917 Update XML configure.dtd locations to new jetty.org website

jetty-11.0.21 - 14 May 2024
+ 10805 Jetty response with an invalid HTTP2 packet if the client set the
hpack table size as 0
+ 11527 Reduce ByteBuffer churning in HttpOutput
+ 11634 Socks5Proxy does not support IP addresses with IP segments above 127
+ 11656 Upgrade jetty-quiche-native to version 0.21.0
+ 11782 HttpExchange retained by HttpSenderOverHTTP which caused memory leak
+ 11782 HttpExchange retained by HttpSenderOverHTTP which caused memory leak

jetty-11.0.20 - 29 January 2024
+ 11081 Dropped WebSocket messages due to race condition in WebSocket frame
Expand Down
2 changes: 1 addition & 1 deletion apache-jsp/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>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
</parent>
<artifactId>apache-jsp</artifactId>
<name>Jetty :: Apache JSP Implementation</name>
Expand Down
2 changes: 1 addition & 1 deletion 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>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
<packaging>jar</packaging>
<name>Jetty :: Build Resources</name>

Expand Down
2 changes: 1 addition & 1 deletion demos/demo-async-rest/demo-async-rest-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jetty.demos</groupId>
<artifactId>demo-async-rest-parent</artifactId>
<version>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
</parent>
<artifactId>demo-async-rest-jar</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-async-rest/demo-async-rest-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jetty.demos</groupId>
<artifactId>demo-async-rest-parent</artifactId>
<version>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
</parent>
<artifactId>demo-async-rest-server</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-async-rest/demo-async-rest-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jetty.demos</groupId>
<artifactId>demo-async-rest-parent</artifactId>
<version>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
</parent>
<artifactId>demo-async-rest-webapp</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-async-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jetty.demos</groupId>
<artifactId>demos-parent</artifactId>
<version>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
</parent>
<artifactId>demo-async-rest-parent</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-jaas-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.jetty.demos</groupId>
<artifactId>demos-parent</artifactId>
<version>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
</parent>
<artifactId>demo-jaas-webapp</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-jetty-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.jetty.demos</groupId>
<artifactId>demos-parent</artifactId>
<version>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>demo-jetty-webapp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-jndi-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.jetty.demos</groupId>
<artifactId>demos-parent</artifactId>
<version>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
</parent>
<artifactId>demo-jndi-webapp</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-jsp-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jetty.demos</groupId>
<artifactId>demos-parent</artifactId>
<version>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
</parent>
<artifactId>demo-jsp-webapp</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-mock-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.jetty.demos</groupId>
<artifactId>demos-parent</artifactId>
<version>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
</parent>
<artifactId>demo-mock-resources</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-proxy-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.jetty.demos</groupId>
<artifactId>demos-parent</artifactId>
<version>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
</parent>
<artifactId>demo-proxy-webapp</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-simple-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jetty.demos</groupId>
<artifactId>demos-parent</artifactId>
<version>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
</parent>
<artifactId>demo-simple-webapp</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-spec/demo-container-initializer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.jetty.demos</groupId>
<artifactId>demos-parent</artifactId>
<version>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>demo-container-initializer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-spec/demo-spec-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.jetty.demos</groupId>
<artifactId>demos-parent</artifactId>
<version>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>demo-spec-webapp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-spec/demo-web-fragment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.jetty.demos</groupId>
<artifactId>demos-parent</artifactId>
<version>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>demo-web-fragment</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.jetty.demos</groupId>
<artifactId>demos-parent</artifactId>
<version>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
</parent>
<artifactId>demo-spec</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion demos/embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.jetty.demos</groupId>
<artifactId>demos-parent</artifactId>
<version>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
</parent>
<artifactId>demos-jetty-embedded</artifactId>
<name>Demo :: Embedded Jetty</name>
Expand Down
2 changes: 1 addition & 1 deletion demos/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>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
</parent>
<groupId>org.eclipse.jetty.demos</groupId>
<artifactId>demos-parent</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-parent</artifactId>
<version>11.0.22-SNAPSHOT</version>
<version>11.0.22</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-parent</artifactId>
<version>11.0.22-SNAPSHOT</version>
<version>11.0.22</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>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
</parent>
<groupId>org.eclipse.jetty.documentation</groupId>
<artifactId>documentation-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion glassfish-jstl/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-project</artifactId>
<version>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
</parent>
<artifactId>glassfish-jstl</artifactId>
<packaging>jar</packaging>
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>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
</parent>
<artifactId>javadoc</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion 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-parent</artifactId>
<version>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
</parent>
<artifactId>jetty-alpn-client</artifactId>
<name>Jetty :: ALPN :: Client</name>
Expand Down
2 changes: 1 addition & 1 deletion 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-parent</artifactId>
<version>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
</parent>
<artifactId>jetty-alpn-conscrypt-client</artifactId>
<name>Jetty :: ALPN :: Conscrypt Client Implementation</name>
Expand Down
2 changes: 1 addition & 1 deletion 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-parent</artifactId>
<version>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
</parent>
<artifactId>jetty-alpn-conscrypt-server</artifactId>
<name>Jetty :: ALPN :: Conscrypt Server Implementation</name>
Expand Down
2 changes: 1 addition & 1 deletion 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-parent</artifactId>
<version>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
</parent>
<artifactId>jetty-alpn-java-client</artifactId>
<name>Jetty :: ALPN :: JDK9 Client Implementation</name>
Expand Down
2 changes: 1 addition & 1 deletion 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-parent</artifactId>
<version>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
</parent>
<artifactId>jetty-alpn-java-server</artifactId>
<name>Jetty :: ALPN :: JDK9 Server Implementation</name>
Expand Down
2 changes: 1 addition & 1 deletion 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-parent</artifactId>
<version>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
</parent>
<artifactId>jetty-alpn-server</artifactId>
<name>Jetty :: ALPN :: Server</name>
Expand Down
2 changes: 1 addition & 1 deletion 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-project</artifactId>
<version>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
</parent>
<artifactId>jetty-alpn-parent</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jetty-annotations/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>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
</parent>
<artifactId>jetty-annotations</artifactId>
<name>Jetty :: Servlet Annotations</name>
Expand Down
2 changes: 1 addition & 1 deletion jetty-ant/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-project</artifactId>
<version>11.0.22-SNAPSHOT</version>
<version>11.0.22</version>
</parent>
<artifactId>jetty-ant</artifactId>
<packaging>jar</packaging>
Expand Down
Loading

0 comments on commit e711d4c

Please sign in to comment.