teksuo
June 13, 2022, 6:08am
2
Hi, I tried it and encountered a problem when using extensions like LiquibaseDataType because they are not retrieved from the classpath, everything detailed here:
Hi everyone,
I am trying to build a custom Liquibase docker image (based on the official liquibase/liquibase:4.3.5 image) for running database migrations in Kubernetes.
I am using some custom types for the database which are implemented using @DataTypeInfo annotation and extending existing LiquibaseDataTypes like liquibase.datatype.core.VarcharType (class discovery is implemented using the META-INF/services/liquibase.datatype.LiquibaseDatatype mechanism introduced in Liquibase 4+).
These exte…