Skip to content

3.1.0

Compare
Choose a tag to compare
@xvik xvik released this 06 Sep 11:06
· 1563 commits to master since this release
  • JerseyProviderInstaller:
    • add support for: ParamConverterProvider, ContextResolver, MessageBodyReader, MessageBodyWriter, ReaderInterceptor, WriterInterceptor,
      ContainerRequestFilter, ContainerResponseFilter, DynamicFeature, ApplicationEventListener
    • support multiple extension interfaces on the same bean
  • Introduce bundles (GuiceyBundle) to simplify extensions:
    • core installers now registered with CoreInstallersBundle and classpath scan on core installers package is removed
    • builder bundles() method to add guicey bundles
    • builder configureFromDropwizardBundles method enables all registered dropwizard bundles lookup if they implement GuiceyBundle (unified extension mechanism)
  • Add admin context rest support (AdminRestBundle)
  • Add request scoped beans support in admin context