Hi All , I am getting error while running the pipeline in Adobe cloud Manager build log below from the pipeline Switched to a new branch 'dev'Branch 'dev' set up to track remote branch 'dev' from 'origin'. [BUILD] Running git change-log command(s)[BUILD] Running npm audit command(s)...
I set up the job to be triggered daily and is not happening, I cannot see any on the logs that could be causing this issue, months ago we have the same job consumer working properly on AEM Cloud but now after we enable it I can see the job is set to trigger but the consumer is not happening any time...
Hi, Is there any way to inject json data (tree like structure) to path field component? Scenario: Earlier, I was storing 3rd party data to AEM and then using path field component to select the data. Now, I am not storing it any more to AEM due to performance issue and it will be there in in-memo...
Hi, As part of Oauth implementation, we have to generate JWT token based on some parameters; Header{"alg": "RS256","typ": "JWT"} Payload{"aud": "<Token Endpoint>","iss": "<Client Id>","sub": "<user name>","exp": <Current time in Milliseconds+expiry>,"iat": <Current time in Milliseconds>,"scope": "<s...
Hi, Few days ago Oracle has released new version of Java 11: Java™ SE Development Kit 11, 11.0.18 Release Notes (oracle.com) When can we expected this version appear in General downloads | Software Distribution (adobe.com) ? Best regards
Hi all, I want to write a sling models for multifield for touch ui component. If any one having idea to write the sling model for multifield with minimal code please suggest some examples. Thanks
We have a common Utility class, which has following method public static ResourceResolver getServiceResourceResolver(String subServiceName){ final BundleContext bundleContext = FrameworkUtil.getBundle(Util.class).getBundleContext(); final ServiceReference factoryReference = bundleConte...
I have created some sling models by using a delegation pattern(by extending core components) but I've had some issues while writing unit test cases for these sling models. Hopefully, someone can give me some suggestions. thanks Thanks
Hi I am trying to validate JSON input in SlingHttpServletRequest in AEM, I tried to use JSON Schema and JSON Schema validator but it doesn't compile with AEM. Every time I use the JSON validator I got an error on the AEM page, all the function buttons are gone except the "Create" button. I f...
Hi all, My goal is to create a tool in AEM, but I want the layout/design to be identical to what Adobe is using in Cloud Manager, so is there a method to include the Adobe React Spectrum library into AEM project? Currently using coral layout, but it is old and outdated. Thanks.