Skip to content

3.0.0

Compare
Choose a tag to compare
@xvik xvik released this 27 Apr 09:08
· 1507 commits to master since this release
  • Fix HealthCheckInstaller: now installs only NamedHealthCheck classes and ignore other HealthCheck types (which it can't install properly)
  • (breaking) Remove static state from GuiceBundle:
    • GuiceBundle.getInjector method remain, but its now instance specific (instead of static)
    • Injector could be referenced statically using application instance: InjectorLookup.getInjector(app).get()
    • JerseyInstaller interface signature changed: now install method receives injector instance