Skip to content

Releases: j256/simplejmx

3.2

17 Feb 05:19

Choose a tag to compare

  • Fixed use of the pathPrefix in the web handler code.

3.1

01 Feb 19:39

Choose a tag to compare

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

05 Mar 18:19

Choose a tag to compare

2.2
  • Upgraded HtmlUnit to 2.70.0 for security reasons.

1.19

12 May 23:51

Choose a tag to compare

  • Fixed the doc version.
  • Make the optional jetty webserver spawn daemon threads.

1.18

12 May 23:51

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

Choose a tag to compare

  • Bumped the Jetty version again to require 9.3.24.

1.16

31 Dec 15:18

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

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

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

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.