jmxutils icon indicating copy to clipboard operation
jmxutils copied to clipboard

Exporting JMX mbeans made easy

Results 16 jmxutils issues
Sort by recently updated
recently updated
newest added

Why has guava and paranamer been shaded in? This makes this otherwise pretty lightweight library bloated and at least for myself makes it less desirable to re-use over re-implementation. I...

`@Nested` objects are only fetched once and used for all future requests. This makes it difficult to use immutable stat objects that are refreshed periodically. I would be nice if...

JMX utils should include an API to generate names with a provider of some sort. This is useful if the JMX name needs to be based on an attribute of...

We should support non-javabean attributes like: ThreadPoolExecutor.allowsCoreThreadTimeOut ThreadPoolExecutor.allowCoreThreadTimeOut(true)

jmxutils is pretty nice :-) I did find that it was missing the ability to specify name/description for operation names (or for that matter the mbeans themselves). This is minor...

Utilize static caches for reflection computations that are specific to classes, which do not change between classloaders This should improve CPU and memory usage of applications that repeatedly use MBeanBuilders,...