Tried the reference at https://www.kryptonsquare.com/services/Consulting/Adobe-experience-manager-implementation-expert/aem-blog/AEM-support-for-ECMASCRIPT6-or-es6. Was able to get a cleaner compilation with following gcc settings for HTML Library Manager but there were still ECMASCRIP6 errors.
m...
Hi all, has anyone ever had a successful clean compilation of all out-of-the-box HTML Client Libraries?
After upgrading a AEM 6.5.15 instance to AEM 6.5.16 + AEM Forms 6.5.16 Add-on, there have been many compilation errors in the logs indicating incompatible ECMASCRIPT6 syntax being used. Follo...
With the latest AEM Forms 6.5.16 Add-on package which recommended for mitigating multiple security concerns published in the latest security bulletin, AEM crashed in Windows environments with JDK 11.0.18 if the user only had forms-users group privileges.
The failed screen is as follow:
Inte...
There may be times that minor touch ups to out-of-the-box submission actions for addressing business needs through Sling Resource overlaying may look an appealing option. However, it was found in our environment that applying the concept of Sling Resource Merger in AEM against out-of-the-box submis...
Hello all, I would like to share a finding about the latest AEM Forms 6.5.16 Add-ons in hope that it would help those who experienced the same issue as well as an explanation as to what's happening.
In our server environment using AEM 6.5.15 + AEM Forms 6.5.15 with JDK 11.0.15.1, after upgrade t...
@Mayank_Gandhi, thank you for confirming that only v2 supported. Tested v2 YAML and JSON and both work. https://petstore3.swagger.io/api/v3/openapi.yaml was the URL tested and failed, which is the V3 version. This explains why it didn't work. Looking forward to see AEM supporting v3 API in the ...
We've tried with petstore.yaml with SP 14 and it hang and cannot finish during cloud data source creation. The error log showing AEM is trying to parse it as JSON via Google JSON parser and failed with null pointer errors. It would be great if the success steps in SP 14 can be shared. Thanks a ...
The latest Swagger v3 has YAML format. Does AEM support Swagger definition in YAML format or it has to convert to JSON in order for AEM to parse? Tried with petstore.yaml with that latest SP 14 and the create data source UI hang.