-
Notifications
You must be signed in to change notification settings - Fork 41k
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
Upgrade to Hibernate 6.6.0.Final #41931
Comments
Unfortunately the upgrade breaks on native:
|
In think we should proceed with the upgrade. The native problem can be worked around with some additional reachability metadata and getting feedback on the upgrade in general outweighs that inconvenience, IMO. |
Be aware there are 2 issues. The first one reported by Stéphane can be fixed via a updated generation of reachability metadata with Hibernate The second one is more serious, it seems to break |
Thanks, @sdeleuze. I'd still prefer to upgrade now, even if it's broken for native users. We can mention that in the release notes and I'd rather get more feedback on the upgrade during the 3.4 milestone phase from those not using native. |
We are going to have a deeper look with the GraalVM team and @mhalbritter to try to understand what happens using this repro. The metadata PR fixing the issue reported by @snicoll is oracle/graalvm-reachability-metadata#523. |
Christian Wimmer found the issue - @sdeleuze will update the PR and then it should work again on native. |
Done, I have asked @christophstrobl review. |
GraalVM metadata I have asked to the GraalVM team to release a new version of NBT at least one week before |
Can we backport it to 3.3.x? since 6.5 is not supported now, see https://hibernate.org/orm/releases/ |
No description provided.
The text was updated successfully, but these errors were encountered: