Release date: Sometime in the future
- Update Jetty from
9.4.22.v20191022
to9.4.24.v20191120
Release date: Nov 9, 2019
- Update Jetty from
9.4.18.v20190429
to9.4.22.v20191022
Release date: May 8, 2019
- Update Jetty from
9.4.15.v20190215
to9.4.18.v20190429
Release date: March 22, 2019
- JENKINS-56591 cipher exclusion configurable
- Update Jetty from
9.4.12.v20180830
to9.4.15.v20190215
Release date: Oct 06, 2018
- Update Jetty from
9.4.11.v20180605
to9.4.12.v20180830
Release date: Aug 29, 2018
- JENKINS-52358 - Fix broken Http/2 support (regression in 4.4)
- JENKINS-52121 -
sessionEviction
flag was missing in the embedded Winstone Documentation - JENKINS-53239 - Use default Jetty
QueuedThreadPool
instead of the customwinstone.BoundedExecutorService
. Related issues:- JENKINS-33412 - Jenkins locks when started in HTTPS mode on a host with 37+ processors.
- JENKINS-52804 - Jenkins web GUI hangs when using a computer with more then 70 CPU's.
- JENKINS-51136 - Jenkins UI hangs 2.117 - 2.119.
Breaking changes:
winstone.BoundedExecutorService
class was removedhandlerCountMax
andhandlerCountMaxIdle
parameters are now deprecated and do not have any effect
Release date: Jun 14, 2018
- PR #49 -
Update Jetty from
9.4.8.v20171121
to9.4.11.v20180605
Release date: May 05, 2018
Release date: April 1, 2018
- PR #44 -
Update Jetty from
9.4.5.v20170502
to9.4.8.v20171121
- PR #46 - Internal: Update codebase to use the standard Jenkins parent POM
Release date: Feb 23, 2017
- JENKINS-49596 - Increase the default idle session eviction timeout to 30 minutes.
Release date: Feb 22, 2017
- JENKINS-49596 - Prevent User session memory leak by setting the default idle session eviction timeout to 3 minutes.
- Allow configuring the session eviction timeout via the
-sessionEviction
command-line option.
##4.1
Release date: July 20, 2017
- add HTTP/2 Support (disabled per default)
Release date: May 04, 2017
- Update Jetty from
9.2.15.v20160210
to9.4.5.v20170502
- Remove the deprecated SPDY protocol mode.
- JENKINS-40693 -
Jetty 9.4.5: Prevent the 400 Bad Host header error for
HttpChannelOverHttp
when operating behind reverse proxy (Jetty issue #592). - Update minimal Java requirement to Java 8
- Jetty is now upgraded to 9.2 to bring the servlet 3.1 support. Winstone now requires Java7.
- AJP support was dropped due to the discontinuation of the AJP support in Jetty
- The engine is now Jetty 8.x, instead of the original from-scratch implementation