Hi All, We are getting Critical code quality Issues in Code quality Pipleline. The product class javax.json.spi.JsonProvider annotated with @ProviderType should not be extended by custom code. Detected in org.apache.johnzon.core.JsonProviderImpl contained in /apps/<project-name>-vendor-packages/appl...
I want to get the content of a page as json and I want to consume that from an external application. When I tried in author, it works. But it doesn't work in publish instance. Please help on how to make it work on publish instance.Thanks.
I have one parent page News. This parent page have several nested pages. I am trying to get properties of all jcr:content node of nested pages. But I am getting null response from getChild(). Here down is the snapshot of CRDXE Page. I need all properties of jcr:content Here down is my code NewsServ...
Hi Team, We are currently in the process of migrating our site into AEM. In the existing application we have a flow wherein stakeholders request edits to the content of the page and the authors would go in and make edits to the page as requested. This whole ticketing flow is integrated with ServiceN...
Hi, Is there an option to add the "forceSelection" field for the tagfield resourceType through the Metadata Schema from UI end? This is how it should appear for the tagfield in the crx/de backend. - Anish
How to set cq:lastModified (2018-02-21T15:24:18.000Z) using curl command for a particular page eg(http://localhost:4502/content/xyz/language/en-us/abc/pqr/jcr:content)
I need an AEM query to get all the assets which are being used by pages in the path /content/mycompany/companycom/en/legal-contacts. I don't want to write code, I am looking to handle this via query itself.
Hi Folks, I have a situation where I have multiple run mode based OSGi config files(for example), stored in Github repo. Config.dev.author - File 1 - File 2 - File3 Config.dev.publish - File 4 - File 5 - File 6 Since these configs contains secrets, I cannot have that as a part of my package ...
We are using below method but getting errorAsset asset = assetManager.createAsset(assetPath, inputStream,"application/pdf", true);16.06.2023 19:48:05.125 *ERROR* [EventAdminAsyncThread #3] com.day.cq.dam.api.AssetManager createAsset: asset error while creating asset [/content/dam/brightspeed/legal/l...
I was checking regarding webp feasibility and came across this doc that said core image(v3) supports smart imaging in AEM aa CS but not in local sdk or on-prem. So, I thought - since we already extended Image(v3) in our POC Image component. I could see this in action when we get it deployed. So, I w...