-
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 Hibernate ORM to 6.2.5.Final and Reactive to 2.0.1.Final #34058
Conversation
DavideD
commented
Jun 15, 2023
- Hibernate ORM to 6.2.5.Final
- Hibernate Reactive to 2.0.1.Final
* Hibernate ORM to 6.2.5.Final * Hibernate Reactive to 2.0.1.Final
Failing Jobs - Building 5cb713f
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 11 #- Failing: integration-tests/reactive-messaging-hibernate-orm integration-tests/reactive-messaging-hibernate-reactive integration-tests/spring-data-jpa
📦 integration-tests/reactive-messaging-hibernate-orm✖
📦 integration-tests/reactive-messaging-hibernate-reactive✖
📦 integration-tests/spring-data-jpa✖
⚙️ JVM Tests - JDK 17 #- Failing: extensions/amazon-lambda/deployment integration-tests/reactive-messaging-hibernate-orm integration-tests/reactive-messaging-hibernate-reactive and 1 more
! Skipped: extensions/amazon-lambda-http/deployment extensions/amazon-lambda-rest/deployment integration-tests/amazon-lambda and 6 more 📦 extensions/amazon-lambda/deployment✖
📦 integration-tests/reactive-messaging-hibernate-orm✖
📦 integration-tests/reactive-messaging-hibernate-reactive✖
📦 integration-tests/spring-data-jpa✖
⚙️ JVM Tests - JDK 17 Windows #- Failing: integration-tests/spring-data-jpa
📦 integration-tests/spring-data-jpa✖
⚙️ JVM Tests - JDK 19 #- Failing: integration-tests/reactive-messaging-hibernate-orm integration-tests/reactive-messaging-hibernate-reactive integration-tests/spring-data-jpa
📦 integration-tests/reactive-messaging-hibernate-orm✖
📦 integration-tests/reactive-messaging-hibernate-reactive✖
📦 integration-tests/spring-data-jpa✖
⚙️ Native Tests - Spring #- Failing: integration-tests/spring-data-jpa
📦 integration-tests/spring-data-jpa✖ |
Kafka error:
Spring Data JPA error:
/cc @yrodiere too |
Thanks for highlighting the errors! Both errors look like related to a failure of entity enhancement. |
Agreed. The first one looks like a regression in ORM, the second one might be a combination of a change in ORM and a bug introduced by my earlier PR. I can't look into this right now, but I'll try to investigate next week. |
Oops.... I've deleted this branch by mistake. Here's a new PR rebased to the latest changes: #34124 |