-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hello,
the current release v9.0.1 is not compatible with Confluence V9. It can be installed but not enabled.
The log files shows:
ERROR [https-jsse-nio2-443-exec-9] [plugin.osgi.factory.OsgiPluginInstalledHelper] availableForTraversal Cannot determine required plugins, cannot resolve bundle 'com.baloise.confluence.digital-signature'
WARN [https-jsse-nio2-443-exec-9] [osgi.hook.dmz.DmzResolverHook] filterMatches Package com.google.gson is internal and is not available for export to plugin com.baloise.confluence.digital-signature
After some debugging it looks like that according to https://developer.atlassian.com/server/confluence/get-your-apps-ready-for-gray-api-removal/ that the gson dependency is not provided by Confluence 9 via the provided scope. It should be declared as a direct dependency.
Regards,
Carsten