hibernate-reactive
hibernate-reactive copied to clipboard
A reactive API for Hibernate ORM, supporting non-blocking database drivers and a reactive style of interaction with the database.
HIbernate Reactive docs are not properly "branded".
I'm creating a separate issue for this because it doesn't seem to work at the moment
See https://github.com/hibernate/hibernate-reactive/pull/2263#discussion_r2100247299 The main reason is for dependabot to be able to upgrade them
Backport #2261 for 2.4. branch We should wait until it's merged in Quarkus. See See https://github.com/quarkusio/quarkus/blob/4abbcf233f6e75bc86ab070ad3d40ada0502e0e3/bom/application/pom.xml#L114
This requires changing the ActionQueue to be able to recognize which operations can be pipelined. I think it makes sense to wait for [HHH-17922](https://hibernate.atlassian.net/issues/HHH-17922), that it will also be built...
As a follow up of #2181, we need some tests to check the collection persistence and the 2nd level cache
It would be nice if we could have an integration test that check the latest Hibernate Reactive version with Quarkus. I don't mean to test the whole Quarkus project, but...
So that we could also publish build scans for Reactive, as we do for other projects. For how it's done in ORM, see: https://github.com/hibernate/hibernate-orm/blob/da2de1edc99712ffae395133532b1cd8ac49877f/gradle/gradle-develocity.gradle#L46C1-L70 For GH actions, we would need...
I think there's is something wrong in the design of the Mutiny and Stage sessions when it comes to native queries. For example, this [Mutiny.Session#createNativeQuery](https://github.com/hibernate/hibernate-reactive/blob/87361ffc343351090a122455ff67910c44433541/hibernate-reactive-core/src/main/java/org/hibernate/reactive/mutiny/Mutiny.java#L1106) returns `SelectionQuery`. But, it should...