Releases: Netflix/governator
Releases · Netflix/governator
Deprecate SingletonModule
Merge pull request #367 from elandau/bugfix/SIngletonModule_equals Fix and deprecate SingletonModule
Add check for spring-guice integration
v1.17.2 Merge pull request #366 from Netflix/diableLifecycleFeatureForSpringB…
Use Stage.TOOL
Always use Stage.TOOL when using ElementVisitors for inspection of bindings prior to injector creation.
Remove support for JSR-303 Validation
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
Merge pull request #360 from twicksell/spockTestFramework Spock test framework
fix predestroy ordering
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
Merge pull request #356 from tcellucci/master update nebulaoss version
fix predestroy ordering
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
- Fix ConfigurationProvider initialization ordering
- Fix RequestScope injection in Governator-Jersey integration
v1.15.9: Merge pull request #347 from elandau/jersey_eager_singleton
- Warn of use of non Jersey singleton in Jersey resources instead of trying to create them eagerly