hello @FilipNowak I tried your suggestions making OSGi imports of my plugoin mandatory by adding this line:
<!-- Add package import here -->
<Import-Package>
org.springframework.osgi.*;resolution:="mandatory",
...
but I get this error
Also tried to explicitly import the package that I depended on and have the version mismatch error that you mentioned?
Also found a similar issue on Jira 8 EAP that seems have been eventually fixed in subsequent more stable releases here, Classes not found in Jira 8.0 EAP - #3 by carlos.fernandez
any chance this will fix itself on later EAP versions?
cheers,