Jira P2 plugin - Spring AOP - is it possible?

Hi :slight_smile:

I added a spring configuration to my plugin with the help of this article: OSGI Spring Java Configuration

I am currently trying to add spring-aop in all possible ways, but there is still a class, dependency, etc. missing. Take a look at this:

org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator.initBeanFactory (AnnotationAwareAspectJAutoProxyCreator.java:82)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory

Is adding spring-aop even possible?

I would like to do user permission checking through annotations

Greetings