merge back 12.0.0.beta0 release branch (#9484)
merge back release branch 12.0.0.beta0 Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
fc08390d4e
commit
88329dc8dc
56
VERSION.txt
56
VERSION.txt
|
@ -1,5 +1,51 @@
|
|||
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
|
||||
|
||||
jetty-12.0.0.alpha3 - 07 December 2022
|
||||
+ 5681 Unrecognized jetty-home/start.jar command line option not reported
|
||||
clearly
|
||||
|
@ -32,7 +78,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
|
||||
|
@ -43,7 +89,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
|
||||
|
@ -53,7 +99,7 @@ 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
|
||||
|
@ -70,7 +116,8 @@ 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
|
||||
+ 9006 WebSocket Message InputStream read() returns signed byte
|
||||
+ 8695 Update quiche to 0.16.0
|
||||
|
||||
jetty-11.0.14 - 22 February 2023
|
||||
+ 7650 QueuedThreadPool: Stopped without executing or closing null
|
||||
|
@ -127,7 +174,6 @@ jetty-11.0.14 - 22 February 2023
|
|||
+ 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-11.0.12 - 14 September 2022
|
||||
+ 7970 Maven Plugin - the option to set extraClasspath in the plugin
|
||||
|
|
Loading…
Reference in New Issue