snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

Port rest-data-panache to RESTEasy Reactive #405

Closed snowdrop-bot closed 3 years ago

snowdrop-bot commented 3 years ago

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


https://github.com/quarkusio/quarkus/issues/19771


$upstream:19771$