Closed dtaimanov closed 3 years ago
ServiceInterceptor proxy creation has been changed in cuba-platform/cuba#3080 : SpringAOP API used instead of aspectJ in order to consider inheritance of @Service annotation.
@Service
SpringAOP PostProcessor (unlike AspectJ one) cannot work with cyclic bean references, which brokes projects with such references or webdav / LDAP addons used. (see https://www.cuba-platform.ru/discuss/t/tekushhaya-versiya-webdav-2-5-3-ne-sovmestima-s-platformoj-7-2-12/5517)
Revert cuba-platform/cuba#3080 until next minor or major release
ER: login successfull
Problem
ServiceInterceptor proxy creation has been changed in cuba-platform/cuba#3080 : SpringAOP API used instead of aspectJ in order to consider inheritance of
@Service
annotation.SpringAOP PostProcessor (unlike AspectJ one) cannot work with cyclic bean references, which brokes projects with such references or webdav / LDAP addons used. (see https://www.cuba-platform.ru/discuss/t/tekushhaya-versiya-webdav-2-5-3-ne-sovmestima-s-platformoj-7-2-12/5517)
Solution
Revert cuba-platform/cuba#3080 until next minor or major release
QA Notes
ER: login successfull