Skip to content

Commit 5bcdeb5

Browse files
committed
Updating to version 11.0.4
1 parent d96588e commit 5bcdeb5

File tree

151 files changed

+234
-224
lines changed

Some content is hidden

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

151 files changed

+234
-224
lines changed

VERSION.txt

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
jetty-11.0.4-SNAPSHOT
1+
jetty-11.0.4 - 04 June 2021
2+
+ 5379 Better handling for wrong SNI
3+
+ 5931 SslConnection should implement getBytesIn()/getBytesOut()
4+
+ 6112 Jetty logging service file leaking to web applications
5+
+ 6114 Jetty Deploy scan / symlink behavior is broken
6+
+ 6118 Display a warning when Hazelcast configuration does not contain Jetty
7+
session serializer
8+
+ 6276 Support non-standard domains in SNI and X509
9+
+ 6305 Optimise `ContextHandler.isProtectedTarget`
10+
+ 6323 HttpClient gets stuck/never calls onComplete() when multiple requests
11+
with timeouts are sent
12+
+ 6347 session-store-gcloud module broken logging dependency
13+
+ 6354 org.slfj osgi dependency imports packages at 2.0
214

315
jetty-11.0.3 - 20 May 2021
416
+ 3764 DeprecationWarning Decorator
@@ -52,7 +64,6 @@ jetty-10.0.3 - 20 May 2021
5264
+ 6099 Cipher preference may break SNI if certificates have different key
5365
types
5466
+ 6105 HttpConnection.getBytesIn() incorrect for requests with chunked content
55-
5667
+ 6106 WebSocket/CDI integration is broken in Jetty 10
5768
+ 6132 Ambiguous segment in URI in DELETE
5869
/a/projects/foo/branches/refs%2Fheads%2Ftest request after upgrade from
@@ -92,7 +103,6 @@ jetty-9.4.41.v20210516 - 16 May 2021
92103
+ 6277 Better handle exceptions thrown from session destroy listener
93104
+ 6280 Copy ServletHolder class/instance properly during startWebapp
94105

95-
96106
jetty-11.0.2 - 26 March 2021
97107
+ 4275 Path Normalization/Traversal - Context Matching
98108
+ 5828 Allow to create a WebSocketContainer passing HttpClient
@@ -343,7 +353,7 @@ jetty-11.0.0.beta1 - 10 July 2020
343353
SETTINGS Frame.
344354
+ 4903 Give better errors for non public Websocket Endpoints
345355
+ 4904 WebsocketClient creates more connections than needed
346-
+ 4907
356+
+ 4907
347357
org.eclipse.jetty.websocket.tests.SuspendResumeTest#testSuspendAfterClose
348358
+ 4920 Restore ability to delete sessions on stop
349359
+ 4921 Quickstart run improperly runs dynamically added context initializers
@@ -730,7 +740,6 @@ jetty-10.0.0.beta1 - 10 July 2020
730740
+ 5000 NPE from Server.dump of FilterMapping
731741
+ 5018 WebSocketClient upgrade request timeout not configurable
732742

733-
734743
jetty-9.4.32.v20200930 - 30 September 2020
735744
+ 2796 HTTP/2 max local stream count exceeded when request fails
736745
+ 3766 Introduce HTTP/2 API to batch frames
@@ -4395,7 +4404,7 @@ jetty-9.1.2.v20140210 - 10 February 2014
43954404
+ 423421 remove org.slf4j and org.ow2.asm from jetty-all artifact
43964405
+ 424171 Old javax.activation jar interferes with email sending
43974406
+ 424562 JDBCSessionManager.setNodeIdInSessionId(true) does not work
4398-
+ 425275
4407+
+ 425275
43994408
org.eclipse.jetty.osgi.annotations.AnnotationConfiguration.BundleParserTask.getStatistic()
44004409
returns null when debug is enabled.
44014410
+ 425638 Fixed monitor module/xml typos
@@ -4698,7 +4707,7 @@ jetty-9.0.6.v20130930 - 30 September 2013
46984707
in the value
46994708
+ 415192 <jsp-file> maps to JspPropertyGroupServlet instead of JspServlet
47004709
+ 415194 Deployer gives management of context to context collection
4701-
+ 415302
4710+
+ 415302
47024711
+ 415330 Avoid multiple callbacks at EOF
47034712
+ 415401 Add initalizeDefaults call to SpringConfigurationProcessor
47044713
+ 415548 migrate ProxyHTTPToSPDYTest to use HttpClient to avoid intermittent
@@ -4838,7 +4847,7 @@ jetty-9.1.0.M0 - 16 September 2013
48384847
+ 415131 Avoid autoboxing on debug
48394848
+ 415192 <jsp-file> maps to JspPropertyGroupServlet instead of JspServlet
48404849
+ 415194 Deployer gives management of context to context collection
4841-
+ 415302
4850+
+ 415302
48424851
+ 415314 Jetty should not commit response on output if <
48434852
Response.setBufferSize() bytes are written
48444853
+ 415330 Avoid multiple callbacks at EOF
@@ -12017,3 +12026,4 @@ jetty-1.0 - 01 January 1998
1201712026
+ Won the Australian Java Programming Contest!
1201812027
+ HTTP Server
1201912028
+ Issue tracking application
12029+

