This PR considers a recently added Liquibase Customizer.
Fixes #38055
It includes an upgrade of Liquibase to 4.28.0, which can be separately done.
Comment From: asashour
I am scratching my head: ./gradlew checkstyleMain checkstyleTest locally passes, but not on the build server.
Comment From: philwebb
I'm not sure what's going on with CI, it may be unrelated to your code. Don't worry about it for now, we'll make sure things work before we merge.
Comment From: mhalbritter
I did the Liquibase update in #41194.
Comment From: mhalbritter
Thanks! I polished the changes a bit so that support for older Liquibase versions isn't broken.