uklimaschewski / JMXWrapper

JMXWrapper is a wrapper that allows creation of dynamic JMX MBeans through annotations
Other
41 stars 9 forks source link

Please make JMXBean annotation inheritable #10

Closed technocoreai closed 8 years ago

technocoreai commented 8 years ago

Currently, the @JMXBean annotation isn't marked as inheritable, so it must be repeated on every single child class. Is there any point in not marking the annotation as @Inheritable?

uklimaschewski commented 8 years ago

I added it to the JMXBean interface here. I also added a test case. Please let me know, if that solves your problem.

technocoreai commented 8 years ago

Looks great, thanks! Any chance of a Maven Central release including that?

uklimaschewski commented 8 years ago

Done, see issue #11 - it may take a day or two until it pops up in maven central.

technocoreai commented 8 years ago

Great, thanks again.

uklimaschewski commented 8 years ago

No problem, Sonatype was fast, version 1.3 is now available on Maven Central.