Hi @AsifChowdhury ,I have a query on this. In case, AEM crashes and we re-install AEM, will the encrypted key work? In that case, how to handle it? Thanks in advance!
Thanks @Peter_Puzanovs .
Keeping the WKND project as reference, I updated versions for various dependencies and also added some more. Now it works fine.
Thanks,Vaishnav S
Hi @krishna_sai ,
Below is my test class.
import io.wcm.testing.mock.aem.junit5.AemContext;import io.wcm.testing.mock.aem.junit5.AemContextExtension;import org.junit.jupiter.api.BeforeEach;import org.junit.jupiter.api.Test;import org.junit.jupiter.api.extension.ExtendWith;import org.mockito.junit....