-
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
Clarify sql-load-script must be in the application resources #23863
Conversation
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building c608b82
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 11 #- Failing: extensions/hibernate-orm/deployment
! Skipped: extensions/flyway/deployment extensions/hibernate-envers/deployment extensions/hibernate-reactive/deployment and 90 more 📦 extensions/hibernate-orm/deployment✖
⚙️ JVM Tests - JDK 11 Windows #- Failing: extensions/hibernate-orm/deployment
! Skipped: extensions/flyway/deployment extensions/hibernate-envers/deployment extensions/hibernate-reactive/deployment and 90 more 📦 extensions/hibernate-orm/deployment✖
⚙️ JVM Tests - JDK 17 #- Failing: extensions/hibernate-orm/deployment
! Skipped: extensions/flyway/deployment extensions/hibernate-envers/deployment extensions/hibernate-reactive/deployment and 90 more 📦 extensions/hibernate-orm/deployment✖
|
c608b82
to
368dc73
Compare
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 368dc73
Full information is available in the Build summary check run. Failures⚙️ Gradle Tests - JDK 11 Windows #- Failing: integration-tests/gradle
📦 integration-tests/gradle✖
⚙️ JVM Tests - JDK 11 Windows #- Failing: extensions/hibernate-orm/deployment
! Skipped: extensions/flyway/deployment extensions/hibernate-envers/deployment extensions/hibernate-reactive/deployment and 90 more 📦 extensions/hibernate-orm/deployment✖
|
a99690f
to
f5b51ad
Compare
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building f5b51ad
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 11 Windows #- Failing: extensions/hibernate-orm/deployment
! Skipped: extensions/flyway/deployment extensions/hibernate-envers/deployment extensions/hibernate-reactive/deployment and 90 more 📦 extensions/hibernate-orm/deployment✖
|
f5b51ad
to
a93f367
Compare
a93f367
to
63f5382
Compare
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 63f5382
Failures⚙️ Initial JDK 11 Build #- Failing: independent-projects/bootstrap/app-model
! Skipped: core/deployment core/launcher core/runtime and 701 more 📦 independent-projects/bootstrap/app-model✖ |
… path passed to sql-load-script
63f5382
to
b1889d6
Compare
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building b1889d6
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 11 Windows #- Failing: extensions/hibernate-orm/deployment
! Skipped: extensions/flyway/deployment extensions/hibernate-envers/deployment extensions/hibernate-reactive/deployment and 90 more 📦 extensions/hibernate-orm/deployment✖
|
…te path (on the FS) to a resource file fails
…the application resources, not on the filesystem
b1889d6
to
7eade13
Compare
Fixes #23574
Actually, the bug was fixed in #23692 , but since that PR was about a very low-level issue, we did not add a non-regression test for the problem that was originally noticed in the Hibernate ORM extension.
This adds the non-regression test, and clarifies the documentation.