Davide D'Alto
Davide D'Alto
``` // Detected use of the reactive Session from a different Thread than the one which was used to open the reactive Session - this suggests an invalid integration; original...
No problem. You should actually thank @tiagomistral :)
And when we activate the statistics we see logs mentioning JDBC: ``` INFO StatisticalLoggingSessionEventListener [vert.x-eventloop-thread-0] Session Metrics { 0 nanoseconds spent acquiring 0 JDBC connections; 0 nanoseconds spent releasing 0...
We will also need to update the documentation: https://github.com/hibernate/hibernate-reactive/commit/ffa7215e5004b3040815fc191f151935eb69fa17
I like the idea of different sources for this case. Not sure about the complexity.
We plan to have a look at Jakarta beginning of next year, so it will probably happen before the upgrade of Hibernate 6
I've pushed upstream the current state of the integration with ORM 6: https://github.com/hibernate/hibernate-reactive/tree/wip/ORM-6 Note that it requires some changes in ORM to work: https://github.com/hibernate/hibernate-orm/pull/5380 It's still a work in progress...
Sure, but JsonObject is a vert.x thing
And a user can already create a field of type `JsonObject` with Hibernate Reactive. The problem is that, in practice, it's not very useful because when using something like RestEasy,...
Also, for ORM it's possible to add this mapping via `hibernate-types` but there is no equivalent for Hibernate Reactive