Skip to content

Releases: Netflix/governator

ProvidesWithAdvice feature

28 Sep 02:22
Compare
Choose a tag to compare
Merge pull request #323 from elandau/provides_with_advice

ProvidesWithAdvice feature

v1.14.2: Merge pull request #317 from twicksell/revert41Fixes

26 Jul 21:35
Compare
Choose a tag to compare

Rollback duplicated guice 4.1.0 safeguard

v1.14.1: Merge pull request #315 from elandau/singleton_scope_npe

26 Jul 19:30
Compare
Choose a tag to compare

Upgrade to Guice 4.1.0

22 Jul 17:36
Compare
Choose a tag to compare

Upgrade to Guice 4.1.0
Deprecate all LifecycleInjectorBuilder methods that take module classes instead of instances

bug fixes and guice 4.1.0 compatibility

13 Jul 17:42
Compare
Choose a tag to compare

In this release:

  • fix NPE thrown for @nullable injections with null value
  • fix NPE thrown for singleton @resource injections when using Guice 4.1.0
  • fix provision duration calculating for a type

improved memory management and scope-aware lifecycle processing

07 Jul 21:46
Compare
Choose a tag to compare

this release has the following improvements:

  • improved lifecycle detection for instances in short-lived scopes (such as RequestScope)
  • use of weak references to track internal instance state and lifecycle actions
  • bug fixes for legacy-path lifecycle management of scoped beans

Fix bug with static resources on embedded Jetty

05 Jul 20:59
Compare
Choose a tag to compare
Merge pull request #306 from drtechniko/master

Fix bug with static resources on embedded Jetty

Fix Jetty initialization with static resources

23 Jun 23:04
Compare
Choose a tag to compare
Merge pull request #305 from drtechniko/master

Fix Jetty META-INF/resources discovery issue

v1.13.1: Merge pull request #303 from tcellucci/master

10 Jun 18:52
Compare
Choose a tag to compare

Set JSR-250 validation as optional by default
Update JettyModule to serve META-INF/resources by default as per servlet spec

v1.13.0: Merge pull request #301 from elandau/switch_to_junit

09 Jun 19:12
Compare
Choose a tag to compare
  • New JUnit TestRunner with support for replacing bindings with Mockito Mocks
  • LifecycleListeners now invoked in order of registration and reverse order for onStopped events
  • Add AutoCloseable support to PreDestroyLifecycleActions
  • Deprecated @WarmUp