GitHub user kalgon opened a pull request:

    https://github.com/apache/deltaspike/pull/59

    DELTASPIKE-1185 Allow customization (name, description) of JMX managed...

    Hi,
    
    Here is a first try at implementing the customization (name + description) 
of JMX operations' parameters.
    
    I didn't know if it was better to make a new `@JmxParameter` annotation or 
reuse the existing `@JmxManaged` (which would have needed a new `name` 
attribute).
    
    I opted for the first solution but I can change it if needed. In the 2nd 
solution, adding a new `name` attribute to `@JmxManaged` could also allow to 
override the operation name.
    
    Regards,
    
    Xavier

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

    $ git pull https://github.com/kalgon/deltaspike DELTASPIKE-1185

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

    https://github.com/apache/deltaspike/pull/59.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 #59
    
----
commit 0ab7e7043e0464e1ff66df8ed1f6a5ce9a021326
Author: Xavier Dury <[email protected]>
Date:   2016-07-20T13:49:27Z

    DELTASPIKE-1185 Allow customization (name, description) of JMX managed
    methods' parameters

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to