Liquibase: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:

In this blog post we will look at the troubleshooting issues encountered while using Liquibase database migrations and how to resolve them. One of the issue you might encounter while working with Liquibase is validation failure related to checksum like below Liquibase keeps track of applied changesets using checksum of the file. If you change…