Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/jetty-12.0.x' into jetty-12.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Jun 4, 2024
2 parents f653c2f + 8b506b4 commit 6c07721
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6c07721

Please sign in to comment.