Hello! I get strange issue while deploying my plugin. This class is inside jira-api and i can find it manually in target directory inside jar. I’m not using this class directly in my plugin. It’s needed for inheritance of child class AbstractEditHandlerDetailsWebAction.class.
How I understand this is problem with class path but from where this appears and how to resolve it?
Full error:
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [com.example.plugins.tutorial.jira.mailhandlerdemo.EditDemoHandlerDetailsWebAction]; nested exception is java.io.FileNotFoundException: class path resource [com/atlassian/jira/web/action/JiraWebActionSupport.class] cannot be opened because it does not exist.