Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-announce] Eclipse Jetty 10.0.8 & 11.0.8 have been released!

Hello!

The Jetty team is happy to announce the immediate availability of a new release for the Eclipse Jetty 10.0.x and 11.0.x branches.  This release includes a number of bug fixes and improvements. It is recommended that all users upgrade as soon as they are able.

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:
Documentation for this release can be found on the Eclipse Jetty project site:
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:
Commercial production and development support for Jetty is offered through Webtide (www.webtide.com). Please contact us for more information or email jesse@xxxxxxxxxxx to discuss your specific needs.


Best Regards,
The Jetty Development Team

Jetty 10.0.8 and 11.0.8

Full Changelog:
Notable Changes:

#7524 - Missing package in JmxConfiguration
#7523 - Typo in AnnotationConfiguration
#7514 - Adding InheritedListeners to already-started components can cause IllegalStateException
#7430 - Run WebSocket Autobahn test for all Jetty, Javax and Core APIs
#7419 - Update resource base example so it works (@Artur-)
#7417 - Clarify that requestHeaderSize is a cumulative limit (@mszabo-wikia)
#7375 - Some environments require Request scoping during session save
#7369 - Document CustomRequestLog
#7361 - Fix resource leaks in PropertyUserStore, XmlConfiguraiton, and start.jar (@lujiefsi)
#7351 - Large WebSocket payloads with permessage-deflate hang on 10.0.7
#7348 - Slow CONNECT request causes NPE
#7327 - jetty-slf4j-impl missing from BOM
#7313 - addBean(_attributes); only called in the Convenience constructor of org.eclipse.jetty.server.Server
#7299 - Enabling the logging-logback module prevents eclipse remote debugging
#7297 - Deprecate log4j 1.x support
#7294 - Fix possible NPE from WebSocketAdapter
#7277 - Allow override of ServletRequest.getLocalName() and .getLocalPort() in post-intermediary scenarios
#7262 - Allow the SerlvetHandler.getFilterChain method to be overridden.
#7240 - Clarify and javadoc InvocationType
#7160 - HttpURI considers %25 to be ambiguous, preventing access to static resources with % in their name
#7132 - Tidy up demo webapps
#7131 - Use Charset instead of encoding string where possible
#7124 - Add default methods on LifeCycle.Listener interface
#7111 - Add support to deprecate jetty-home modules
#7109 - Deprecate UnixSocket JNR support
#7103 - Rework LaF of distro landing page
#7086 - WebSocket: java.lang.IllegalStateException: already released RetainableByteBuffer
#7064 - Cleanup or clarify (null) in output of --list-config
#7063 - Simplify command line use of org.eclipse.jetty.util.Password
#7062 - test-keystore.p12 is no longer packaged in jetty-home
#7059 - NPE in AllowedResourceAliasChecker.getPath()
#7042 - Simplify configuration to use different OpenIdConfiguration per webapp.
#7031 - ResponseWriter.println(char) does not print newline
#7008 - Problem with jetty.sh start regression 10.0.6 -> 10.0.7 when using JETTY_USER
#6987 - jetty-unixdomain-server is missing from jetty-bom (@markslater)
#6980 - ELContextCleaner failed because cannot access a member of class javax.el.BeanELResolver with modifiers "private static final"
#6973 - Jetty starts consuming CPU that remains high even without any traffic
#6965 - Expose Spec ServerContainer.upgrade() API
#6497 - Replace SameFileAliasChecker
#6282 - SecuredRedirectHandler should probably redirect with 301 (@dellgreen)
#6017 - Property overriding does not work
#4317 - EventSource does not work with GzipHandler
#4275 - Path Normalization/Traversal - Context Matching
#2690 - Clarify ordering, concurrency behavior of WebSocketListener and normal HTTP responses
#2504 - Expose more WebSocket details in JMX and Server Dump
#1087 - Support .well-known serving in handlers
#100 - Can't deploy web app as an unpacked directory inside a bundle JAR on Felix

Back to the top