Hi Experts, I am trying to use one 3rd party jar (cloudinary) so that
AEM can connect to cloudinary APIs, I have created bundle from these
jars and installed in Felix console. Now when I am trying to invoke my
logic to connect to cloudinary APIs, it is throwing
"java.lang.ClassNotFoundException: javax.net.ssl.HostnameVerifier not
found" by jarBundle (3rd party jar bundle). while debugging I saw that
this HostnameVerifier is available at rt.jar for 3rd party jar bundle
still this issue is appeari...