Hi,
I am developing a plugin that uses classes from confluence-rest-plugin-jackson2-9.2.3
. However, I am encountering an OSGi error at runtime.
I have verified in the OSGi browser that the relevant packages are indeed exported. Additionally, these classes are successfully used by another Confluence plugin, confluence-mentions-plugin-19.2.6
.
Could someone help me understand what might be causing this OSGi error and how to resolve it? Any suggestions or guidance would be greatly appreciated.
Thank you!
Enviroment: Confluence v9.2.3
pom.xml
<dependency>
<groupId>com.atlassian.confluence.rest</groupId>
<artifactId>confluence-rest-plugin-jackson2</artifactId>
<version>9.2.3</version>
<scope>provided</scope>
</dependency>
error log
osgi.wiring.package=com.atlassian.confluence.plugins.rest.jackson2
[osgi.hook.dmz.DmzResolverHook] filterMatches Package com.atlassian.confluence.plugins.rest.jackson2.entities is internal and is not available for export to plugin
Best Regards