-
Notifications
You must be signed in to change notification settings - Fork 22
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
Make quarkus-renarde compatible with panache reactive #250
Comments
We never made it compatible with Hibernate Reactive because nobody ever asked. I'm not sure I'll have time to add support for it right now, but I can help you if you feel like trying to make a PR for it. |
I'm not against to give it a try, but my knowledge of extension and specifically the gizmo code generator is very low (zero :-) ). If you can give me an example to convert this method:
Into
With some focuses on how to manipulate the gizmo api to use lambda to write things like Entity.listAll().chain(lambda).map(lambda). ... |
Ah, yes, indeed it's more complex than this. Give me a bit of time to get back to you, sorry. |
Quarkus-Renarde is a nice project and the backoffice feature can help me a lot!
However it seem that the framework is not compatible with panache reactive (hibernate reactive) and it is frustrating to not be able to use this extension in my services (15...20 services) without switching to a non reactive orm paradigm.
Any chances to see this project compatible with hibernate reactive?
Thanks for your works on this project!
The text was updated successfully, but these errors were encountered: