I've got a plugin with `META-INF/spring/spring.xml` that makes Spring components marked with `@Component` be automatically managed by OSGI container.
When I register a component in a regular way (in `atlassian-plugin.xml` in a section `<component key=...>`), I'm able to get it's descriptor via
ComponentAccessor.getPluginAccessor().getPlugin( "my.plugin.key" ).getModuleDescriptor( "my.module.key");
But how to find a module descriptor of a component that was registered via Spring? I don't know it's key - only class name.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.