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

JAX-RS @Provider autodiscovery #1880

Merged
merged 6 commits into from
May 27, 2020

Conversation

tomas-langer
Copy link
Member

Resolves #1432

  • @Provider is now a bean defining annotation
  • discovered providers added automatically to synthetic application
  • discovered providers added automatically to applications that do not have any classes defined
  • added a test to native image integration

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
…dy part of automatic feature.

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
@tomas-langer tomas-langer self-assigned this May 27, 2020
@tomas-langer tomas-langer added the 2.x Issues for 2.x version branch label May 27, 2020
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
@tomas-langer tomas-langer merged commit e4be3dc into helidon-io:master May 27, 2020
@tomas-langer tomas-langer deleted the 1432-jaxrs-providers branch May 27, 2020 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.x Issues for 2.x version branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for CDI discovery and registration of JAX-RS providers
2 participants