I’m trying to upgrade our P2 plugin from an older SDK (6.2.14) to the latest SDK. The plugin compiles and works in a local Jira instance started with ‘atlas-run’. However, installing the plugin on a separate server running Jira 8.3.0, the plugin fails to initialise with the following message:
Detected an error (BundleException) enabling the plugin '...' :
Unable to resolve ... [276](R 276.0):
missing requirement [... [276](R 276.0)] osgi.wiring.package;
(osgi.wiring.package=com.atlassian.bamboo.buildqueue.manager)
Unresolved requirements: [[... [276](R 276.0)] osgi.wiring.package
(osgi.wiring.package=com.atlassian.bamboo.buildqueue.manager)].
As far as I know, we don’t use anything related to Bamboo in the plugin.
Has anyone seen this error before?