Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.1 EE SP4 (5.1.7), 5.2 EE SP1 (5.2.5)
-
All
Description
The upgrade process is now available to plugins. Specifically, the following classes has been moved from com.liferay.portal.upgrade to com.liferay.portal.kernel.upgrade:
StagnantRowException
UpgradeException
UpgradeProcess
And the following classes has been moved from com.liferay.portal.upgrade.util to com.liferay.portal.kernel.upgrade.util:
DefaultPKMapper
IdReplacer
UpgradeColumn
UpgradeTable
ValueMapper
ValueMapperFactory
ValueMapperFactoryUtil
ValueMapperUtil
ValuMapperWrapper
This change will allow portlet developers to hook into Liferay's upgrade process to upgrade their portlet when Liferay is upgraded.
Attachments
Issue Links
- is related to
-
LPS-5657 UpgradeProcess must be available in com.liferay.portal.kernel.upgrade so that plugins can utilize the same system
- Closed