jmxterm Changelog

What's new in jmxterm 1.0 Alpha 4

Feb 3, 2009
  • Fixed: NullPointerException from jline in windows

New in jmxterm 1.0 Alpha 3 (Jan 14, 2009)

  • Feature User/password authentication from boot CLI or open command Feature Reformat output message to allow JMXTERM to be called in other script Feature Add non-interactive mode to allow JMXTERM to be embedded in SHELL script Change Replace confusing abbreviation/verbose option to one VerboseLevel option Backend Decouple command input and output to separated module for flexible usage

New in jmxterm 0.2 (Jul 31, 2008)

  • User/password based authentication
  • List any local running JVM processes and connect to it under JDK6
  • List any local running JVM processes and connect to those managed under JDK5
  • Show about page
  • Show output under abbreviated mode so that other script can call it
  • Allow special characters such as white space in bean name
  • Fixed problem of couldn't exit command line console with quit command
  • More documentation
  • Increase test coverage to over 70%
  • Decouple the part of code that parses command line argument into jcli project