sling context aware configuration context-aware-configuration-bnd-plugin not working as expected
Hi Everyone,
I am trying to use sling context aware configurations inside AEM 6.5 project to store some configurations.
As described here https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration.html#context-aware-configuration-bnd-plugin
I have tried adding bnd statement with below plugin
org.apache.sling.caconfig.bndplugin.ConfigurationClassScannerPlugin
But still my bundle is not able to identify configuration files (annotated with @2932483) after deploying it into OSGI.
And If i manually add like below then only it started identifying
Sling-ContextAware-Configuration-Classes:com.abc.caconfigs.MySampleConfig
Could you guys please let me know how can we do it without adding each class names and should make it work with only plugin? .