Tom Cellucci

Results 2 comments of Tom Cellucci

I didn't see any unit tests that use the @Conditional[Anything]; annotation-based conditionals are supported yes?

the issue is likely that the code above is referencing "com.netflix.governator.LifecycleManager" (governator-core), rather than "com.netflix.governator.lifecycle.LifecycleManager" (governator-legacy) which does have a start() method. We're working to simplify the Governator internals and...