Davide D'Alto

Results 107 issues of Davide D'Alto
trafficstars

Because of a race condition in 2.5.4, we are going to update to 2.5.5

upgrade

Error: ``` io.vertx.mysqlclient.MySQLException: SELECT command denied to user 'hreact'@'10.0.2.100' for table 'test_id_seq' ``` This test set a different default schema using the property `hibernate.default_schema`. I suspect that there is a...

regression

See https://github.com/hibernate/hibernate-reactive/issues/1832 Requires figuring out why `CascadeTest#testCascade` fails with Hibernate ORM >= 6.2.14.Final and Vert.x 4.4 (Works fine with Vert.x 4.5)

upgrade
2.0

This reverts commit 163eee7a4e9b6ee6b4ce183c735b43fbec795ae2.

2.0

The `strategy` attribute in `@GenericGenerator` is deprecated. The recommended approach is to use the `type` attribute. But, [ReactiveIdentifier](https://github.com/hibernate/hibernate-reactive/blob/main/hibernate-reactive-core/src/main/java/org/hibernate/reactive/id/ReactiveIdentifierGenerator.java) doesn't implement the interface making it harder for the user to create...

See [the topic on Zulip](https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/Hibernate.20Reactive.20problem.20with.20RESTEasy.20Reactive/near/404894144)

bug

`hibernate.order_inserts` and `hibernate.order_updates`.

documentation

I'm creating an issue so that I don't forget to review it. See https://discourse.hibernate.org/t/custom-sqlstatementlogger-setup/7680/6

good first issue

We only test the upsert for [ReactiveSingleTableEntityPersister](https://github.com/hibernate/hibernate-reactive/blob/main/hibernate-reactive-core/src/main/java/org/hibernate/reactive/persister/entity/impl/ReactiveSingleTableEntityPersister.java), but it's also implemented for [ReactiveUnionSubclassEntityPersister](https://github.com/hibernate/hibernate-reactive/blob/main/hibernate-reactive-core/src/main/java/org/hibernate/reactive/persister/entity/impl/ReactiveUnionSubclassEntityPersister.java) and [ReactiveJoinedSubclassEntityPersister](https://github.com/hibernate/hibernate-reactive/blob/main/hibernate-reactive-core/src/main/java/org/hibernate/reactive/persister/entity/impl/ReactiveJoinedSubclassEntityPersister.java) We should also test the deletion of rows with upsert works (currently we only test...

good first issue
testing

It's related to this issue: https://github.com/quarkusio/quarkus/issues/36211 The error message is quite cryptic and I'm not sure if it's an issue in Quarkus or Hibernate Reactive. We should check if this...

enhancement