hibernate-reactive icon indicating copy to clipboard operation
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.

Results 156 hibernate-reactive issues
Sort by recently updated
recently updated
newest added

[HHH-18147](https://hibernate.atlassian.net/browse/HHH-18147) introduces a lazy initialization that causes regressions in Hibernate Reactive when upgrading to Hibernate ORM. For the time being, I've sent a couple of PR for ORM that allow...

testing

When retrieving an entity that models a composite table between two other tables and uses an `@IdClass` that includes the IDs of the related entities **and an additional property** as...

Requires https://hibernate.atlassian.net/browse/HHH-18660 There already some disabled tests for this issue in JsonQueryTest: * [‎JsonQueryTest::nativeSelectAll](https://github.com/hibernate/hibernate-reactive/blob/main/hibernate-reactive-core/src/test/java/org/hibernate/reactive/types/JsonQueryTest.java#L120) * ‎[‎JsonQueryTest::nativeSelectWithoutResultType](https://github.com/hibernate/hibernate-reactive/blob/main/hibernate-reactive-core/src/test/java/org/hibernate/reactive/types/JsonQueryTest.java#L129) * [‎JsonQueryTest::nativeQueryWithJson](https://github.com/hibernate/hibernate-reactive/blob/main/hibernate-reactive-core/src/test/java/org/hibernate/reactive/types/JsonQueryTest.java#L136)

waiting

Using `subprojects {}` from build is considered an anti-pattern. Actually, referencing any project from another is consider an anit-pattern. It forces all of the projects to be evaluated and configured...

build

Consider using Gradle [version catalogs](https://docs.gradle.org/current/userguide/platforms.html) which have a number of benefits - 1. centralized definiton of versions 2. centralized definiton of dependency artifacts 3. DSL validation (auto completion, etc) of...

build

since now our snapshots are published to central. I'm not sure if these were used in some builds or not as I couldn't find the property anywhere else in the...

Users can sometime see this error: ``` org.hibernate.HibernateException: java.util.concurrent.CompletionException: java.lang.IllegalStateException: Illegal pop() with non-matching JdbcValuesSourceProcessingState ``` Usually, when they are sharing the session in different streams. We could add some...

Hibernate reactive 3.0, vertx 4.5.14. When specifying multiple hosts in the connection string along with the parameter targetServerType=master, the connection pool is not created ```@Bean public Mutiny.SessionFactory getSessionFactory(@Qualifier("VertxMain") Vertx vertx)...

For the different releases of Hibernate Reactive (or at least for Hibernate Reactive 3)