-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Ensure various non-bean JAX-RS components work in native #19201
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It makes sense and it can't hurt so I'm merging this to get it into 2.1.1.Final.
Thanks 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would probably have benefited from a native test…
Indeed, I'll keep it in mind |
This is done in order to address: quarkusio#19201 (review)
Wow :) |
Use RESTEasy Reactive in oidc integration test
Fixes: #16211