apache-jsp/pom.xml

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
5+
<version>11.0.4</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

build-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>build-resources</artifactId>
5-
<version>11.0.4-SNAPSHOT</version>
5+
<version>11.0.4</version>
66
<name>Jetty :: Build Resources</name>
77
<packaging>jar</packaging>
88

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

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
5+
<version>11.0.4</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

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

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
5+
<version>11.0.4</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

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

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
5+
<version>11.0.4</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

demos/demo-async-rest/pom.xml

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
5+
<version>11.0.4</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

demos/demo-jaas-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
7+
<version>11.0.4</version>
88
</parent>
99
<artifactId>demo-jaas-webapp</artifactId>
1010
<name>Demo :: JAAS :: WebApp</name>

demos/demo-jetty-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
6+
<version>11.0.4</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

demos/demo-jndi-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
7+
<version>11.0.4</version>
88
</parent>
99
<artifactId>demo-jndi-webapp</artifactId>
1010
<name>Demo :: JNDI :: WebApp</name>

demos/demo-jsp-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
6+
<version>11.0.4</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

demos/demo-mock-resources/pom.xml

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
6+
<version>11.0.4</version>
77
</parent>
88
<name>Demo :: Mock Resources</name>
99
<artifactId>demo-mock-resources</artifactId>

demos/demo-proxy-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
6+
<version>11.0.4</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>demo-proxy-webapp</artifactId>

demos/demo-simple-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
6+
<version>11.0.4</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

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

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
6+
<version>11.0.4</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<artifactId>demo-container-initializer</artifactId>

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

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
7+
<version>11.0.4</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<name>Demo :: Servlet Spec :: Webapp</name>

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

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
6+
<version>11.0.4</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99

demos/demo-spec/pom.xml

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
7+
<version>11.0.4</version>
88
</parent>
99
<name>Demo :: Servlet Spec</name>
1010
<artifactId>demo-spec</artifactId>

demos/embedded/pom.xml

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
5+
<version>11.0.4</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>demos-jetty-embedded</artifactId>

demos/pom.xml

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
6+
<version>11.0.4</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

documentation/jetty-asciidoctor-extensions/pom.xml

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
6+
<version>11.0.4</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

documentation/jetty-documentation/pom.xml

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
6+
<version>11.0.4</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

documentation/pom.xml

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
6+
<version>11.0.4</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

glassfish-jstl/pom.xml

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
5+
<version>11.0.4</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>glassfish-jstl</artifactId>

javadoc/pom.xml

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
6+
<version>11.0.4</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

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

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
5+
<version>11.0.4</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>jetty-alpn-client</artifactId>

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

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
7+
<version>11.0.4</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

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

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
6+
<version>11.0.4</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

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

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
7+
<version>11.0.4</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

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

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
6+
<version>11.0.4</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

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

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
5+
<version>11.0.4</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>jetty-alpn-server</artifactId>

jetty-alpn/pom.xml

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
5+
<version>11.0.4</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>jetty-alpn-parent</artifactId>

jetty-annotations/pom.xml

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
5+
<version>11.0.4</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

jetty-ant/pom.xml

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
5+
<version>11.0.4</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>jetty-ant</artifactId>

0 commit comments

Comments
 (0)