I could see AEM as cloud on CM already using Azul zulu OpenJDK, even I have not pushed the suggested java-version file to this environment. So it is just a matter of developers to use the same JDK for local SDK based development on their machine. Thanks.
Thanks @Kishore_Kumar_ , I can see CM pipeline is picking Version 11 from .cloudmanager/java-version but it is not showing the vendor as Azul zulu. How can rest be confirmed that it is using Azul zulu's OpenJDK?
Team, From one of the recent notifications [1] we have came to know that Oracle JDK will no longer be support for AEM/AEM as cloud and this would be soon switched to Azul Zulu OpenJDK. Has anyone experienced switching from Oracle JDK 11 to Azul Zulu OpenJDK for AEM as cloud? Any issues being faced? ...
Is there a way to export from CM SONAR so those can be used offline by developers to identify the issues, even before pushing code to CM Pipeline for the scan?
Hi @jayv25585659 ,To me it seems that the configuration credentials you are using on lower environment are not correct due to which you may be getting an exception while making an API call to Marketo.See following code snippet from MarketoFormDataSource.java options = formCache.get(config).stream()...