-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.0 DXP FP32
-
Fix Version/s: 7.0.0 DXP FP35, 7.0.0 DXP SP7, 7.0.5 CE GA6, 7.0.X, 7.1.0 M1, Master
-
Component/s: User Management > User Groups
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Git Pull Request:
As LCS Developer I'm not able to upgrade LCS portal based on Liferay Portal EE 6.2 to DXP SP6 (DE32)
Upgrade process ends up in stack overflow with recursive call to com.liferay.portal.language.LanguageResources#getSuperLocale
Source of issue which manifests during upgrade configuration-admin-web module is caused by GroupUpgrade process, where LanguageUtil is used in inappropriate way which doesn't complete superLocale resolution in LanguageResource class.