We have requirement that we have to upgrade the jackson-databind version 2.8.2 to 2.12.5. I have updated the pom.xml, but after building the code OSGI bundle is in always install state. If anyone worked on similar requirement then please let me know.PFB jackson-databind dependency in pom.xml.
Hi All,I had created a workflow with one process step and provided some arguments. While I was trying to retrieve the Metadata args, I was getting only PROCESS key and its value, not PROCESS_ARGS key and value. But I can see the value on crx workflow model. Below the code snippet I use,String proces...
I have written a query for that I have also define the index and it is executing correctly but not getting results.my thought is, property which I am filtering that is set by in aem commerce a dropdown that why it is not able to match but if am filtering a property which set simple text then I am g...
We want to apply two rewrite rules1. Make uppercase to lower case2. Forward http to https We have this in our dispatcher but it's failing deployment and messing other scripts - can anyone point out what is wrong here? RewriteMap lowercase int:tolowerRewriteCond $1 [A-Z]RewriteRule ^/?(.*)$ /${lowerc...
Hi, Facing one issue while calling "getTemplate" method of content fragment mock. Please let me know your thoughts on the same. issue details:java.lang.UnsupportedOperationExceptionat io.wcm.testing.mock.aem.MockContentFragment.getTemplate(MockContentFragment.java:232) Junit code snippet:contentFrag...
What version of Angular is support with using AEM?Best I can find is the package.json in https://github.com/adobe/aem-angular-editable-components So does AEM only support Angular 9? Which versions are supported?
I am trialling AEM and have installed the application from the Adobe email download link. However, it's asking for a password as well as the customer name. I have no idea what the password should be as there is nothing in the download email that mentions a password. Anyone have any clues? Thanks ...
Dear Community, Is the Feed importer feature available still on AEM? I tried using the classic UI but even that (at least using purely UI) does not seem to work. My questions here are:Is there a workaround for this, to make the feed importer work?If not, what is the best way to create a custom e.g. ...
Hi, I am trying to figure out if it is possible to configure another property in the container. Right now I have layout, ID, and background color in my properties but I want to add another field that operate like my layout property.
Hi All,We have a requirement where we are allow author to upload a file from their local system in AEM. For this we are using OOTB AEM /libs/cq/gui/components/authoring/dialog/fileupload.It worked fine when their is no file selected previously and author tries to upload a empty file in authoring ins...