Skip to content

Commit

Permalink
Updating to version 12.0.0.beta0
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy committed Feb 23, 2023
1 parent 4e97a59 commit b6d4f09
Show file tree
Hide file tree
Showing 321 changed files with 494 additions and 486 deletions.
106 changes: 57 additions & 49 deletions VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,52 @@
jetty-12.0.0-SNAPSHOT
jetty-12.0.0.beta0 - 23 February 2023
+ 7650 QueuedThreadPool: Stopped without executing or closing null
+ 8069 Jetty 12 is missing a way to record server latencies
+ 8984 Jetty 12 - Attributes dump is not working
+ 8991 Review naming of FrameHandler.isDemanding() in Jetty 12
+ 8993 `Content.Chunk.isTerminal()` cannot discriminate `EOF` from chunks
containing a pooled empty buffer
+ 9038 Jetty 12 - Review EE10 Http[Input|Output].Interceptor APIs
+ 9046 Fix jetty-12 tck tests
com.sun.ts.tests.servlet.api.jakarta_servlet_http.httpsessionx.URLClient.invalidateHttpSessionTest
and
com.sun.ts.tests.servlet.api.jakarta_servlet_http.httpsessionx.URLClient.invalidateHttpSessionxTest
+ 9051 Review Jetty-12 DelayedHandler
+ 9059 IteratingCallback not serializing close() and failed()
+ 9066 TCK multipart not set as request parameter
+ 9067 TCK DefaultServlet handling of dispatch include incorrect
+ 9078 Header image for Jetty demo page fails on hard refresh
+ 9119 Wrong value of javax.servlet.forward.context_path attribute
+ 9141 Thread-safe Content.Chunk#slice
+ 9145 Failure when running `add-module` for openid, websocket, and stats
modules
+ 9166 Jetty 12: review/remove ByteBufferPool
+ 9173 Configuring SameSite on a per-cookie basis in Jetty 12
+ 9181 Jetty 9 java.lang.NullPointerException
SessionHandler.checkRequestedSessionId(SessionHandler.java:1733)
+ 9182 Jetty 12 - Public version of JakartaWebSocketServerContainer
+ 9183 ConnectHandler may close the connection instead of sending 200 OK
+ 9210 Jetty 12 - Review Pool and Pool.Entry
+ 9240 Jetty 12 - `AbstractConnectionPool.toString()` can trigger NPE
+ 9275 Jetty-12 H3 tests passing after 30s timeout
+ 9285 ContextHandler sends redirect on BaseResponse instead of Wrapped
Response object from Handler chain
+ 9288 Jetty 12 - Use oej.http.HttpCookie in jetty-client
+ 9293 Jetty 12 - Relax JPMS dependencies
+ 9301 JSTL fails in JPMS
+ 9322 404 handler not working in jetty-12
+ 9326 Jetty 12 - Rename DecryptedEndPoint to SslEndPoint
+ 9334 Better support for Cookie RFC 2965 compliance
+ 9336 Review LifeCycle of Parts in Jetty 12
+ 9337 LowResourceMonitor.getReasons should include detailed reason instead of
hard-coded message
+ 9387 Remove Request.__defaultLocale
+ 9398 DefaultHandler does not list contexts
+ 9403 TCK failure: DefaultServlet only sets status 404 instead of sending 404
response
+ 25746 null
+ jetty-11 null
+ jetty-12 null
+ Jetty-12 null

jetty-12.0.0.alpha3 - 07 December 2022
+ 5681 Unrecognized jetty-home/start.jar command line option not reported
Expand Down Expand Up @@ -32,7 +80,7 @@ jetty-12.0.0.alpha3 - 07 December 2022
reasons
+ 8678 Jetty client is not responding to GO_AWAY packet received from (Jetty)
Server and continue to send traffic on same connection
+ 8712 ELContextCleaner no longer needed.
+ 8712 ELContextCleaner no longer needed
+ 8716 Multiple Host header values handled poorly
+ 8721 jetty:effective-web-xml doesn't generate quickstart information for web
fragment jars that contain META-INF/resources
Expand All @@ -43,7 +91,7 @@ jetty-12.0.0.alpha3 - 07 December 2022
context, not just last one
+ 8750 AbstractProxyServlet.onServerResponseHeaders does not support headers
with empty values
+ 8753 Starting HttpClient with destinationIdleTimeout set throws NPE.
+ 8753 Starting HttpClient with destinationIdleTimeout set throws NPE
+ 8770 Review whether to send request body in redirects
+ 8779 CompactPathRule drops query section on use
+ 8786 KeyStoreScanner is not able to monitor a symlink file and always
Expand All @@ -53,12 +101,12 @@ jetty-12.0.0.alpha3 - 07 December 2022
stop timeout
+ 8858 Jetty 12 - Review MovedContextHandler
+ 8863 Provide a possibility to name virtual threads
+ 8886 Changes to Resource no longer support custom url schemes.
+ 8886 Changes to Resource no longer support custom url schemes
+ 8895 Generate downloadable version of javadocs documentation in website
deploy script
+ 8897 Update Conditional request handling for RFC7232
+ 8905 GzipHandler fails to set Vary header on 304 responses
+ 8913 Review Jetty XML syntax to allow calling JDK methods
+ 8913 Review Jetty XML syntax to allow calling JDK methods
+ 8921 Normalization of resources incorrect for quickstart in jetty-12
+ 8923 Update FileID.getExtension() behaviors to match new JDK 20
Path.getExtension() behaviors
Expand All @@ -70,50 +118,10 @@ jetty-12.0.0.alpha3 - 07 December 2022
containing a pooled empty buffer
+ 8999 Overuse of FileID.isArchive() and inability to deal with packed jars
without .jar extension
+ 9006 WebSocket Message InputStream read() returns signed byte

