Skip to content

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

License

Notifications You must be signed in to change notification settings

steinarb/liquibase-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages