This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
from 1de10671f8 ARTEMIS-3609 Do not use netty thread for thread completion
listener
new fa8d487ff2 ARTEMIS-3866 Authorize management message sending using
context subject
new 635ca1fbd6 ARTEMIS-3866 Move user preferences to the send message view
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/main/webapp/plugin/js/artemisPlugin.js | 7 --
.../plugin/js/components/addressSendMessage.js | 42 ++++++++---
.../webapp/plugin/js/components/preferences.js | 26 -------
.../webapp/plugin/js/components/sendMessage.js | 42 ++++++++---
.../plugin/js/services/sendMessageService.js | 18 ++---
.../core/security/impl/SecurityStoreImpl.java | 21 ++++++
.../artemis/tests/smoke/console/QueuesTest.java | 60 ++++++++++++++++
.../tests/smoke/console/pages/QueuePage.java | 22 ++++++
.../tests/smoke/console/pages/SendMessagePage.java | 74 +++++++++++++++++++
.../artemis/tests/smoke/jmxrbac/JmxRBACTest.java | 82 ++++++++++++++++++++--
10 files changed, 326 insertions(+), 68 deletions(-)
create mode 100644
tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/console/pages/SendMessagePage.java