Update from older versions

0.5.0

Spring initialization : some parts of the bean declaration has changed to prevent cycles in bean initialization:

  • Managers (service, batch, logger): when using spring, these objects should be injected using Spring, instead of relying on Appstatus classpath scanning. Backward compatibility is maintained.
  • Configuration: should be injected directly in the corresponding manager instead of injecting in the Appstatus object. Backward compatibility is maintained.
  • Appstatus interceptor: the serviceManager should be injected instead of the full Appstatus object. Breaking change .