Comment From: snicoll

Since Liquibase 4.22.0, liquibase-core has a compile time dependency on javax.activation:javax.activation-api. I am not sure if that was intended.

Comment From: wilkinsona

I tried it with some excludes for 4.22.0 but then I hit https://github.com/liquibase/liquibase/issues/4135 again and prohibited the upgrade instead. I also see now that I made a bit of a mess of it as I left the excludes in place. That aside, I think we'll just have to do the same here as https://github.com/liquibase/liquibase/issues/4135 is still open so I assume 4.23.0 will break.

Comment From: snicoll

I've also created an issue for the activation-api in the hope they can remove that on their side: https://github.com/liquibase/liquibase/issues/4487

Comment From: wilkinsona

Thanks to https://github.com/liquibase/liquibase/pull/4282, 4.23.0 works.