Skip to content

Releases: matlux/jvm-breakglass

Version 0.0.7 - JMX Start/Stop functionality

07 Sep 17:00
Compare
Choose a tag to compare
  • start/stop via method calls of the JVM-breakglass component
  • JMX start/stop of the JVM-breakglass component (that's what I call a true "breakglass" feature)
  • print statement converted to log statement using the Java logging framework
  • optional propagation of RuntimeException due to error during stop or start of the server
  • propagation of RuntimeException due to error during Registration UnRegistration of Nrepl MBean
  • Introduced tests to make the project and future releases more robust