Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-announce] Eclipse Jetty 9.4.49.v20220914 10.0.12 and 11.0.12 have been released!

Hello!

The Jetty team is happy to announce the immediate availability of a new release for the Eclipse Jetty 9.4.x, 10.0.x and 11.0.x branches.
This release includes a number of bug fixes and improvements.

A full list of changes for this release is listed at the end of this email.

This release is available on the Eclipse Jetty project download page or from the Maven Central repository:
 - Eclipse: https://www.eclipse.org/jetty/download.html
 - Maven Central: https://repo1.maven.org/maven2/org/eclipse/jetty/
Documentation for this release can be found on the Eclipse Jetty project site:
  - https://www.eclipse.org/jetty/documentation/
If you find any issues with this release, or if you want to suggest future enhancements, please file an issue on the Jetty GitHub page: https://github.com/eclipse/jetty.project/issues/new

Commercial production and development support for Jetty is offered through Webtide (webtide.com).
Please contact us for more information or email jesse@xxxxxxxxxxx to discuss your specific needs.

Best Regards,
The Jetty Development Team


11.0.12
 + 8497 `jetty-bom/11.0.11` depends on `jetty-slf4j-impl/10.0.8-SNAPSHOT` that
   cause 404 error

10.0.12
 + 7970 Maven Plugin - the option to set extraClasspath in the plugin
   configuration isn't working
 + 8007 Support Loom
 + 8151 `JakartaWebSocketSession.close()` blocks long time when called from
   `SendHandlerCallback`
 + 8152 jetty.sh does not read JAVA_OPTIONS anymore
 + 8170 WebSockets closed abruptly when using HTTP/2
 + 8196 Remove unused jetty-plus.xml file
 + 8206 Stopping server from within AbstractConnector#accept fails and results
   in a partially stopped QueuedThreadPool
 + 8216 OpenID logout / more extensibible OpenIdConfiguration
 + 8222 Jetty start.jar fails with NullPointerException when referencing a non
   existent module and using JVM args
 + 8259 Symlinks cause 404 with DefaultServlet when its "resourceBase" is
   different from ContextHandler's
 + 8294 java.lang.ClassCastException: class org.eclipse.jetty.http.HttpField
   cannot be cast to class org.eclipse.jetty.http.HttpCookie$SetCookieHttpField
 + 8296 SymlinkAllowedResourceAliasChecker is initialized after checkAlias is
   called resulting that access to resource is denied
 + 8319 Allow configuring initial queue size per destination
 + 8353 Automatic pongs should not be sent when connection is closed
 + 8532 Review System.nanoTime() usages
 + 8540 Maven pom is not correct for `org.eclipse.jetty/infinispan-embedded`
   and `org.eclipse.jetty/infinispan-remote`

9.4.49.v20220914
 + 8414 BlockingArrayQueue drops all contents on drain
 + 8493 Review HTTP client feature `setRemoveIdleDestinations`
 + 8578 `getRequestURL` can append "null" if `getRequestURI` is unspecified in
   an authority-form request-target

--
Olivier

Back to the top