Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
We want to create a package that compiles right for both AEM 5.6.1 and AEM 6.0, if I used the class RenditionMaker, will this package compile and deploy successfully for both environments?
Thanks in advance,
David Zamora.
Solved! Go to Solution.
No - com.day.cq.dam.api.renditions.RenditionMaker is an AEM 6 API - see:
http://docs.adobe.com/docs/en/aem/6-0/develop/ref/javadoc/com/day/cq/dam/api/renditions/RenditionMak...
Use ThumbnailGenerator in 5.6 or an earlier version.
View solution in original post
Views
Likes
Replies