Hello everyone,
is the current aem-sdk-api package (version 2022.10.9398.20221020T071514Z-220900) missing the package com.day.cq.wcm.api.constants and therein the interface NameConstants?
The predecessor com.day.cq.wcm.api.NameConstants is now deprecated and states that it is replaced by com.day.cq.wcm.api.constants.NameConstants, but that interface is nowhere to be found in the SDK.
Any hints would be greatly appreciated.
Thanks,
Jan
Solved! Go to Solution.
I believe its just a warning and would not fail your build, if you use
com.day.cq.wcm.api.NameConstants
However, this issue might get fixed in the next set of releases for AEM SDK.
I believe its just a warning and would not fail your build, if you use
com.day.cq.wcm.api.NameConstants
However, this issue might get fixed in the next set of releases for AEM SDK.
Agreed, it's only a warning (and a code smell) right now, but no way for us to get around this unless the SDK is updated.
Thanks for the clarification!
Hi @krati_garg, The issue exists. We are using SDK version 2023.2.11289.20230224T170559Z. Please suggest what is to be done to mitigate this.
This issue is fixed in SDK version 2023.4.11835.20230414T234523Z. NameConstant is available in com.day.cq.wcm.api.constants package.
Views
Likes
Replies