-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Index custom JAX-RS providers #33262
Comments
I encountered this when trying to make RESTEasy reactive work with custom message writer/reader from CloudEvent SDK. |
/cc @geoand |
related issue: cloudevents/sdk-java#546 |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
May 10, 2023
#33267 fixes the issue |
/cc @FroMage (resteasy-reactive), @Sgitario (resteasy-reactive), @stuartwdouglas (resteasy-reactive) |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
May 11, 2023
geoand
added a commit
to geoand/quarkus
that referenced
this issue
May 11, 2023
michelle-purcell
pushed a commit
to michelle-purcell/quarkus
that referenced
this issue
May 11, 2023
Automatically lookup Providers based on the presence of standard Jakarta file
michelle-purcell
pushed a commit
to michelle-purcell/quarkus
that referenced
this issue
May 11, 2023
manofthepeace
pushed a commit
to manofthepeace/quarkus
that referenced
this issue
May 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When a developer uses custom JAX-RS message reader/writer they are not included in build index.
This may pose difficulty for creating native-image with custom providers -- Quarkus build is not registering endpoints for reflection.
Developer can workaround this by quarkus.index-dependency in application.properties, however it would be nice if this worked automatically.
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: