Here's a karaf feature that will install liquibase-core and fix the log:
https://github.com/steinarb/liquibase-karaf-feature
To install:
-
clone this project and build it with maven:
mkdir -p ~/git cd ~/git git clone https://github.com/steinarb/liquibase-karaf-feature/ cd liquibase-karaf-feature mvn clean install
-
start karaf and give the following commands to the karaf console:
feature:repo-add mvn:no.priv.bang.karaf/liquibase-core-karaf/LATEST/xml/features feature:install liquibase-core