diff --git a/VERSION.txt b/VERSION.txt index ed75934820ab..0c63546b8042 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,4 +1,37 @@ -jetty-12.0.10-SNAPSHOT +jetty-12.0.11-SNAPSHOT + +jetty-12.0.10 - 30 May 2024 + + 1470 Replace Timer use with Jetty Scheduler + + 9177 Add JVM info and OS info to Dumpable.dump() + + 9778 Jetty 12 - Remove WriteFlusher.Listener + + 11072 Jetty 12: CompleteCallbackHandler + + 11507 org.eclipse.jetty.util.Attributes.getAttribute() should specify return + type if no match is found + + 11659 HTTP Fields with OWS (Optional WhiteSpace) in value are not properly + parsed in Jetty 12 + + 11736 Issue with Response OutputStream#close() rethrowing same EofException + instance + + 11745 Issue while adding Module for Persistent HTTP Sessions: Google Cloud + DataStore + + 11748 Unexpected HTTP Response Status Code: 404 Not Found + + 11756 ChunkAccumulator not working with empty chunks + + 11760 request.getHttpURI().getScheme() is null on FORWARD dispatched + request, causing NPE + + 11761 Update documentation for #10077 + + 11763 Race condition in QoSHandler + + 11766 Ensure ReadListener is nulled out when AsyncContext is completed. + + 11767 Backward compat API WebAppContext.getServerClassMatcher() is not + updating the WebAppClassloader + + 11776 NPE from `org.eclipse.jetty.ee8.nested.Request.getRequestURL` + + 11778 jetty-http-spi does not properly provide SPI for modules + + 11791 How to configure Jetty Server v12 ee10 for serving multiple static + resources in the same base directory? + + 11792 StdErrAppender should detect exception circular references + + 11800 client: Allow AsyncContentListener.onContent to throw checked + Exceptions + + 11811 getHeaderNames should return header name once also when request has it + in different case + + 11851 jetty-ee8-websocket-javax-server export not honoured jetty-12.0.9 - 03 May 2024 + 5944 Introduce alias --files for --download