-
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
Upgrade H2 to version 2.2.224 #36540
Conversation
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.
LGTM, but I looked at Hibernate ORM and it seems it's getting tested against H2 2.2.220, so I'm not entirely sure it's compatible. I'll run some tests locally.
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.
I ran a full build of Hibernate ORM against H2 2.2.224 locally and all tests passed.
I also opened hibernate/hibernate-orm#7454 to upgrade H2 in Hibernate ORM's main branch.
Failing Jobs - Building 181ef34
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 17 Windows #- Failing: extensions/vertx/deployment
! Skipped: devtools/cli extensions/agroal/deployment extensions/amazon-lambda-http/deployment and 383 more 📦 extensions/vertx/deployment✖
✖
✖
✖
✖
✖
✖
✖
✖
✖
✖
✖
✖
✖
✖
✖
✖
✖
✖
✖
⚙️ JVM Tests - JDK 20 #📦 integration-tests/virtual-threads/grpc-virtual-threads✖
✖
✖
✖
✖
✖
✖
✖
📦 integration-tests/virtual-threads/kafka-virtual-threads✖
✖
📦 integration-tests/virtual-threads/mailer-virtual-threads✖
✖
📦 integration-tests/virtual-threads/redis-virtual-threads✖
📦 integration-tests/virtual-threads/rest-client-reactive-virtual-threads✖
📦 integration-tests/virtual-threads/resteasy-reactive-virtual-threads✖
✖
✖
✖
⚙️ Maven Tests - JDK 11 Windows #- Failing: integration-tests/maven
📦 integration-tests/maven✖
✖
✖
✖
|
I think all the failures are from flaky tests. |
Version 2.2.220 has data corruption issues, which were addressed in version 2.2.222. That version ended up introducing performance issues (as seen in the release notes), which were fixed in 2.2.224.
In Keycloak we are also upgrading H2 as some users have reported issues that might be related to the issues in 2.2.220.