I think I have some dependency conflicts.
I am using asset share commons as a dependency in my project.
After a code change, I keep having this error :
I am using this version of asset share :
2.0.6
And sdk version :
2021.7.5662.20210726T181801Z-210600
Any help please ??
Views
Replies
Total Likes
Try to find out/correct the imports of your code change & check if that works.
Regards,
Santosh
Hello @SantoshSai
Thank you for the answer, here is the part of the import causing the issue
But I can not remove that import
I believe you already followed these steps https://opensource.adobe.com/asset-share-commons/pages/development/1-x/guide/
Regards,
Santosh
Yes
classes which reside within an "impl" java package are normally not exported by OSGI; at least that's the default used for AEM bundles, and I am not aware of any exception.
That means that the class "com.adobe.aem.commons.assetsshare.search.result.impl.results.QueryBUildsResultsImpl" is not available outside this specific java package.
You cannot use that class, also because you are not supposed to use it. It's also not part of the official API documentation. Why are using it?
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies