Skip to content

Commit bedff45

Browse files
committed
Updating to version 11.0.16
1 parent d3fbcaf commit bedff45

File tree

174 files changed

+305
-258
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

174 files changed

+305
-258
lines changed

VERSION.txt

+50-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,52 @@
1-
jetty-11.0.16-SNAPSHOT
2-
+ Jan is now using IntelliJ!
1+
jetty-11.0.16 - 25 August 2023
2+
+ 6140 Report total number of keys in SelectorManager
3+
+ 7091 Add SOCKS5 support
4+
+ 8405 Servlet 3.1 ReadListener.onAllDataRead() is called twice under h2 or
5+
h2c if the server doesn't respond within 30s
6+
+ 8556 ServletContext.getSessionTimeout() incorrectly throws
7+
IllegalStateException
8+
+ 8694 Make QuicServerConnector respect configured key store instances
9+
+ 8926 HttpClient GZIPContentDecoder should remove Content-Length and
10+
Content-Encoding: gzip
11+
+ 9150 jetty-http-spi: Jetty's implementation of HttpExchange.setStreams
12+
method faulty
13+
+ 9386 SSL reports deprecated setting, but ssl.ini still uses it
14+
+ 9397 HTTP/3 encryption configuration
15+
+ 9476 onCompleteFailure called multiple times
16+
+ 9524 InputStreamResponseListener's InputStream creates an exception on
17+
close()
18+
+ 9554 Move (qpack/hpack) HuffmanDecoder / HuffmanEncoder / NBitInteger* to
19+
common location
20+
+ 9682 RetainableByteBuffer buffer release bug in WebSocket
21+
+ 9685 Jetty doesn't set the date header on error responses
22+
+ 9720 Http2Session.streamIdleTimeout should permit being disabled from
23+
AbstractHTTP2ServerConnectionFactory
24+
+ 9772 Improve Quiche certificates deployment
25+
+ 9777 CrossOriginFilter does not return Vary header on no-cors mode
26+
+ 9795 http3-server is leaking the Jetty logging service to web applications
27+
+ 9887 Deprecate CGI Servlet
28+
+ 9895 A MessageTooLargeException doesn't close a WebSocket connection
29+
+ 9947 Cannot invoke "org.eclipse.jetty.io.ManagedSelector.getTotalKeys()"
30+
because "selector" is null
31+
+ 9990 Server rejects certain sizes of streamed request bodies
32+
+ 10066 Allow `SAXParserFactory` or `SAXParser` to be configured in Jetty's
33+
`XmlParser` class
34+
+ 10086 Revisiting ProxyConfiguration.getProxies()
35+
+ 10105 Document that Request objects are not reusable
36+
+ 10120 OutOfMemoryError caused by CyclicTimeouts
37+
+ 10135 Websocket: Using PerMessageDeflateExtension and flush in batchMode
38+
send FLUSH_FRAME to client.
39+
+ 10143 Startup fails due to IllegalArgumentException: Comparison method
40+
violates its general contract
41+
+ 10145 WritePendingException over HTTP/2 tunnel
42+
+ 10160 Verify PROXY_AUTHENTICATION is sent to forward proxies
43+
+ 10211 NPE in ArrayByteBufferPool.findOldestEntry()
44+
+ 10312 Remove jetty-home-with-docs to eliminate build time cyclic
45+
dependencies
46+
+ 10350 Support Java 21 virtual threads
47+
+ 10352 various cleanups in `HttpParser`
48+
+ 10388 Jetty10 inetaccess mod started error
49+
+ 10397 Iso88591StringBuilder.append seems to have a logic error
350

451
jetty-11.0.15 - 11 April 2023
552
+ 6184 Remove usages of classes associated with JEP-411 that deprecate/remove
@@ -1086,7 +1133,7 @@ jetty-11.0.0.beta1 - 10 July 2020
10861133
SETTINGS Frame.
10871134
+ 4903 Give better errors for non public Websocket Endpoints
10881135
+ 4904 WebsocketClient creates more connections than needed
1089-
+ 4907
1136+
+ 4907
10901137
org.eclipse.jetty.websocket.tests.SuspendResumeTest#testSuspendAfterClose
10911138
+ 4920 Restore ability to delete sessions on stop
10921139
+ 4921 Quickstart run improperly runs dynamically added context initializers

