-
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
Flyway migrations does not work anymore on JDK8 after upgrade to 1.7.1.Final #11780
Labels
Milestone
Comments
@jaikiran I would be interested in your opinion on this if you have one? Looks like the fix I made does not work everywhere. |
I will reproduce this locally and see what's going on. |
Hmmm, thinking about it, I think I should have normalized the path. Let me give it a try. |
Yeah that was it... |
gsmet
added a commit
to gsmet/quarkus
that referenced
this issue
Sep 1, 2020
I created #11781 . |
gsmet
added a commit
to gsmet/quarkus
that referenced
this issue
Sep 1, 2020
gsmet
changed the title
Flyway migrations does not work anymore on JDK8 after upgrade to 1.7.1-Final
Flyway migrations does not work anymore on JDK8 after upgrade to 1.7.1.Final
Sep 1, 2020
Thank you very much :) |
Thanks for the reproducer. It helped a lot. |
gsmet
added a commit
to gsmet/quarkus
that referenced
this issue
Sep 2, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Flyway migration does not work anymore on quarkus 1.7.1 with jdk 8 when executing from inside a jar
Reproducer:
https://github.com/rmanibus/quarkus-reproducer
This seems to have been introduced by #11300
Expected behavior
Flyway migrations are executed
Actual behavior
The application throws with:
The text was updated successfully, but these errors were encountered: