clebertsuconic commented on code in PR #4904: URL: https://github.com/apache/activemq-artemis/pull/4904#discussion_r1575580898
########## tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/security/PersistedSecuritySettingTest.java: ########## @@ -43,4 +48,31 @@ public void testNPE() { persistedSecuritySetting.getViewRoles(); persistedSecuritySetting.getEditRoles(); } + + @Test + public void testUpgradeAfterARTEMIS_4582() { Review Comment: did you think about writing a compatibility test, perhaps using the functionality? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org