-
Notifications
You must be signed in to change notification settings - Fork 92
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 Yaml + SQL isn't working in native image #125
Comments
IMO, this is a bug. A reflection hint for - changeSet:
id: sqlFile-example
author: liquibase-docs
changes:
- sqlFile:
dbms: '!h2, oracle, mysql'
endDelimiter: \nGO
splitStatements: true
path: my/path/file.sql
stripComments: true Hints for other methods on databaseChangeLog:
- changeSet:
id: 1
author: nkonev
changes:
- sqlFile:
path: /db/changelog/1648380286__init.sql |
It looks to me like #118 will fix this as it allows reflective invocation of all methods on |
@nkonev Are you sure that the files under https://github.com/oracle/graalvm-reachability-metadata/tree/master/metadata%2Forg.liquibase%2Fliquibase-core%2F4.17.0 still cannot solve the current issue? |
Not completely understood what exactly you asking for. |
|
@linghengqian it works |
|
Reproducer
Originally reported here spring-projects/spring-boot#33358
The text was updated successfully, but these errors were encountered: