Starting from Liquibase 4.24.0 (and so far up to 4.33.0) the ‘clearCheckSums’ property stopped taking effect, at least for offline databases. When using liquibase’s maven plugin, running the updateSQL ...
I am trying to generate a diff between a clean database and JPA entities. When running mvn -pl dist liquibase:diff, the plugin fails with the following error: [ERROR] Failed to execute goal ...