jetty-11.0.13 - 07 December 2022
+ 7117 Timeout with Expect 100 continue when using ProxyServlet
+ 7286 WebSocket write can time out even if the frame / callback has not been
failed.
+ 7993 HttpClient idleTimeout configuration being ignored/overridden
+ 8330 Persistent OpenId sessions can throw IllegalStateException
+ 8460 Log or throw exception if DefaultSessionIdManager is used but has not
been started.
+ 8536 HotSwapHandler race condition
+ 8558 Idle timeout occured sometimes on HTTP/2 client with
`InputStreamResponseListener`
+ 8584 org.eclipse.jetty.client.HttpRequest.send() never returns
+ 8591 Indicate units of HttpClient properties
+ 8623 Use AutoLock in InputStreamResponseListener
+ 8628 Pseudo restore `PathMappings.getMatch(String)` for backwards compat
reasons
+ 8678 Jetty client is not responding to GO_AWAY packet received from (Jetty)
Server and continue to send traffic on same connection
+ 9006 WebSocket Message InputStream read() returns signed byte jetty-11.0.13
- 07 December 2022
+ 8695 Update quiche to 0.16.0
+ 8712 ELContextCleaner no longer needed.
+ 8716 Multiple Host header values handled poorly
+ 8721 jetty:effective-web-xml doesn't generate quickstart information for web
fragment jars that contain META-INF/resources
+ 8723 Provide a thread-safe way to modify HttpClient proxies at runtime
+ 8750 AbstractProxyServlet.onServerResponseHeaders does not support headers
with empty values
+ 8753 Starting HttpClient with destinationIdleTimeout set throws NPE.
+ 8770 Review whether to send request body in redirects
+ 8779 CompactPathRule drops query section on use
+ 8786 KeyStoreScanner is not able to monitor a symlink file and always
resolves to the target.
+ 8810 `ArrayRetainableByteBufferPool` inefficiently calculates bucket indices
+ 8811 HTTP/2 session shutdown race may cause `Server.stop()` to block until
stop timeout
+ 8863 Provide a possibility to name virtual threads
+ 8895 Generate downloadable version of javadocs documentation in website
deploy script
+ 8897 Update Conditional request handling for RFC7232
+ 8905 GzipHandler fails to set Vary header on 304 responses
+ 8913 Review Jetty XML syntax to allow calling JDK methods
+ 8942 Use Logback 1.3.x for Jetty 10.0.x
+ 9006 WebSocket Message InputStream read() returns signed byte

jetty-10.0.13 - 07 December 2022
+ 7117 Timeout with Expect 100 continue when using ProxyServlet
Expand All @@ -134,14 +142,14 @@ jetty-10.0.13 - 07 December 2022
+ 8678 Jetty client is not responding to GO_AWAY packet received from (Jetty)
Server and continue to send traffic on same connection
+ 8695 Update quiche to 0.16.0
+ 8712 ELContextCleaner no longer needed.
+ 8712 ELContextCleaner no longer needed
+ 8716 Multiple Host header values handled poorly
+ 8721 jetty:effective-web-xml doesn't generate quickstart information for web
fragment jars that contain META-INF/resources
+ 8723 Provide a thread-safe way to modify HttpClient proxies at runtime
+ 8750 AbstractProxyServlet.onServerResponseHeaders does not support headers
with empty values
+ 8753 Starting HttpClient with destinationIdleTimeout set throws NPE.
+ 8753 Starting HttpClient with destinationIdleTimeout set throws NPE
+ 8770 Review whether to send request body in redirects
+ 8779 CompactPathRule drops query section on use
+ 8786 KeyStoreScanner is not able to monitor a symlink file and always
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 @@ -7,7 +7,7 @@
-->
<groupId>org.eclipse.jetty</groupId>
<artifactId>build-resources</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.0.beta0</version>
<name>Build :: Resources</name>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.0.beta0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
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 @@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty.documentation</groupId>
<artifactId>documentation</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.0.beta0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
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 @@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty.documentation</groupId>
<artifactId>documentation</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.0.beta0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.0.beta0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion javadoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.0.beta0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
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 @@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.0.beta0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-alpn-client</artifactId>
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 @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.0.beta0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
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 @@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.0.beta0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
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 @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.0.beta0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
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 @@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.0.beta0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
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 @@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.0.beta0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-alpn-server</artifactId>
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 @@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-core</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.0.beta0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-alpn</artifactId>
Expand Down
Loading

0 comments on commit b6d4f09

Please sign in to comment.