Closed
Description
Spring-boot 3.2.0 seems to have introduced a regression. I am using liquibase with a liquibase parameters in a sql script.
When setting the flag test-rollback-on-update
to true, there's a checksum validation error when performing the rollback step. It seems to be related when you use a liquibase parameter in a sql script (see here and here)
There's a demo available here which demonstrate the regression. Just run the test to see the problem.
If you change the spring boot version to 3.1.6, eveything's working fine.