apache-jsp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>jetty-project</artifactId>
5-
<version>11.0.16-SNAPSHOT</version>
5+
<version>11.0.16</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

build-resources/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-->
88
<groupId>org.eclipse.jetty</groupId>
99
<artifactId>build-resources</artifactId>
10-
<version>11.0.16-SNAPSHOT</version>
10+
<version>11.0.16</version>
1111
<name>Jetty :: Build Resources</name>
1212
<packaging>jar</packaging>
1313

demos/demo-async-rest/demo-async-rest-jar/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty.demos</groupId>
44
<artifactId>demo-async-rest-parent</artifactId>
5-
<version>11.0.16-SNAPSHOT</version>
5+
<version>11.0.16</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

demos/demo-async-rest/demo-async-rest-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty.demos</groupId>
44
<artifactId>demo-async-rest-parent</artifactId>
5-
<version>11.0.16-SNAPSHOT</version>
5+
<version>11.0.16</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

demos/demo-async-rest/demo-async-rest-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty.demos</groupId>
44
<artifactId>demo-async-rest-parent</artifactId>
5-
<version>11.0.16-SNAPSHOT</version>
5+
<version>11.0.16</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

demos/demo-async-rest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty.demos</groupId>
44
<artifactId>demos-parent</artifactId>
5-
<version>11.0.16-SNAPSHOT</version>
5+
<version>11.0.16</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

demos/demo-jaas-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.jetty.demos</groupId>
66
<artifactId>demos-parent</artifactId>
7-
<version>11.0.16-SNAPSHOT</version>
7+
<version>11.0.16</version>
88
</parent>
99
<artifactId>demo-jaas-webapp</artifactId>
1010
<name>Demo :: JAAS :: WebApp</name>

demos/demo-jetty-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty.demos</groupId>
55
<artifactId>demos-parent</artifactId>
6-
<version>11.0.16-SNAPSHOT</version>
6+
<version>11.0.16</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

demos/demo-jndi-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.jetty.demos</groupId>
66
<artifactId>demos-parent</artifactId>
7-
<version>11.0.16-SNAPSHOT</version>
7+
<version>11.0.16</version>
88
</parent>
99
<artifactId>demo-jndi-webapp</artifactId>
1010
<name>Demo :: JNDI :: WebApp</name>

demos/demo-jsp-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty.demos</groupId>
55
<artifactId>demos-parent</artifactId>
6-
<version>11.0.16-SNAPSHOT</version>
6+
<version>11.0.16</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

demos/demo-mock-resources/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty.demos</groupId>
55
<artifactId>demos-parent</artifactId>
6-
<version>11.0.16-SNAPSHOT</version>
6+
<version>11.0.16</version>
77
</parent>
88
<name>Demo :: Mock Resources</name>
99
<artifactId>demo-mock-resources</artifactId>

demos/demo-proxy-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty.demos</groupId>
55
<artifactId>demos-parent</artifactId>
6-
<version>11.0.16-SNAPSHOT</version>
6+
<version>11.0.16</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>demo-proxy-webapp</artifactId>

demos/demo-simple-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty.demos</groupId>
55
<artifactId>demos-parent</artifactId>
6-
<version>11.0.16-SNAPSHOT</version>
6+
<version>11.0.16</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

demos/demo-spec/demo-container-initializer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty.demos</groupId>
55
<artifactId>demos-parent</artifactId>
6-
<version>11.0.16-SNAPSHOT</version>
6+
<version>11.0.16</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<artifactId>demo-container-initializer</artifactId>

demos/demo-spec/demo-spec-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.jetty.demos</groupId>
66
<artifactId>demos-parent</artifactId>
7-
<version>11.0.16-SNAPSHOT</version>
7+
<version>11.0.16</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<name>Demo :: Servlet Spec :: Webapp</name>

