Sling Resource Merger and granite tab including
In our project there is usage 2.0.0 version of Core Components.
The problem is that with applying SP2 for AEM 6.3 and upgrading Core Components library to version 2.0.6. (It is system requirements GitHub - Adobe-Marketing-Cloud/aem-core-wcm-components: Adobe Experience Manager (AEM) Sites Core Components - flexible,… ) customization(hide/add properties within tabs) for dialog of "core/wcm/components/page/v2/page" is become broken for our pages. As i understand it's due to changing dialog structure and its tabs is included using "granite/ui/components/foundation/include" and this include breaks Sling Resource Merger mechanism.
Using 2.0.0 within AEM 6.3 SP2 brings also some challenges into OSGI dependencies resolution.
Do we have some any way to resolve this issue?
Thanks in advance.