Skip to content

Commit efe8023

Browse files
committed
Updating to version 12.0.9
1 parent 724273b commit efe8023

File tree

347 files changed

+510
-480
lines changed

Some content is hidden

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

347 files changed

+510
-480
lines changed

VERSION.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
jetty-12.0.9 - 03 May 2024
2+
+ 5944 Introduce alias --files for --download
3+
+ 5945 Introduce alias --skip-create-files to replace --skip-file-validation
4+
+ 5946 Introduce alias for --include-jetty-dir
5+
+ 9487 Jetty 12 - Upgrade Infinispan to version 15.x
6+
+ 11026 Start Stop issue with Jetty 12 - state file not deleted every time
7+
+ 11420 HTTP/3 Race with Dynamic Table referencing in QPackDecoder
8+
+ 11488 Inconsistent default port number in HttpURI and HostPort
9+
+ 11490 CustomRequestLog.ignorePath doesn't work as documented
10+
+ 11514 Start properties `jetty.webapp.addServerClasses` and
11+
`jetty.webapp.addSystemClasses` are not applied during ee8/ee9 deployments
12+
+ 11573 Introduce new `disable-urlcache` module to globally disable JVM URL
13+
caching of `jar` protocol references
14+
+ 11597 Document Request Customizers
15+
+ 11631 NPE in error handling leading to 100% CPU
16+
+ 11634 Socks5Proxy does not support IP addresses with IP segments above 127
17+
+ 11642 Restore jetty-ee8-runner
18+
+ 11648 Introduce new HttpDateTime class for parsing obsolete Date formats in
19+
HTTP and Cookie
20+
+ 11656 Upgrade jetty-quiche-native to version 0.21.0
21+
+ 11659 HTTP Fields with OWS (Optional WhiteSpace) in value are not properly
22+
parsed in Jetty 12
23+
+ 11679 Jetty 12.0.8 seems to leak connection when it encounters earlyEOF
24+
+ 11687 `HttpFields$Mutable$Wrapper.computeField()` incorrectly calls
25+
`onAddField()` when null is returned by `computeFn`
26+
+ 11699 new IllegalStateException when attempting to access Request/Response
27+
outside of Request Lifecycle
28+
+ 11705 jetty-decorate.xml and jetty-web-decorate.xml in jetty-deploy
29+
reference ee specific classes
30+
131
jetty-12.0.8 - 29 March 2024
232
+ 5857 Deprecate AbstractConnectionPool "callback" methods
333
+ 7647 Document org.eclipse.jetty.client.Socks4Proxy "secure" parameter

build/build-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
-->
99
<groupId>org.eclipse.jetty</groupId>
1010
<artifactId>build-resources</artifactId>
11-
<version>12.0.9-SNAPSHOT</version>
11+
<version>12.0.9</version>
1212
<packaging>jar</packaging>
1313
<name>Build :: Resources</name>
1414

build/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.jetty</groupId>
77
<artifactId>jetty-project</artifactId>
8-
<version>12.0.9-SNAPSHOT</version>
8+
<version>12.0.9</version>
99
</parent>
1010
<groupId>org.eclipse.jetty.build</groupId>
1111
<artifactId>build</artifactId>

build/scripts/release-jetty.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ reportMavenTestFailures() {
131131

132132
echo ""
133133
if proceedyn "Are you sure you want to release using above? (y/N)" n; then
134-
mvn clean install -pl build -Peclipse-release -Dmaven.build.cache.enabled=false
134+
mvn clean install -pl build/build-resources/ -Peclipse-release -Dmaven.build.cache.enabled=false
135135
echo ""
136136
if proceedyn "Update VERSION.txt for $VER_RELEASE? (Y/n)" y; then
137137
mvn -N -Pupdate-version generate-resources -Dmaven.build.cache.enabled=false

documentation/jetty-asciidoctor-extensions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.jetty.documentation</groupId>
77
<artifactId>documentation</artifactId>
8-
<version>12.0.9-SNAPSHOT</version>
8+
<version>12.0.9</version>
99
</parent>
1010
<artifactId>jetty-asciidoctor-extensions</artifactId>
1111
<packaging>jar</packaging>

documentation/jetty-documentation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.jetty.documentation</groupId>
77
<artifactId>documentation</artifactId>
8-
<version>12.0.9-SNAPSHOT</version>
8+
<version>12.0.9</version>
99
</parent>
1010
<artifactId>jetty-documentation</artifactId>
1111
<packaging>pom</packaging>

documentation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.jetty</groupId>
77
<artifactId>jetty-project</artifactId>
8-
<version>12.0.9-SNAPSHOT</version>
8+
<version>12.0.9</version>
99
</parent>
1010
<groupId>org.eclipse.jetty.documentation</groupId>
1111
<artifactId>documentation</artifactId>

javadoc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.jetty</groupId>
77
<artifactId>jetty-project</artifactId>
8-
<version>12.0.9-SNAPSHOT</version>
8+
<version>12.0.9</version>
99
</parent>
1010
<artifactId>javadoc</artifactId>
1111
<packaging>jar</packaging>

jetty-core/jetty-alpn/jetty-alpn-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</artifactId>
7-
<version>12.0.9-SNAPSHOT</version>
7+
<version>12.0.9</version>
88
</parent>
99
<artifactId>jetty-alpn-client</artifactId>
1010
<name>Core :: ALPN :: Client</name>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.eclipse.jetty</groupId>
88
<artifactId>jetty-alpn</artifactId>
9-
<version>12.0.9-SNAPSHOT</version>
9+
<version>12.0.9</version>
1010
</parent>
1111
<artifactId>jetty-alpn-conscrypt-client</artifactId>
1212
<name>Core :: ALPN :: Conscrypt Client</name>

0 commit comments

Comments
 (0)