Package org.opennms.config.upgrade
Class UpgradeConfigService
- java.lang.Object
-
- org.opennms.config.upgrade.UpgradeConfigService
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
@Component public class UpgradeConfigService extends Object implements org.springframework.beans.factory.InitializingBean
Checks for config upgrades and executes them at startup of OpenNMS. Runs at every start of the application. Uses liquibase as underlying technology.
-
-
Constructor Summary
Constructors Constructor Description UpgradeConfigService(ConfigurationManagerService cm, DataSource dataSource, boolean skipConfigUpgrades)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterPropertiesSet()
-
-
-
Constructor Detail
-
UpgradeConfigService
@Inject public UpgradeConfigService(ConfigurationManagerService cm, DataSource dataSource, @Value("${skipConfigUpgrades:false}") boolean skipConfigUpgrades)
-
-