You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/13 09:26:00 UTC

[jira] [Commented] (ARTEMIS-1805) Some broker operations in hawtio causes error

    [ https://issues.apache.org/jira/browse/ARTEMIS-1805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16437062#comment-16437062 ] 

ASF GitHub Bot commented on ARTEMIS-1805:
-----------------------------------------

GitHub user stanlyDoge opened a pull request:

    https://github.com/apache/activemq-artemis/pull/2013

    ARTEMIS-1805 fix for broker operations in hawtio

    There are two operations, which causes an error while selected in hawtio console under broker/operations. Adding @Operation annotation to these methods fixes an error, but methods are exposed and I am not 100% sure that is correct. I also unified capitalized first letter of methods description.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/stanlyDoge/activemq-artemis ARTEMIS-1805

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/2013.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 #2013
    
----
commit 59f91f4c2e79777e40e5b220c0fad8faf63437e5
Author: Stanislav Knot <sk...@...>
Date:   2018-04-13T09:20:20Z

    ARTEMIS-1805 fix for broker operations in hawtio

----


> Some broker operations in hawtio causes error
> ---------------------------------------------
>
>                 Key: ARTEMIS-1805
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1805
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Stanislav Knot
>            Assignee: Stanislav Knot
>            Priority: Minor
>
> sendQueueInfoToQueue and updateDuplicateIdCache operations cause an error if selected in hawtio console. Adding @Operation annotation fixes error, but methods are exposed and I am not 100% sure it is correct.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)