-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Low
-
None
-
Affects Version/s: 3.4.6, 3.5.1
-
Component/s: None
BandanaPluginStateStore not storing restart state correctly
This is causing UPM-1077 in Confluence. The problem that occurs is that before an upgrade getPluginRestartState("com.atlassian.upm.atlassian-universal-plugin-manager-plugin") == NONE, during the upgrade getStore().save(getBuilder().setPluginRestartState("com.atlassian.upm.atlassian-universal-plugin-manager-plugin", UPGRADE).toState()); is called. After that though, getPluginRestartState("com.atlassian.upm.atlassian-universal-plugin-manager-plugin") == NONE is still true.