-
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
Port rest-data-panache to RESTEasy Reactive #19771
Comments
I'm not convinced by this one. As I understand it, soon, resteasy classic will be based on resteasy reactive so this may not be very important. |
Agreed. But the base itself provides no additional features. The under the covers transition to RESTEasy Reactive should be absolutely transparent (apart from the different transitive dependencies).
Not true. What will happen likely is that we will be proposing |
… using Jib Fixes: quarkusio#19771 (cherry picked from commit e419671)
Closed by accident, so I am reopening |
Port rest-data-panache to RESTEasy Reactive
Description
quarkus-rest-data-panache
currently depends on RESTEasy Classic.We should port this to RESTEasy Reactive.
This won't be trivial as RESTEasy Reactive builds all the necessary information by looking at the Jandex index of existing code, while rest-data-panache generates code which isn't available at this point.
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: