AEM Mocks 1.3 New Features

This pages collects ideas for new features in AEM Mocks 1.3 and the planned mock implementation.

Feature/Interface to mockImplementation notesTicketPatch
com.day.cq.wcm.api.designer.DesignerAPI is read-only and rather simple, should be easy to come up with a mock implementationWCMIO-65
com.day.cq.tagging.Tag/TagManagerBoth Tag and TagManager APIs are rather complex and a mixture of read, navigation and write APIsWCMIO-52https://github.com/kemuri-9/wcm-io/tree/WCMIO-52

com.adobe.granite.xss.XSSAPI
Sling XSS API

API is rather complex if it should provide real functionality. The underlying implementation is currently changing from AEM proprietary to Sling with updating/changing the used 3rdparty libs. So it depends on the AEM version which behavior has to be mocked. SLING-9466
com.day.cq.wcm.api.components.ComponentManagerShould be quite easy, we may leave out getComponents on the first stepWCMIO-71