Custom CORE SPA Page HierarchyUtils import causing Bundle issue
I am trying to create custom SPA core page model json which implements Page. In that model class, ":children" creation code causing bundle issue.
without this function, page.model.json works fine
@126844
@9944223
public Map<String, ? extends Page> getExportedChildren() {
if (descendedPageModels == null) {
setDescendedPageModels(HierarchyUtils.getDescendantsModels(request, currentPage, currentStyle, modelFactory));
}
return descendedPageModels;
}

SPA core version: 1.3.16(latest)
Uber jar: 6.5.13
AEM instance: 6.5.13
