Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge back release 12.0.13 #12245

Merged
merged 4 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
41 changes: 38 additions & 3 deletions VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,46 @@
jetty-12.0.13-SNAPSHOT
jetty-12.0.14-SNAPSHOT

jetty-12.0.13 - 03 September 2024
+ 3184 Make LifeCycle implement AutoCloseable
+ 3553 Support sslSession() in Jetty Client
+ 6514 How to warm up SslConnection
+ 9121 Jetty 12 - Flaky
BlockedWritesWithSmallThreadPoolTest.testServerThreadsBlockedInWrites()
+ 11322 Change jetty-nosql MongoDB dependency from unmaintained
mongo-java-driver to mongodb-driver-sync
+ 11408 Jetty start module property values with ${expr} are not being expanded
+ 11434 resolve differences in EE9/EE10/Core AliasCheckerSymlinkTests
+ 11822 h2 server responses exceeding SETTINGS_MAX_HEADER_LIST_SIZE do not
result in RST_STREAM or GOAWAY
+ 11926 File upload puzzle
+ 12063 Introduce Jetty module for HTTP/2 client dependencies
+ 12094 Possible regression in ContextFactory.getObjectInstance() between
Jetty 11.0.22 and 12.0.11
+ 12104 Error handling on ee9 / ee8 with HTTP/1.0 can result in an empty
`Connection: ` response header.
+ 12120 Introduce properties for cipher suites
+ 12122 NPE in HttpReceiver.responseContentAvailable()
+ 12124 JSP temp directory regression, possibly due to fix for #12044
+ 12128 How do I configure embedded Jetty to serve webjars?
+ 12154 Is it possible to define max number of virtual threads when
VirtualThreadsExecutor is enabled, i.e. max number of http requests being
handled in the same time?
+ 12158 Jetty12 migration help
+ 12163 HttpConfiguration dump is missing entries
+ 12171 QoSHandler does not resume on a virtual thread
+ 12173 Jetty Maven Plugin - jetty:run does not work with pom type
dependencies
+ 12175 `SslContextFactory` is hardcoded to use `Password`.
+ 12185 QosHandler suspend queue limit
+ 12207 Jetty Maven Plugin 12.x no longer configures `DefaultHandler`
+ 12212 ShutdownOutput for non-persistent HTTP/1 connections

jetty-12.0.12 - 25 July 2024
+ 265 --list-config license enhancement
+ 265 list-config license enhancement
+ 10904 jetty.sh reports FAILED too early
+ 11965 Client: Some HTTP/2 requests are never sent
+ 11996 mTLS: client cert verification for QUIC/HTTP3
+ 12000 Cannot use Paths that have spaces with `jetty-ee10-maven-plugin`
+ 12000 Cannot use Paths that have spaces with `jetty-ee10-maven-plugin`
+ 12018 NPE when passing null value to Request.param
+ 12019 External property file not being read
+ 12022 Intermittent NPE in OutputStream.close with GzipHandler
Expand Down
2 changes: 1 addition & 1 deletion build/build-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
-->
<groupId>org.eclipse.jetty</groupId>
<artifactId>build-resources</artifactId>
<version>12.0.13-SNAPSHOT</version>
<version>12.0.14-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Build :: Resources</name>

Expand Down
2 changes: 1 addition & 1 deletion build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
<version>12.0.13-SNAPSHOT</version>
<version>12.0.14-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jetty.build</groupId>
<artifactId>build</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions build/scripts/release-jetty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ if [ ! -d "$ALT_DEPLOY_DIR" ] ; then
fi

# DEPLOY_OPTS="-Dmaven.test.failure.ignore=true"
DEPLOY_OPTS="-DskipTests -Dasciidoctor.skip=false -Dmaven.build.cache.enabled=false"
DEPLOY_OPTS="-DskipTests -Dasciidoctor.skip=false -Dmaven.build.cache.enabled=false -DdeployAtEnd=true -DretryFailedDeploymentCount=3 "
Copy link
Member Author

@olamy olamy Sep 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@joakime do not be surprised during next release with deployAtEnd :)

# DEPLOY_OPTS="$DEPLOY_OPTS -DaltDeploymentRepository=intarget::default::file://$ALT_DEPLOY_DIR/"

# Uncomment for Java 1.7
export MAVEN_OPTS="-Xmx4g"
export MAVEN_OPTS="-Xmx8g -Xms8g -client"
joakime marked this conversation as resolved.
Show resolved Hide resolved

echo ""
echo "-----------------------------------------------"
Expand Down
2 changes: 1 addition & 1 deletion documentation/jetty/modules/code/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jetty.documentation</groupId>
<artifactId>documentation</artifactId>
<version>12.0.13-SNAPSHOT</version>
<version>12.0.14-SNAPSHOT</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>code-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion documentation/jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jetty.documentation</groupId>
<artifactId>documentation</artifactId>
<version>12.0.13-SNAPSHOT</version>
<version>12.0.14-SNAPSHOT</version>
</parent>
<artifactId>jetty</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
<version>12.0.13-SNAPSHOT</version>
<version>12.0.14-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jetty.documentation</groupId>
<artifactId>documentation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion javadoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
<version>12.0.13-SNAPSHOT</version>
<version>12.0.14-SNAPSHOT</version>
</parent>
<artifactId>javadoc</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jetty-core/jetty-alpn/jetty-alpn-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn</artifactId>
<version>12.0.13-SNAPSHOT</version>
<version>12.0.14-SNAPSHOT</version>
</parent>
<artifactId>jetty-alpn-client</artifactId>
<name>Core :: ALPN :: Client</name>
Expand Down
2 changes: 1 addition & 1 deletion jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn</artifactId>
<version>12.0.13-SNAPSHOT</version>
<version>12.0.14-SNAPSHOT</version>
</parent>
<artifactId>jetty-alpn-conscrypt-client</artifactId>
<name>Core :: ALPN :: Conscrypt Client</name>
Expand Down
2 changes: 1 addition & 1 deletion jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn</artifactId>
<version>12.0.13-SNAPSHOT</version>
<version>12.0.14-SNAPSHOT</version>
</parent>
<artifactId>jetty-alpn-conscrypt-server</artifactId>
<name>Core :: ALPN :: Conscrypt Server</name>
Expand Down
2 changes: 1 addition & 1 deletion jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn</artifactId>
<version>12.0.13-SNAPSHOT</version>
<version>12.0.14-SNAPSHOT</version>
</parent>
<artifactId>jetty-alpn-java-client</artifactId>
<name>Core :: ALPN :: Java Client</name>
Expand Down
2 changes: 1 addition & 1 deletion jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn</artifactId>
<version>12.0.13-SNAPSHOT</version>
<version>12.0.14-SNAPSHOT</version>
</parent>
<artifactId>jetty-alpn-java-server</artifactId>
<name>Core :: ALPN :: Java Server</name>
Expand Down
2 changes: 1 addition & 1 deletion jetty-core/jetty-alpn/jetty-alpn-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn</artifactId>
<version>12.0.13-SNAPSHOT</version>
<version>12.0.14-SNAPSHOT</version>
</parent>
<artifactId>jetty-alpn-server</artifactId>
<name>Core :: ALPN :: Server</name>
Expand Down
2 changes: 1 addition & 1 deletion jetty-core/jetty-alpn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-core</artifactId>
<version>12.0.13-SNAPSHOT</version>
<version>12.0.14-SNAPSHOT</version>
</parent>
<artifactId>jetty-alpn</artifactId>
<packaging>pom</packaging>
Expand Down
Loading
Loading