adobe / aem-core-wcm-components

Standardized components to build websites with AEM.
https://docs.adobe.com/content/help/en/experience-manager-core-components/using/introduction.html
Apache License 2.0
733 stars 741 forks source link

Lombok related to issues due to SP upgrade to 6.5.10 and core components 2.19.0 #2531

Open hiralvasa opened 1 year ago

hiralvasa commented 1 year ago

Bug Report

Current Behavior AEM version : 6.5 Lombok version : 1.18.12 SP upgrade to 6.5.10 Core components version updated to 2.19.0

With SP and core components upgrade, the build is failing with the compilation errors related to lombok( @Slf4j, @Getter and @Setter). If core components version is degraded to 2.11.1, the build is executed successfully.

Expected behavior/code With AEM version 6.5.10 and core components version 2.19.0, the build should be successfully executed.

Environment -AEM version : 6.5 Lombok version : 1.18.12 SP upgrade to 6.5.10 Core components version updated to 2.19.0 JDK : v11

image
hiralvasa commented 1 year ago

Any update on the above? Which Lombok version is supported with Core components v2.19.0 ?