Releases: j256/simplejmx
Releases · j256/simplejmx
2.2
1.19
- Fixed the doc version.
- Make the optional jetty webserver spawn daemon threads.
1.18
- Went back to Jetty 8 because I don't want to force folks to java8 yet.
- Added better thread dispatcher for Jetty for web-server. Not sure why they didn't get that right.
1.17
- Bumped the Jetty version again to require 9.3.24.
1.16
- Moved to requiring Java 1.7 (overdue).
- Bumped the Jetty version to require 9 which removed security warnings on github.
1.15
- Added environment map arguments to constructor. Thanks to nicoulaj.
- Made JmxServer and JmxWebServer be Closeable.
1.14
- Ton of improvements to tests to get them to work with circle-ci and (I suspect) other systems.
- Added optional address to the jmx web server constructor.
1.13
- Small tweaks to web output.
- Added some improvements to JmxBean to be easier to configure.
- Moved to requiring Java 1.6.
1.12
- Fixed the handling of base classes by removing duplicate fields and methods. Sigh.
1.11
- Added handling of base classes for field and method discovery with reflection MBean and publish-all wrapper.