Hi @Jatin-Verma Try to use Lombok @Delegate for Sling Model Delegation. Sample usage - https://www.initialyze.com/blog/2020/11/simplify-extending-sling-models-with-lombok/
Hi @blaris Could you please check if component specific CSS is impacting the display. In this case, check the CSS properties of "animation-container", "container1" and "container2"
Hi @Anmol_Bhardwaj Could you please let know the"Path", "Default Redirect" and "ACS URL" property that you have set on SAML config (If possible, share the screenshot of your SAML config)Path on which CUG is enabled.
Hi @jetate I could reproduce your issue (tried in 6.5.0)Additional observation is that if we access the CF programmatically to retrieve the date element value, it is coming correctly. Perhaps you can raise a GitHub issue (Core components v1 content fragment)
@Raja-kp Framework restart will make all the bundles to go Resolved state and then to starting -> Active which will take some time. But I don't think this is needed for your issue for the reason that Felix console is up and running in Application server and the issue is only when accessed via dispat...
@Ezhilcloud You can add in core/pom.xmlPurpose of conditional package is just to include only the classes that you need as opposed to whole dependency that would result in added size to the resulting bundle. See this explanation from the official docs - https://bnd.bndtools.org/instructions/conditio...
@Ezhilcloud Found the issue with conditionalpackage, use the below-conditionalpackage: org.apache.commons.beanutils.*Cause of the issue : org.apache.commons.beanutils.BeanUtils class in turn is using org.apache.commons.beanutils.BeanUtilsBean class. Hence conditionalpackage entry to include BeanUti...