Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Compilation of RenditionMaker class for AEM 5.6.1 and AEM 6.0 will be successful?

Avatar

Level 1

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.

1 Accepted Solution

Avatar

Correct answer by
Level 10

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

1 Reply

Avatar

Correct answer by
Level 10

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.