Skip to content

Releases: Netflix/governator

Deprecate SingletonModule

12 Jun 22:26
Compare
Choose a tag to compare
Merge pull request #367 from elandau/bugfix/SIngletonModule_equals

Fix and deprecate SingletonModule

Add check for spring-guice integration

22 May 21:57
Compare
Choose a tag to compare
v1.17.2

Merge pull request #366 from Netflix/diableLifecycleFeatureForSpringB…

Use Stage.TOOL

15 May 19:29
Compare
Choose a tag to compare

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

Remove support for JSR-303 Validation

02 May 17:01
Compare
Choose a tag to compare

Removed JSR-303 Bean Validation support. This feature was no longer being used internally and only served to tie Governator to old versions of hibernate-validator.

Added Spock testing framework support

29 Mar 22:22
Compare
Choose a tag to compare
Merge pull request #360 from twicksell/spockTestFramework

Spock test framework

fix predestroy ordering

03 Feb 21:53
Compare
Choose a tag to compare

predestroy ordering can happen out-of-order with combinations of eager singletons and non-eager singletons; the problem has been addressed in this release.

re-release of 1.15.11 candidate

02 Feb 21:44
Compare
Choose a tag to compare
Pre-release
Merge pull request #356 from tcellucci/master

update nebulaoss version

fix predestroy ordering

01 Feb 19:20
Compare
Choose a tag to compare
Pre-release

predestroy ordering can happen out-of-order with combinations of eager singletons and non-eager singletons; the problem has been addressed in this release.

v1.15.10: Merge pull request #353 from elandau/fix_lazy_configuration_feature

30 Nov 21:18
Compare
Choose a tag to compare
  • Fix ConfigurationProvider initialization ordering
  • Fix RequestScope injection in Governator-Jersey integration

v1.15.9: Merge pull request #347 from elandau/jersey_eager_singleton

16 Nov 20:19
Compare
Choose a tag to compare
  • Warn of use of non Jersey singleton in Jersey resources instead of trying to create them eagerly