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.
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...
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...
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,...
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...
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)
We now have a `Statistics` interface but we don't record any information about statements and connections.
We are already using the latest ORM that should have fixed the issue. The `session-example` module is currently disabled: a9027ad22e0af642a05ace4912421d151ee713fd
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...