コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Replacement for SendEmailProcess.java in AEM6.1

Avatar

Level 1

Hi All,

 
Can anyone suggest me which class is replacement for SendEmailProcess
 
Package :
com.day.cq.collab.commons.SendEmailProcess this class exists in bundle CQ5.4
 
Bundle Name : cq-collab-commons   
 
We are using this bundle (SendEmailProces.java) in CQ5.4 but this this bundle is not exists AEM6.1 Felix console.
 
If anyone experienced same issue , can you help me out on this.
 
Thanks & Regards,
Sateesh Anasni 
1 受け入れられたソリューション

Avatar

正解者
Level 10

Hi Sateesh,

Its moved to Social Commons bundle

Package : 

com.adobe.cq.social.commons.SendEmailProcess

<dependency> <groupId>com.adobe.cq.social</groupId> <artifactId>cq-social-commons</artifactId> <version>1.5.103</version> <scope>provided</scope> </dependency>

 

Updating the package and the dependency, it should be working

元の投稿で解決策を見る

1 返信

Avatar

正解者
Level 10

Hi Sateesh,

Its moved to Social Commons bundle

Package : 

com.adobe.cq.social.commons.SendEmailProcess

<dependency> <groupId>com.adobe.cq.social</groupId> <artifactId>cq-social-commons</artifactId> <version>1.5.103</version> <scope>provided</scope> </dependency>

 

Updating the package and the dependency, it should be working