-
Notifications
You must be signed in to change notification settings - Fork 41.9k
Closed as not planned
Closed as not planned
Copy link
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertype: bugA general bugA general bug
Description
Hi!
Currently I'm working on a migration application that uses Liquibase to Spring Boot Native (SB 3.0.4).
My Liquibase resources include the master file and a few sql files:
/resources/db/changelog/
/tables/init.sql
db.changelog-master.yaml
The master file includes /tables/init.sql file.
When running application in native mode I have the error:
Caused by: java.io.FileNotFoundException: The file db/changelog/tables/init.sql was not found in the configured search path:
- Spring classpath
More locations can be added with the 'searchPath' parameter.
As I can see the master file was added to resources via hint: LiquibaseAutoConfigurationRuntimeHints
but other files were not included.
yep, I can add my custom hint with resources (like in spring-aot-smoke-tests#LiquibaseRuntimeHints ) but maybe you have a from-the-box solution which I didn't find.
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertype: bugA general bugA general bug