Skip to content

Commit 3886ac5

Browse files
authored
Merge Release 9.4.47 back into jetty-9.4.x (#8179)
* Updating to version 9.4.48-SNAPSHOT
1 parent abd634e commit 3886ac5

File tree

140 files changed

+224
-207
lines changed

Some content is hidden

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

140 files changed

+224
-207
lines changed

VERSION.txt

+19-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
1-
jetty-9.4.47-SNAPSHOT
1+
jetty-9.4.48-SNAPSHOT
2+
3+
jetty-9.4.47.v20220610 - 10 June 2022
4+
+ 4717 High CPU spikes with jetty winstone threads
5+
+ 7748 Allow overriding of url-pattern mapping in ServletContextHandler to
6+
allow for regex or uri-template matching
7+
+ 7801 Session cookie can be set twice after session id changed
8+
+ 7855 Remove accidentally included package-info.class in all packages
9+
+ 7858 GZipHandler does not play nice with other handlers in HandlerCollection
10+
+ 7863 Default servlet drops first accept-encoding header if there is more
11+
than one.
12+
+ 7918 PathMappings.asPathSpec does not allow root ServletPathSpec
13+
+ 7935 Review HTTP/2 error handling
14+
+ 8014 Review HttpRequest URI construction
15+
+ 8067 Wall time usage in DoSFilter RateTracker results in false positive
16+
alert
17+
+ 8088 Add option to configure exitVm on ShutdownMonitor from System
18+
properties
219

320
jetty-9.4.46.v20220331 - 31 March 2022
421
+ 5965 Option --write-module-graph produces wrong .dot file
5-
+ 6756 Deprecate `/jetty-spring/` artifact in `jetty-9.4.x` releases.
22+
+ 6756 Deprecate `/jetty-spring/` artifact in `jetty-9.4.x` releases
623
+ 7518 ArrayTrie getBest fails to match the empty string entry in certain
724
cases
825
+ 7548 Interrupt flag is not always cleared in between requests

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

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

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

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

build-resources/pom.xml

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

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

88
<modelVersion>4.0.0</modelVersion>

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

88
<modelVersion>4.0.0</modelVersion>

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

88
<modelVersion>4.0.0</modelVersion>

examples/embedded/pom.xml

+1-1
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.47-SNAPSHOT</version>
5+
<version>9.4.48-SNAPSHOT</version>
66
<relativePath>../pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

examples/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>9.4.47-SNAPSHOT</version>
6+
<version>9.4.48-SNAPSHOT</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>9.4.47-SNAPSHOT</version>
5+
<version>9.4.48-SNAPSHOT</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>9.4.47-SNAPSHOT</version>
7+
<version>9.4.48-SNAPSHOT</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>9.4.47-SNAPSHOT</version>
6+
<version>9.4.48-SNAPSHOT</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>9.4.47-SNAPSHOT</version>
7+
<version>9.4.48-SNAPSHOT</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>9.4.47-SNAPSHOT</version>
6+
<version>9.4.48-SNAPSHOT</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

jetty-alpn/jetty-alpn-openjdk8-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>9.4.47-SNAPSHOT</version>
7+
<version>9.4.48-SNAPSHOT</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

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

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

0 commit comments

Comments
 (0)