You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.