-
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
Fix assertions in Hibernate ORM 5.6 compatibility tests #36802
Conversation
Hibernate ORM 5.6 does not, in fact, preserve information for OffsetTime columns. It just slaps the current JVM timezone on a stored LocalTime.
I also changed the date on my local computer, to check that this will work after the next DST switch. Tests passed. BTW, I do not recommend setting the date of your computer to something 6 months in the future. My system went crazy with warnings about expired SSL certificates all around. Not fun. |
✔️ The latest workflow run for the pull request has completed successfully. It should be safe to merge provided you have a look at the other checks in the summary. |
Wow, that must be the fastest Quarkus CI run I've ever seen. I checked just in case, and the previously failing tests were actually run, and passed. Now I just need an approval to merge... @rsvoboda? |
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.
Thanks, checked locally and tests passed.
Yeah, your change is located just in one module which is also not used by anything else :) |
Fixes #36794