Hello All,
I am doing customization of Adobe CQ DAM Expiry Notification.
To understand the existing logic of Adobe CQ DAM Expiry Notification , I have de compiled the bundle(com.day.cq.dam-dam-core). Then noticed Adobe CQ DAM Expiry Notification is a scheduler named: ExpiryNotificationJobImpl.java and we are using one helper class named: MailHelper.java inExpiryNotificationJobImpl.java. MailHelper.java is using com.adobe.granite.jobs.async.notification.email.EmailConfig class.
While doing the modification I am having issue to import com.adobe.granite.jobs.async.notification.email.EmailConfig.
First I have find out the dependency as shown below -
Then added the maven dependency in pom.xml file but it didn't get downloaded.
I have searched com.adobe.granite.jobs.async.notification.email.EmailConfig api document also but couldn't see anything.
Do we have replacement of com.adobe.granite.jobs.async.notification.email.EmailConfig?
Is com.adobe.granite.jobs.async.notification.email.EmailConfig already deprecated?
I am using AEM 6.5.9
Please let me know.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @DEBAL_DAS, I think that com.adobe.granite.jobs.async.notification.email.EmailConfig is part of internal API, that is not publically available and most likely can only be used by Adobe (because Adobe have access to it). I guess this is also the reason why you can not find documentation of this part of code. I doubt it is deprecated.
Nevertheless you can consider below options:
Hi @DEBAL_DAS, I think that com.adobe.granite.jobs.async.notification.email.EmailConfig is part of internal API, that is not publically available and most likely can only be used by Adobe (because Adobe have access to it). I guess this is also the reason why you can not find documentation of this part of code. I doubt it is deprecated.
Nevertheless you can consider below options:
Views
Likes
Replies
Views
Like
Replies