>>>>> Steinar Bang <[email protected]>: >>>>> João Assunção <[email protected]>: >> Hello Steinar. >> Out of topic, but is it required to use SPI to run liquibase inside karaf ? >> Maybe because I'm still using liquibase 3.10.x, but I didn't feel the need >> to use spi fly
> Requirement for SPI came with liquibase 4.x which is one of the reasons > it took me so long to move from 3.8.0 to 4.15.0 > > https://github.com/steinarb/liquibase-karaf-feature?tab=readme-ov-file#project-status I also had some issues when running on Java 11 with the released version of liquibase 3.10, built with java8 (when I built the same version of liquibase myself with java11, it worked fine): https://github.com/liquibase/liquibase/issues/1254 I provided a PR to fix the java11 problem, but there weren't to be any maintenance releases following 3.10, so it was never used: https://github.com/liquibase/liquibase/issues/1254#issuecomment-985743534 That's what made me finally take the plunge to liquibase 4.
