Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-announce] Eclipse Jetty 9.4.36 Has Been Released!

Greetings!


The Jetty team is happy to announce the immediate availability of a new release for the Eclipse Jetty 9.4.x branch. Jetty 9.4.36.v20210114 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 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 chris@xxxxxxxxxxx to discuss your specific needs.


Best Regards,

The Jetty Development Team


Special Thanks to the following Eclipse Jetty community members

@joewitt (Joe Witt)
@rk1165 (Ravi Kumar)
@leonchen83 (Baoyi Chen)

Changelog

#5870 - jetty-maven-plugin fails to run ServletContainerInitializer on Windows due to URI case comparison bug
#5855 - HttpClient may not send queued requests
#5845 - Use UTF-8 encoding for client basic auth if requested
#5830 - Jetty-util contains wrong Import-Package
#5825 - Revisit Statistics classes (@rk1165)
#5824 - Build up of ConstraintMappings when stopping and starting WebAppContext
#5821 - JMX-ify Scheduler implementations (@rk1165)
#5820 - backport fix for ArithmeticException in Pool
#5804 - Jetty 9.4.x spotbug issue map iteration using entrySet(), diamond list creation
#5801 - Implement max duration of HTTP ConnectionPools
#5794 - ServerConnector leaks closed sockets which can lead to file descriptor exhaustion (@joewitt)
#5785 - Reduce log level for WebSocket connections closed by clients
#5783 - Fix ConnectionStatistics.*Rate() methods
#5778 - fix ByteBufferPool race condition
#5755 - Cannot configure maxDynamicTableSize on HTTP2Client
#5743 - max usage count fixes
#5726 - Implement and test a WebSocket Proxy with the 9.4 Jetty API
#5725 - Review Preventers
#5722 - Broken Documentation links
#5718 - Use File.list and File.walk within a try with resource
#5713 - Get rid of test dependencies on derby
#5709 - Bump maven-pmd-plugin from 3.13.0 to 3.14.0
#5689 - Jetty ssl keystorePath doesn't work with absolute path
#5672 - Bump maven-jxr-plugin from 2.5 to 3.0.0
#5666 - Bump geronimo-atinject_1.0_spec from 1.1 to 1.2
#5633 - Allow to configure HttpClient request authority
#5499 - Improve temporary buffer usage for WebSocket PerMessageDeflate. (@leonchen83)

Back to the top