demos/demo-spec/demo-web-fragment/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty.demos</groupId>
55
<artifactId>demos-parent</artifactId>
6-
<version>11.0.16-SNAPSHOT</version>
6+
<version>11.0.16</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99

demos/demo-spec/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.jetty.demos</groupId>
66
<artifactId>demos-parent</artifactId>
7-
<version>11.0.16-SNAPSHOT</version>
7+
<version>11.0.16</version>
88
</parent>
99
<name>Demo :: Servlet Spec</name>
1010
<artifactId>demo-spec</artifactId>

demos/embedded/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty.demos</groupId>
44
<artifactId>demos-parent</artifactId>
5-
<version>11.0.16-SNAPSHOT</version>
5+
<version>11.0.16</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>demos-jetty-embedded</artifactId>

demos/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty</groupId>
55
<artifactId>jetty-project</artifactId>
6-
<version>11.0.16-SNAPSHOT</version>
6+
<version>11.0.16</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

documentation/jetty-asciidoctor-extensions/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty.documentation</groupId>
55
<artifactId>documentation-parent</artifactId>
6-
<version>11.0.16-SNAPSHOT</version>
6+
<version>11.0.16</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

documentation/jetty-documentation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty.documentation</groupId>
55
<artifactId>documentation-parent</artifactId>
6-
<version>11.0.16-SNAPSHOT</version>
6+
<version>11.0.16</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

documentation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty</groupId>
55
<artifactId>jetty-project</artifactId>
6-
<version>11.0.16-SNAPSHOT</version>
6+
<version>11.0.16</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

glassfish-jstl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>jetty-project</artifactId>
5-
<version>11.0.16-SNAPSHOT</version>
5+
<version>11.0.16</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>glassfish-jstl</artifactId>

javadoc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty</groupId>
55
<artifactId>jetty-project</artifactId>
6-
<version>11.0.16-SNAPSHOT</version>
6+
<version>11.0.16</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

jetty-alpn/jetty-alpn-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>jetty-alpn-parent</artifactId>
5-
<version>11.0.16-SNAPSHOT</version>
5+
<version>11.0.16</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>jetty-alpn-client</artifactId>

jetty-alpn/jetty-alpn-conscrypt-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.jetty</groupId>
66
<artifactId>jetty-alpn-parent</artifactId>
7-
<version>11.0.16-SNAPSHOT</version>
7+
<version>11.0.16</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

jetty-alpn/jetty-alpn-conscrypt-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty</groupId>
55
<artifactId>jetty-alpn-parent</artifactId>
6-
<version>11.0.16-SNAPSHOT</version>
6+
<version>11.0.16</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

jetty-alpn/jetty-alpn-java-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.jetty</groupId>
66
<artifactId>jetty-alpn-parent</artifactId>
7-
<version>11.0.16-SNAPSHOT</version>
7+
<version>11.0.16</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

jetty-alpn/jetty-alpn-java-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty</groupId>
55
<artifactId>jetty-alpn-parent</artifactId>
6-
<version>11.0.16-SNAPSHOT</version>
6+
<version>11.0.16</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

jetty-alpn/jetty-alpn-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>jetty-alpn-parent</artifactId>
5-
<version>11.0.16-SNAPSHOT</version>
5+
<version>11.0.16</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>jetty-alpn-server</artifactId>

jetty-alpn/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>jetty-project</artifactId>
5-
<version>11.0.16-SNAPSHOT</version>
5+
<version>11.0.16</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>jetty-alpn-parent</artifactId>

jetty-annotations/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>jetty-project</artifactId>
5-
<version>11.0.16-SNAPSHOT</version>
5+
<version>11.0.16</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

jetty-ant/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>jetty-project</artifactId>
5-
<version>11.0.16-SNAPSHOT</version>
5+
<version>11.0.16</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>jetty-ant</artifactId>

0 commit comments

Comments
 (0)