Description
CDI has a built in way to manage customizations to the server, via implementations of beans of type JAXRSServerFactoryCustomizationExtension. However, it makes sense for this to be a core feature and leverage something like a ServiceLoader pattern to discover those implementations, as well as allowing CDI beans to be discovered.
Attachments
Issue Links
- links to