Davide D'Alto

Results 107 issues of Davide D'Alto
trafficstars

See https://github.com/hibernate/hibernate-reactive/blob/a0117ad42af25357ed622dcfe2196c05d239a80f/hibernate-reactive-core/src/test/java/org/hibernate/reactive/BatchFetchTest.java#L55

regression

See https://github.com/hibernate/hibernate-reactive/blob/92b7b0fc8550b8ecd7a7124d70fdba3859f8ce7f/hibernate-reactive-core/src/main/java/org/hibernate/reactive/loader/entity/ReactiveCacheEntityLoaderHelper.java#L134 We need to make sure that everything is chained correctly. Same error happens in main

bug

I'm not sure if this is the right place for this issue, but let me know otherwise. When I create a new project and include the Hibernate Reactive extension using...

feature

Similar to [the one for Hibernate ORM](https://github.com/quarkusio/quarkus-quickstarts/tree/main/hibernate-orm-multi-tenancy-quickstart)

Test for https://hibernate.atlassian.net/browse/HHH-17698

See https://github.com/quarkusio/quarkus/issues/41198 UPDATE: This is working now in Quarkus, but we should add a test to keep track of it

enhancement
good first issue
testing

Preview of Hiebrnate Reactive 3.0 with Hibernate ORM 7.0.0.Alpha2

Fix #1932 This only support the method for HQL queries, for native queries I need this PR merged in ORM: https://github.com/hibernate/hibernate-orm/pull/8542

Fix #1927 This is technically ready, but we should wait for the quarkus upgrade before merging it