GitHub user gaohoward opened a pull request:
https://github.com/apache/activemq-artemis/pull/1689
ARTEMIS-1540 Missing management annotations
Some of the management operations are not properly annotated.
Also need to add an Operation to list divert names.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gaohoward/activemq-artemis lmaster_fix_jon
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1689.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1689
----
commit 0c90d7830f82542ad6149fb37e787e746e48df64
Author: Howard Gao <[email protected]>
Date: 2017-12-06T05:00:42Z
ARTEMIS-1540 Missing management annotations
Some of the management operations are not properly annotated.
Also need to add an Operation to list divert names.
----
---