-
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
Unable to run test using mvn clean test
on main application when Flyway is embedded in an external jar.
#3787
Comments
mvn clean test
when Flyway is embedded in an external jar.mvn clean test
on main application when Flyway is embedded in an external jar.
FlywayProcessor: When test is running from Intellij the path is When test is running using We need to avoid the use of |
In case migration files are presents on an external jar, the external jar must be unzipped to avoid FileSystemNotFoundException
In case migration files are presents on an external jar, the external jar must be unzipped to avoid FileSystemNotFoundException
In case migration files are presents on an external jar, the external jar must be unzipped to avoid FileSystemNotFoundException
In case migration files are presents on an external jar, the external jar must be unzipped to avoid FileSystemNotFoundException
In case migration files are presents on an external jar, the external jar must be unzipped to avoid FileSystemNotFoundException
In case migration files are presents on an external jar, the external jar must be unzipped to avoid FileSystemNotFoundException
In case migration files are presents on an external jar, the external jar must be unzipped to avoid FileSystemNotFoundException
In case migration files are presents on an external jar, the external jar must be unzipped to avoid FileSystemNotFoundException
#3787 handle different sources of migrations files
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you! |
@jaikiran would you be interested in having a look to that one? |
Describe the bug
I have designed a POC to ensure that CDI, JPA, Flyway and Kafka integration defined in an external jar are working well.
Excepted Flyway all other libraries are working.
Expected behavior
The appliation should compile and produce a jar file.
Actual behavior
The application fails to compile.
This error arise when compiling it:
To Reproduce
Steps to reproduce the behavior:
Configuration
# Add your application.properties here, if applicable.
Screenshots
Environment (please complete the following information):
uname -a
orver
: Linux arch-anywhere 5.1.6-arch1-1-ARCH Switch to the Maven distributed copy of the SubstrateVM annotations #1 SMP PREEMPT Fri May 31 15:17:53 UTC 2019 x86_64 GNU/Linuxjava -version
: openjdk version "1.8.0_222"Additional context
The text was updated successfully, but these errors were encountered: