Skip to content

Releases: j256/simplejmx

2.2

05 Mar 18:19
Compare
Choose a tag to compare
  • Upgraded HtmlUnit to 2.70.0 for security reasons.

1.19

12 May 23:51
Compare
Choose a tag to compare
  • Fixed the doc version.
  • Make the optional jetty webserver spawn daemon threads.

1.18

12 May 23:51
Compare
Choose a tag to compare
  • 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

31 Dec 15:18
Compare
Choose a tag to compare
  • Bumped the Jetty version again to require 9.3.24.

1.16

31 Dec 15:18
Compare
Choose a tag to compare
  • Moved to requiring Java 1.7 (overdue).
  • Bumped the Jetty version to require 9 which removed security warnings on github.

1.15

31 Dec 15:18
Compare
Choose a tag to compare
  • Added environment map arguments to constructor. Thanks to nicoulaj.
  • Made JmxServer and JmxWebServer be Closeable.

1.14

31 Dec 15:19
Compare
Choose a tag to compare
  • 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

31 Dec 15:19
Compare
Choose a tag to compare
  • Small tweaks to web output.
  • Added some improvements to JmxBean to be easier to configure.
  • Moved to requiring Java 1.6.

1.12

31 Dec 15:19
Compare
Choose a tag to compare
  • Fixed the handling of base classes by removing duplicate fields and methods. Sigh.

1.11

31 Dec 15:19
Compare
Choose a tag to compare
  • Added handling of base classes for field and method discovery with reflection MBean and publish-all wrapper.