mattermost / mattermost/mattermost-plugin-confluence
Plugin incompatible with Confluence 9.0
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 22
- Forks
- 20
- Avg merge
- 22h 2m
- Merged PRs (30d)
- 1
Description
This plugin is incompatible with Confluence 9.0. The following error occurs when running this plugin:
Caused by: org.osgi.framework.BundleException: Unable to resolve com.mattermost.confluence-plugin [289](R 289.0): missing requirement [com.mattermost.confluence-plugin [289](R 289.0)] osgi.wiring.package; (osgi.wiring.package=com.google.common.base) Unresolved requirements: [[com.mattermost.confluence-plugin [289](R 289.0)] osgi.wiring.package; (osgi.wiring.package=com.google.common.base)]
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4398)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2308)
at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:1006)
at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:992)
at com.atlassian.plugin.osgi.factory.OsgiPlugin.enableInternal(OsgiPlugin.java:404)
... 105 more
I think this problem is related to the following issue:
https://jira.atlassian.com/browse/CONFSERVER-94488
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the OSGi resolution failure on Confluence 9.0 and inspect the plugin's dependency configuration for the missing com.google.common.base package. Compare the behavior with Atlassian issue CONFSERVER-94488. Done means the plugin resolves and starts successfully on Confluence 9.0.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100