You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix NoClassDefFoundError(AbstractCollectionJaxbProvider) appeared for some jersey provider registrations (#240)
Jersey extensions might omit @Provider on known extension types (ExceptionMapper, MessageBodyReader, etc.).
Unifies usage with pure dropwizard (no additional @Provider annotation required). (#265)
New option InstallerOptions.JerseyExtensionsRecognizedByType could disable new behaviour
Support ModelProcessor jersey extension installation (#186)
Add extensions help: .printExtensionsHelp() showing extension signs recognized by installers (in recognition order)
Custom installers could participate in report by overriding FeatureInstaller.getRecognizableSigns()
(default interface method).
Change reports log level from INFO to WARN to comply with default dropwizard level