All Versions
22
Latest Version
Avg Release Cycle
122 days
Latest Release
1577 days ago

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

    #348 Change Grapher#graph roots check to be isEmpty instead of null
    ๐ŸŒฒ #375 Log info message after injector created successfully
    ๐Ÿš€ #378 use release version of spock
    โšก๏ธ #379 update to the latest gradle and nebula versions

  • v1.17.4

    July 06, 2017
  • v1.17.3

    June 12, 2017
  • v1.17.2

    May 22, 2017
  • v1.17.1 Changes

    May 15, 2017

    Always use Stage.TOOL when using ElementVisitors for inspection of bindings prior to injector creation.