We are in process of AEM 6.5 migration, Sling model Post construction is
not calling in AEM 6.5, Same thing working fine in AEM 6.4 instance.Post
construction will be called, if I add javax.annotation package in export
or import package of maven-bundle-plugin, But nested Sling models are
not injecting, Nested sling models will be null. Child
class:/****/package com.aem.community.core.models;import
javax.annotation.PostConstruct;import javax.annotation.Resource;import
javax.inject.Inject;import
o...