You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hibernate Reactive is stable and it is the core persistence solution for ReactiveStreams case in Quarkus.
Add a new Hibernate Reactive module under the spring data relational project.
(I noticed in the Data R2dbc issues, the spring data relational will be restructured into a new umbrella project, if Spring Data JPA is also under this project, I think Hibernate Reactive can reuse some effort from Spring Data JPA )
The text was updated successfully, but these errors were encountered:
We currently don't have any plans to support Hibernate Reactive.
It doesn't fit in any of the existing efforts.
It is neither using R2DBC nor JDBC nor JPA and the team is not big enough to support yet another approach to relational databases. In deed the merge of R2DBC and JDBC is part of the journey to reduce the existing effort.
Hibernate Reactive is stable and it is the core persistence solution for ReactiveStreams case in Quarkus.
Add a new Hibernate Reactive module under the spring data relational project.
(I noticed in the Data R2dbc issues, the spring data relational will be restructured into a new umbrella project, if Spring Data JPA is also under this project, I think Hibernate Reactive can reuse some effort from Spring Data JPA )
The text was updated successfully, but these errors were encountered: