ARTEMIS-3765 Fixing testsuite

we cannot really change the attribute's name as it may break user's applications.
I am adding the previous property here.
This commit is contained in:
Clebert Suconic 2022-04-20 21:20:07 -04:00
parent f9f70aeb4c
commit 857f9f1db8
1 changed files with 1 additions and 0 deletions

View File

@ -2652,6 +2652,7 @@ public class ActiveMQServerControlImpl extends AbstractControl implements Active
if (sess.getValidatedUser() != null) {
obj.add("validatedUser", sess.getValidatedUser());
obj.add("principal", sess.getValidatedUser());
}
if (sess.getMetaData() != null) {