-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when running HQL queries spanning multiple tables in Hibernate Reactive #15835
Conversation
with Hibernate Reactive
Thanks for your pull request! The title of your pull request does not follow our editorial rules. Could you have a look?
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something is wrong with native compilation. I guess a missing reflective rule for the new strategy? I'll have a look
There is failure when on CI with native: https://github.com/quarkusio/quarkus/pull/15835/checks?check_run_id=2138462807#step:9:364 Any idea? |
Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should work now.
Merged! thanks @DavideD |
Fixes #15834
Hibernate Reactive needs a different
MultiTableBulkIdStrategy
than ORM.