-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Quarkus 1.5.0 Flyway not running Java Migrations #9819
Comments
Hi, Thanks for reporting! Question: What exactly are Java migrations? Implementations of |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Jun 5, 2020
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Jun 5, 2020
#9824 fixes the issue |
geoand
added a commit
that referenced
this issue
Jun 5, 2020
Take Java migration classes into account in Flyway extension
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Jun 10, 2020
johnaohara
pushed a commit
to johnaohara/quarkus
that referenced
this issue
Jun 29, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Quarkus 1.5.0 Flyway not running Java Migrations
Expected behavior
All migrations (sql and Java) are run.
Actual behavior
Only the sql migrations are running.
To Reproduce
Steps to reproduce the behavior:
Configuration
Screenshots
(If applicable, add screenshots to help explain your problem.)
Environment (please complete the following information):
uname -a
orver
: Darwin Brents-MBP 19.5.0 Darwin Kernel Version 19.5.0: Tue May 26 20:41:44 PDT 2020; root:xnu-6153.121.2~2/RELEASE_X86_64 x86_64java -version
: OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.7+10)mvnw --version
orgradlew --version
): Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)Additional context
(Add any other context about the problem here.)
** Simple Test Project **
testflyway.zip
The text was updated successfully, but these errors were encountered: