Thanks @Kiran_Vedantam - The below link helped me.
https://stackoverflow.com/questions/27866976/how-do-i-create-a-tar-or-tar-gz-archive-entirely-from-objects-in-memory-no-file
Hello Team,
We need to create a .tar.gz file in AEM. This tar gz file will have two or three dam assets and we want to put this back in dam again.
any pointers/references will help.
Were you able to resolve this issue. Even we are facing the same issue while upgrading from 6.3 to 6.5. We are using acs-commons 4.11.0 version. We are unable to login using SAML anymore.
Please check this link as well and suggest if this could be the reason.
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/unable-to-resolve-bundle/td-p/229089
@HeenaMadan - tried this as well. Still doesn't work. Do you think it has something to do with old archetype version. And something like mentioned in the below link?
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/unable-to-resolve-bundle/td-p/229089
Hi @Nikhil_Verma, I tried the way you suggested. It still doesn't work.
Also, I unpacked the jar file and checked for guava jar. Its not there. So it explains why its not deploying but not sure why its not adding to manifest file.
Hello Team,
I am trying to embed com.google.guava jar file as a third party dependency in my maven build. But it does not deploy to felix console. When I try to manually upload to felix console it works but not through maven build.
I am following the below steps for this.
In the main pom of the ...
Hi Arpit, I am trying to use implement custom connector for AEM using the bootstrap implementation mentioned here https://github.com/Adobe-Marketing-Cloud/aem-translation-framework-bootstrap-connector But I am getting the bundles in resolved state. Is there any other reference implementation availab...