Skip to content

Commit 5bc5e56

Browse files
committed
Updating to version 11.0.15
1 parent a77c879 commit 5bc5e56

174 files changed

Lines changed: 270 additions & 256 deletions

File tree

Some content is hidden

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

VERSION.txt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
jetty-11.0.15-SNAPSHOT
1+
jetty-11.0.15 - 11 April 2023
2+
+ 6184 Remove usages of classes associated with JEP-411 that deprecate/remove
3+
the SecurityManager from the JVM
4+
+ 6483 Jetty http client SSL connectivity over CNTLM proxy fails
5+
+ 9237 Decouple QTP `idleTimeout` from pool shrink rate
6+
+ 9309 `jetty.sh` cannot handle complex Jetty properties from `start.d/*.ini`
7+
+ 9400 Jetty logs warning with stacktrace when annotation parser encounters
8+
module-info.class file inside elasticsearch-x-content jar
9+
+ 9464 Respect expiry time of ID token
10+
+ 9468 Jetty 11.0.14 is less tolerant of non-compliant cookies than 11.0.13
11+
+ 9497 Maven plugin effective web xml: add support for jar projects
12+
+ 9501 jetty client with proxy - ssl traffic between both proxy and servers
13+
+ 9517 Jetty 10.0.14 uses wrong pathSpec for request
14+
+ 9556 Password Util does not ask for password
15+
+ Jetty-10 null
216

317
jetty-11.0.14 - 22 February 2023
418
+ 7650 QueuedThreadPool: Stopped without executing or closing null

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.15-SNAPSHOT</version>
5+
<version>11.0.15</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
@@ -7,7 +7,7 @@
77
-->
88
<groupId>org.eclipse.jetty</groupId>
99
<artifactId>build-resources</artifactId>
10-
<version>11.0.15-SNAPSHOT</version>
10+
<version>11.0.15</version>
1111
<name>Jetty :: Build Resources</name>
1212
<packaging>jar</packaging>
1313

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.15-SNAPSHOT</version>
5+
<version>11.0.15</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.15-SNAPSHOT</version>
5+
<version>11.0.15</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.15-SNAPSHOT</version>
5+
<version>11.0.15</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.15-SNAPSHOT</version>
5+
<version>11.0.15</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.15-SNAPSHOT</version>
7+
<version>11.0.15</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.15-SNAPSHOT</version>
6+
<version>11.0.15</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.15-SNAPSHOT</version>
7+
<version>11.0.15</version>
88
</parent>
99
<artifactId>demo-jndi-webapp</artifactId>
1010
<name>Demo :: JNDI :: WebApp</name>

0 commit comments

Comments
 (0)