Releases: j256/simplejmx
Releases · j256/simplejmx
3.2
3.1
- Refactored the web-server stuff to better support any version of Jetty or another web-server.
- Forced to move to Java 8 JDK because my local JDK can't produce 7 targets. Grumble.
- Moved the major version because of the JDK change. Sorry for the 2.3 release.
2.2
- Upgraded HtmlUnit to 2.70.0 for security reasons.
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.