12.0.0.beta3
Pre-release
Pre-release
joakime
released this
18 Jul 10:07
·
2003 commits
to jetty-12.0.x
since this release
Changelog
- #9988 - Add constructors accepting the handler to wrap to all core handler wrappers
- #9984 - URLResource.isDirectory() throws a NullPointerException when created from a jar:file: URL
- #9983 - Implement quality lists for Locales
- #9975 - Experiment with a fully async ContentSourceCompletableFuture
- #9973 - Creating a Resource for an entry in a nested jar file in Jetty 12
- #9972 - getResourcePaths fails when a META-INF resource has reserved characters in its filename
- #9966 - NullPointerException with default servlet, include and welcome pages
- #9965 - prevent multiple websocket frames from being demanded in Jetty-12
- #9960 - Custom logging in Jetty 12 beta2 can fail due to NullPointerException in org.eclipse.jetty.server.Request
- #9955 - Jetty 12.0 beta 2 HttpServletResponse::getStatus returns 0 by default
- #9953 - Jetty 12.0 Handle HEAD requests in Handler
- #9946 - Handler passed to Handler in constructor a parent or child?
- #9944 - Remove integer for demand in websocket in Jetty-12
- #9934 - Fix ee10 path info only (alternative)
- #9927 - Jetty 12 inserted handler in ee10 servlet context
- #9925 - Bring back Jetty <12 flexibility of "current context / context handler"
- #9920 - Remove ee10 HttpChannel.Listener
- #9919 - Jetty-12 creates two instances of ArrayByteBufferPool
- #9904 - Experiment/jetty 12 chunk isError and warnings
- #9878 - Fixes and extra testing for EE9 ContextHandler class loading
- #9396 - Improve JPMS testing for websocket in Jetty 12
Dependencies
- #9924 - Upgrade of dependencies: slf4j 2.0.7, and some 3rd parties dependencies used for testing