Skip to content

Commit

Permalink
LPS-122582 The upgrade UpgradeLDAPSystemConfigurations is micro. Now …
Browse files Browse the repository at this point in the history
…we need to create a parallel upgrade step to be able to backport it as micro upgrade process to 7.2.x
  • Loading branch information
achaparro committed Oct 23, 2020
1 parent 912ca54 commit 80cd88b
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -15,6 +15,7 @@
package com.liferay.portal.security.ldap.internal.upgrade;

import com.liferay.portal.kernel.module.configuration.ConfigurationProvider;
import com.liferay.portal.kernel.upgrade.DummyUpgradeStep;
import com.liferay.portal.security.ldap.internal.upgrade.v1_0_0.UpgradeLDAPSystemConfigurations;
import com.liferay.portal.upgrade.registry.UpgradeStepRegistrator;

Expand All @@ -34,6 +35,8 @@ public void register(Registry registry) {
"0.0.0", "1.0.0",
new UpgradeLDAPSystemConfigurations(
_configurationAdmin, _configurationProvider));

registry.register("0.0.1", "1.0.0", new DummyUpgradeStep());
}

@Reference
Expand Down

0 comments on commit 80cd88b

Please sign in to comment.