Changelog History
Page 1
-
v1.17.10 Changes
December 04, 2019๐ Dependency-only release for Jetty updates
-
v1.17.9 Changes
October 28, 2019โ Added missing Java11 dependencies.
Shaded ASM to avoid conflicts. -
v1.17.8 Changes
June 29, 2019โ add finer-grained configuration options to governator-jetty, including max header size
-
v1.17.7 Changes
May 01, 2019๐ Instances provisioned by Guice using assisted injection that also declare lifecycle methods (such as @predestroy annotated methods or implement AutoCloseable) are not handled correctly. This bugfix release introduces specific handling of the NO_SCOPE scope built into Guice, to ensure that associated instances using lifecycle methods are handled correctly.
-
v1.17.6 Changes
April 26, 2019๐ fixes a memory leak caused by unscoped instances injected via Provider. The situation commonly occurs when a provider is declared for a type that implements AutoCloseable or is annotated with '@predestroy'. At runtime, the injected instances are bound with 'no scope' by Guice, leading to a large number of cleanup actions pointing to potentially the same object.
-
v1.17.5 Changes
February 21, 2018 -
v1.17.4
July 06, 2017 -
v1.17.3
June 12, 2017 -
v1.17.2
May 22, 2017 -
v1.17.1 Changes
May 15, 2017Always use Stage.TOOL when using ElementVisitors for inspection of bindings prior to injector creation.