-
Bug
-
Resolution: Tracked Elsewhere
-
High
-
None
-
None
-
None
NOTE: This bug report is for Confluence Server. Using Confluence Cloud? See the corresponding bug report.
The newly defined SharedDataManager is not plugin:available
<bean id="clusterSharedDataManager" primary="true" parent="abstractClusterAwareFactoryBean"> <property name="targetBeanType" value="com.atlassian.confluence.cluster.shareddata.SharedDataManager"/> </bean>
Since this manager is a dependency of the TokenAuthenticationManager and plugins that use it will fail to load.
- relates to
-
CONFCLOUD-36409 SharedDataManager not publicly available
-
- Closed
-
Any updates on this? I need the SharedData cache for my own TokenAuth mechanism, its broken from Conf 5.7 onwards
I didnt use TokenAuthManager directly, instead I only used the same cache. But its not available without SharedDataManager.