steinarb / liquibase-sample

A minimal karaf OSGi application to test new versions of liquibase-karaf-feature

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Liqubase sample

This project contains an OSGi bundle sample project using liquibase.

The purpose of this project is to test if a particular version of the liquibase karaf feature can be loaded in apache karaf.

What the project does is to create a derby database with a liquibase schema. The project (or the created database), doesn’t actually do anything useful.

Usage

  1. Build this project with “mvn clean install”
  2. From the karaf console load the bundle:
    feature:repo-add mvn:no.priv.bang.karaf.liquibase/liquibase.sample/LATEST/xml/features
    feature:install liquibase-sample
        
  3. If the bundle loads without problem the feature probably works
  4. Check the data/logs/karaf.log file for liquibase output (because that means that the log redirect of liquibase has worked)

License

The license of this karaf feature, is Apache Public License v 2.0

See the LICENSE file for details.

About

A minimal karaf OSGi application to test new versions of liquibase-karaf-feature

License:Apache License 2.0


Languages

Language:Java 100.0%