Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.1 EE SP4 (5.1.7), 5.2 EE SP2 (5.2.6)
-
All
Description
Liferay portal starts up 30% faster now. The velocity and service AOP advice now refer to the same spring bean and the redundant bean has been removed.
UPGRADE NOTE:
Accessing a service from a velocity template has been slightly changed. Instead of locating a service by the ServiceUtil class, you should now use the Service interface class. For example:
$serviceLocator.findService("com.liferay.portal.service.UserLocalServiceUtil")
has been changed to
$serviceLocator.findService("com.liferay.portal.service.UserLocalService")
Attachments
Issue Links
- is related to
-
LPS-5838 Make the velocity and service aop advice referring the same spring beans, not creating redundant beans
- Closed