-
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
Liquibase includeAll does not work in native mode #16292
Comments
/cc @andrejpetras, @geoand, @gsmet |
Do we have an example application where this isn't working? Or some easy way to reproduce it? |
Two options to reproduce:
|
Relates to quarkusio#16292 (cherry picked from commit 5aa7d0d)
So I had a quick look at this one, and it seems that the way So if we want to make this work, we'll need to change the Liquibase implementation to not open the directory as a stream, but instead I guess filter the files of the file system. |
FTR, liquibase 4.6.0 tightened the validation in that |
Still not working with 2.16.5.Final |
Is this still an issue in the latest versions of Quarkus? |
Just checked the IT on main - still an issue, unfortunately. |
😢 Thanks for checking |
This is a follow-up to #14751 which contains all the necessary info, especially #14751 (comment)
Short story: includeAll was fixed for JVM mode by upgrading to Liquibase to 4.3.2 but the classpath resource scanning in Liquibase needs some adjustments (in Quarkus) to make it work in native.
The text was updated successfully, but these errors were encountered: