Skip to content

Commit

Permalink
Updating to version 12.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Feb 29, 2024
1 parent 313def7 commit c89aca8
Show file tree
Hide file tree
Showing 342 changed files with 514 additions and 480 deletions.
44 changes: 39 additions & 5 deletions VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,44 @@
jetty-12.0.7-SNAPSHOT
jetty-12.0.7 - 29 February 2024
+ 6140 Report total number of keys in SelectorManager
+ 7750 HttpURI.toURI() does not copy fragment
+ 8887 Jetty-12 client calls onDataAvailable with producing thread
+ 8979 Jetty 12 - HttpClientTransport network "modes"
+ 10805 Jetty response with an invalid HTTP2 packet if the client set the
hpack table size as 0
+ 11278 500 response when trying to display symlinked directory
+ 11310 Uploading big multipart files via jetty 12.0.5 with spring boot 3.2.1
cause problems
+ 11353 The default virtual thread executor should created named threads
+ 11356 Allow ServerWebSocketContainer to be created without ContextHandler
+ 11361 Update UriCompliance.checkUriCompliance
+ 11363 ContentSourcePublisher throws from request
+ 11370 IllegalStateException when last write fails
+ 11371 Review ArrayByteBufferPool eviction
+ 11372 Scheduler queue in the HTTP client grows infinitely when a server
times out
+ 11377 Jetty 12 fails to start WebApp Bundle with OSGi Boot bundle (or when
packaged)
+ 11387 Reintroduce MultiPartCompliance.LEGACY (not as default) too allow for
parsing of non-compliant `multipart/form-data`
+ 11396 NullPointerException when getting parts from HttpServletRequest
+ 11398 WebSocket ClosedChannelException when demanding frames in onOpen
+ 11401 Replace StringBuffer with StringBuilder
+ 11403 Expose `SslEndPoint` in `SslHandshakeListener`
+ 11410 PathMappingsHandler does not start ResourceHandler properly
+ 11414 When producing URI/URL strings follow spec and produce lowercase
schemes and drop default ports
+ 11424 What is the `jetty.deploy.scanInterval` default? module, ini, code,
and documentation do not agree.
+ 11432 Review number of acceptor threads
+ 11441 Quote escaping in HTML file
+ 11448 UriCompliance.Violation ignored despite being set
+ 11465 HttpURI.toURI() sets userInfo to null

jetty-12.0.6 - 29 January 2024
+ 10220 Implement CrossOriginHandler
+ 10870 How to set HttpConfiguration.securePort when the HTTPS port is
dynamic?
+ 11080 Can't able to make multipart request and getting error.
+ 11080 Can't able to make multipart request and getting error
+ 11081 Dropped WebSocket messages due to race condition in WebSocket frame
handling
+ 11095 Jetty 12.0.5 (ee10) throws IllegalStateException for completed
Expand All @@ -18,8 +52,8 @@ jetty-12.0.6 - 29 January 2024
+ 11223 WebSocketClient.connect with URI including query parameters don't work
for HTTP2 connector
+ 11230 Problem with parsing of form parameters without values in Jetty 12?
+ 11253 Jetty 12 ComplianceViolation.Listener not notified for URI, Cookie,
and Multipart violations.
+ 11253 Jetty 12 ComplianceViolation.Listener not notified for URI, Cookie and
Multipart violations.
+ 11259 HTTP/2 connection not closed after idle timeout when TCP congested
(CVE-2024-22201)
+ 11260 QuickStartConfiguration cannot be mixed with contexts that do not have
Expand Down Expand Up @@ -201,7 +235,7 @@ jetty-9.4.54.v20240208 - 08 February 2024
+ 11259 HTTP/2 connection not closed after idle timeout when TCP congested
(CVE-2024-22201)
+ 11389 Strip default ports on ws/wss scheme uris too

jetty-11.0.20 - 29 January 2024
+ 11081 Dropped WebSocket messages due to race condition in WebSocket frame
handling
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.7-SNAPSHOT</version>
<version>12.0.7</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.7-SNAPSHOT</version>
<version>12.0.7</version>
</parent>
<groupId>org.eclipse.jetty.build</groupId>
<artifactId>build</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion documentation/jetty-asciidoctor-extensions/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.7-SNAPSHOT</version>
<version>12.0.7</version>
</parent>
<artifactId>jetty-asciidoctor-extensions</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion documentation/jetty-documentation/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.7-SNAPSHOT</version>
<version>12.0.7</version>
</parent>
<artifactId>jetty-documentation</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.7-SNAPSHOT</version>
<version>12.0.7</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.7-SNAPSHOT</version>
<version>12.0.7</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.7-SNAPSHOT</version>
<version>12.0.7</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.7-SNAPSHOT</version>
<version>12.0.7</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.7-SNAPSHOT</version>
<version>12.0.7</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.7-SNAPSHOT</version>
<version>12.0.7</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.7-SNAPSHOT</version>
<version>12.0.7</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.7-SNAPSHOT</version>
<version>12.0.7</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.7-SNAPSHOT</version>
<version>12.0.7</version>
</parent>
<artifactId>jetty-alpn</artifactId>
<packaging>pom</packaging>
Expand Down
Loading

0 comments on commit c89aca8

Please sign in to comment.