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

Hello again! We've been using Hibernate Reactive in prod for a while and there's a common mistake I would like to prevent when using Reactive DAO's. We're writing DAO's much...

enhancement
waiting

Now that testcontainers seems to work well on all operating systems, I think we can use it as default. We still need to be able to test on machines not...

testing
build

Hello Hibernate team, I'm migrating an existing app to Quarkus and I want also to use Hibernate reactive. Quarkus platform version is: 2.11.1.Final In the current dependency pulled in: org.hibernate.reactive:hibernate-reactive-core:1.1.7.Final,...

enhancement
waiting

This is probably a big job, and it's not yet urgent, but it's about time we did at least a bit of exploratory work to get an estimate of just...

upgrade

Follows issue #721

testing
build

There's a couple of places where we cannot use method reference because of [JDK-8161588](https://bugs.openjdk.java.net/browse/JDK-8161588) affect Quarkus: * [ReactiveSessionFactoryImpl](https://github.com/hibernate/hibernate-reactive/blob/4d1df78449172aab2655c158e0190dd8e6bbf38f/hibernate-reactive-core/src/main/java/org/hibernate/reactive/session/impl/ReactiveSessionFactoryImpl.java#L37) * [PostgresParameters](https://github.com/hibernate/hibernate-reactive/blob/4d1df78449172aab2655c158e0190dd8e6bbf38f/hibernate-reactive-core/src/main/java/org/hibernate/reactive/pool/impl/PostgresParameters.java#L76)

waiting

We now have a `Statistics` interface but we don't record any information about statements and connections.

enhancement

We are already using the latest ORM that should have fixed the issue. The `session-example` module is currently disabled: a9027ad22e0af642a05ace4912421d151ee713fd

bug
jakarta

There's an issue with the vert.x Db2 client that's causing the following exception when [running the build](https://github.com/hibernate/hibernate-reactive/runs/7008005379?check_suite_focus=true#step:5:1725): ``` ERRORerrors [vert.x-eventloop-thread-0] HR000057: Failed to execute statement [select identifier0_.id as id1_0_, identifier0_.name...

waiting
db2