Class ProductionLiquibaseRunner

  • All Implemented Interfaces:
    org.ops4j.pax.jdbc.hook.PreHook

    public class ProductionLiquibaseRunner
    extends Object
    implements org.ops4j.pax.jdbc.hook.PreHook
    • Field Detail

      • logservice

        private org.osgi.service.log.LogService logservice
    • Constructor Detail

      • ProductionLiquibaseRunner

        public ProductionLiquibaseRunner()
    • Method Detail

      • setLogservice

        public void setLogservice​(org.osgi.service.log.LogService logservice)
      • activate

        public void activate()
      • applyChangelistsAndTryForcingLiquibaseLockIfFailingToUnlock

        void applyChangelistsAndTryForcingLiquibaseLockIfFailingToUnlock​(DataSource datasource)
                                                                  throws liquibase.exception.LiquibaseException,
                                                                         SQLException
        Throws:
        liquibase.exception.LiquibaseException
        SQLException