Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jaxrs: user annotated Providers are not registered. #490

Closed
FroMage opened this issue Jan 13, 2019 · 2 comments
Closed

Jaxrs: user annotated Providers are not registered. #490

FroMage opened this issue Jan 13, 2019 · 2 comments
Milestone

Comments

@FroMage
Copy link
Member

FroMage commented Jan 13, 2019

We register default providers and those declared in /META-INF/services but not those in the application index that are just annotated @Provider.

@gsmet
Copy link
Member

gsmet commented Jan 13, 2019

Are we supposed to discover them automatically? The user is not required to add a service file with them?

@FroMage
Copy link
Member Author

FroMage commented Jan 14, 2019

Are we supposed to discover them automatically? The user is not required to add a service file with them?

We detect resources, we must detect the rest ;)

stuartwdouglas added a commit that referenced this issue Jan 15, 2019
Fixes #490, custom @Provider classes are not registered
@cescoffier cescoffier added this to the 0.6.0 milestone Jan 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants