Skip to content

Commit

Permalink
Merge pull request #12649 from jetty/release/12.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy authored Dec 18, 2024
2 parents f476a58 + e1ea3c6 commit e1e35f5
Show file tree
Hide file tree
Showing 352 changed files with 511 additions and 486 deletions.
27 changes: 26 additions & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
jetty-12.0.16-SNAPSHOT
jetty-12.0.17-SNAPSHOT

jetty-12.0.16 - 09 December 2024
+ 9529 Expose TCP connection establishment information
+ 11413 Conscrypt does not support server-side SNI
+ 12153 Failed to serve resource java.lang.IllegalStateException: s=HANDLING
rs=ASYNC os=OPEN is=IDLE awp=false se=false i=true al=0
+ 12272 Potential deadlock with Vaadin
+ 12323 AsyncMiddleManServlet response flushing
+ 12429 HandshakeRequest getHeaders are case sensitive.
+ 12469 Content.Sink.write(sink, last, utf8Content, callback) could become
faster
+ 12481 Exception when a Content-Length is set on a 304 response
+ 12482 CustomRequestLog %q inconsistency with a doc
+ 12488 HTTP/2 headers may not be split in CONTINUATION frames
+ 12496 MultiPartFormData.Parser question.
+ 12520 Numerous stack traces logged at warning level when running under
HTTP/2 (regression in 12.0.15)
+ 12553 Execute immediately HTTP/2 failures
+ 12577 org.eclipse.jetty.http.HttpURI.getDecodedPath() throws an NPE when
there is no path
+ 12578 HttpServletRequest.getParameterMap - UnmodifiableMap does not wrap a
jetty MultiMap
+ 12588 oejhs.AbstractHTTP2ServerConnectionFactory installs the
HTTP2SessionContainer bean twice
+ 12603 ee9 / UnsupportedOperationException: Read Only

jetty-12.0.15 - 05 November 2024
+ 5685 AsyncProxyServlet calls onProxyResponseSuccess() when internally it
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.16-SNAPSHOT</version>
<version>12.0.17-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.16-SNAPSHOT</version>
<version>12.0.17-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jetty.build</groupId>
<artifactId>build</artifactId>
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.16-SNAPSHOT</version>
<version>12.0.17-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.16-SNAPSHOT</version>
<version>12.0.17-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.16-SNAPSHOT</version>
<version>12.0.17-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.16-SNAPSHOT</version>
<version>12.0.17-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.16-SNAPSHOT</version>
<version>12.0.17-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.16-SNAPSHOT</version>
<version>12.0.17-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.16-SNAPSHOT</version>
<version>12.0.17-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.16-SNAPSHOT</version>
<version>12.0.17-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.16-SNAPSHOT</version>
<version>12.0.17-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.16-SNAPSHOT</version>
<version>12.0.17-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.16-SNAPSHOT</version>
<version>12.0.17-SNAPSHOT</version>
</parent>
<artifactId>jetty-alpn</artifactId>
<packaging>pom</packaging>
Expand Down
Loading

0 comments on commit e1e35f5

Please sign in to comment.