Custom Extensions not available in OSGi build

It seems that the OSGi integrated build of Liquibase does not include custom extensions.

In my case, the hibernate integration is needed to run with the OSGi build.


From my point of view, all custom extensions should be compiled as fragments (and use the main OSGi Liquibase bundle as their host).


There is https://liquibase.jira.com/browse/CORE-1690 logged to fix this as well as a link to a project that may work. I haven’t gotten a chance to look at it yet, unfortunately.


Nathan