This is an automated email from the ASF dual-hosted git repository.
brusdev pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
from c2bada6a77 ARTEMIS-4267 original exception lost for
NoCacheLoginException
add bc0b75d25a ARTEMIS-4265 make more web console tabs conditional on
permission
No new revisions were added by this update.
Summary of changes:
.../main/webapp/plugin/js/components/navigation.js | 30 ++++--
tests/smoke-tests/pom.xml | 3 +-
.../servers/console/artemis-roles.properties | 10 +-
.../servers/console/artemis-users.properties | 10 +-
.../servers/console}/management.xml | 29 +++---
.../artemis/tests/smoke/console/TabsTest.java | 116 +++++++++++++++++++++
6 files changed, 172 insertions(+), 26 deletions(-)
copy artemis-server/src/test/resources/roles.properties =>
tests/smoke-tests/src/main/resources/servers/console/artemis-roles.properties
(86%)
copy artemis-server/src/test/resources/roles.properties =>
tests/smoke-tests/src/main/resources/servers/console/artemis-users.properties
(85%)
copy tests/smoke-tests/src/main/{filtered-resources/servers/windowsUpgradeETC
=> resources/servers/console}/management.xml (66%)
create mode 100644
tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/console/TabsTest.java