{
"type": "liquibase.change.core.SQLFileChange",
"methods": [
{
"name": "setPath",
"parameterTypes": [
"java.lang.String"
]
}
]
}
hints.reflection().registerType(
SQLFileChange::class.java,
MemberCategory.INVOKE_PUBLIC_METHODS,
MemberCategory.INVOKE_PUBLIC_CONSTRUCTORS
)
Full Maven coordinates
org.liquibase:liquibase-core:5.0.1
Additional context and logs
had to add:
to spring boot 4
GraalVM version
25.0.1
Operating system
Linux
CPU architecture
AARCH64 (ARM64)