Skip to content

Commit 526006e

Browse files
committed
Updating to version 9.4.43.v20210629
1 parent 40535f1 commit 526006e

File tree

139 files changed

+214
-206
lines changed

Some content is hidden

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

139 files changed

+214
-206
lines changed

VERSION.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
jetty-9.4.43-SNAPSHOT
1+
jetty-9.4.43.v20210629 - 30 June 2021
2+
+ 6379 Reduce contention in all `ByteBufferPool` implementations
3+
+ 6382 HttpClient TimeoutException message reports transient values
4+
+ 6400 QueuedThreadPool interrupts pool threads when stopped with zero timeout
5+
+ 6425 Update to asm 9.1
6+
+ 6447 Deprecate support for UTF16 encoding in URIs
7+
+ 6470 java.nio.ReadOnlyBufferException
8+
+ 6473 Improve alias checking in PathResource
29

310
jetty-9.4.42.v20210604 - 04 June 2021
411
+ 5379 Better handling for wrong SNI
@@ -19,7 +26,8 @@ jetty-9.4.41.v20210516 - 16 May 2021
1926
+ 6227 Better resolve race between `AsyncListener.onTimeout` and
2027
`AsyncContext.dispatch`
2128
+ 6254 Total timeout not enforced for queued requests
22-
+ 6263 Review URI encoding in ConcatServlet & WelcomeFilter (Resolved CVE-2021-28169)
29+
+ 6263 Review URI encoding in ConcatServlet & WelcomeFilter (Resolved
30+
CVE-2021-28169)
2331
+ 6277 Better handle exceptions thrown from session destroy listener
2432
+ 6280 Copy ServletHolder class/instance properly during startWebapp
2533

aggregates/jetty-all-compact3/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>9.4.43-SNAPSHOT</version>
5+
<version>9.4.43.v20210629</version>
66
<relativePath>../../pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

aggregates/jetty-all/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>9.4.43-SNAPSHOT</version>
5+
<version>9.4.43.v20210629</version>
66
<relativePath>../../pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

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>9.4.43-SNAPSHOT</version>
5+
<version>9.4.43.v20210629</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>apache-jsp</artifactId>

apache-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>9.4.43-SNAPSHOT</version>
5+
<version>9.4.43.v20210629</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>apache-jstl</artifactId>

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>9.4.43-SNAPSHOT</version>
5+
<version>9.4.43.v20210629</version>
66
<packaging>jar</packaging>
77
<name>Jetty :: Build Resources</name>
88

examples/async-rest/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</groupId>
44
<artifactId>example-async-rest</artifactId>
5-
<version>9.4.43-SNAPSHOT</version>
5+
<version>9.4.43.v20210629</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

examples/async-rest/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</groupId>
44
<artifactId>example-async-rest</artifactId>
5-
<version>9.4.43-SNAPSHOT</version>
5+
<version>9.4.43.v20210629</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

examples/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.examples</groupId>
44
<artifactId>examples-parent</artifactId>
5-
<version>9.4.43-SNAPSHOT</version>
5+
<version>9.4.43.v20210629</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

examples/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.examples</groupId>
44
<artifactId>examples-parent</artifactId>
5-
<version>9.4.43-SNAPSHOT</version>
5+
<version>9.4.43.v20210629</version>
66
<relativePath>../pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

examples/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>9.4.43-SNAPSHOT</version>
6+
<version>9.4.43.v20210629</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>9.4.43-SNAPSHOT</version>
5+
<version>9.4.43.v20210629</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>9.4.43-SNAPSHOT</version>
7+
<version>9.4.43.v20210629</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>9.4.43-SNAPSHOT</version>
6+
<version>9.4.43.v20210629</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>9.4.43-SNAPSHOT</version>
7+
<version>9.4.43.v20210629</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>9.4.43-SNAPSHOT</version>
6+
<version>9.4.43.v20210629</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

jetty-alpn/jetty-alpn-openjdk8-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>9.4.43-SNAPSHOT</version>
7+
<version>9.4.43.v20210629</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

jetty-alpn/jetty-alpn-openjdk8-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>9.4.43-SNAPSHOT</version>
6+
<version>9.4.43.v20210629</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>9.4.43-SNAPSHOT</version>
5+
<version>9.4.43.v20210629</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>9.4.43-SNAPSHOT</version>
5+
<version>9.4.43.v20210629</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>9.4.43-SNAPSHOT</version>
5+
<version>9.4.43.v20210629</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>jetty-annotations</artifactId>

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>9.4.43-SNAPSHOT</version>
5+
<version>9.4.43.v20210629</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>jetty-ant</artifactId>

0 commit comments

Comments
 (0)