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

RESTEasy Reactive - Prefer application-supplied provider over a pre-packaged one #28041

Merged

Conversation

michalvavrik
Copy link
Contributor

fixes: #28040

Message body readers/writers defined with @Provider are preferred over providers from class path (META-INF/services/).

@quarkus-bot

This comment has been minimized.

@geoand
Copy link
Contributor

geoand commented Sep 19, 2022

Thanks for this, but I have a fundamental question: Do we really need the new field? Why can we not rely on builtin? If we can't can you show an example?

@michalvavrik michalvavrik force-pushed the feature/fix-msg-body-write-injection branch from a9796c3 to 84ba3ee Compare September 19, 2022 09:03
@michalvavrik
Copy link
Contributor Author

@geoand I went over usage of builtin and we are fine to use it. Previously I missed the meaning of that, thank you for the suggestion.

@geoand
Copy link
Contributor

geoand commented Sep 19, 2022

Thanks!

@quarkus-bot

This comment has been minimized.

@michalvavrik michalvavrik force-pushed the feature/fix-msg-body-write-injection branch from 84ba3ee to 5fe49d8 Compare September 19, 2022 11:30
@gsmet gsmet merged commit bd15a0b into quarkusio:main Sep 19, 2022
@quarkus-bot quarkus-bot bot added this to the 2.14 - main milestone Sep 19, 2022
@gsmet gsmet changed the title RR - Prefer application-supplied provider over a pre-packaged one RESTEasy Reactive - Prefer application-supplied provider over a pre-packaged one Sep 19, 2022
@michalvavrik michalvavrik deleted the feature/fix-msg-body-write-injection branch September 19, 2022 15:29
@gsmet gsmet modified the milestones: 2.14 - main, 2.13.0.Final Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RR treat providers from class path differently than REST Easy classic
3 participants