Skip to content

Releases: mogproject/javactl

version 0.2.0

01 Nov 12:37
Compare
Choose a tag to compare
  • Renamed java.env to java.prop.
  • Fixed an issue that java.prop boolean value was capitalized in the command line.

version 0.1.7

19 Dec 15:32
Compare
Choose a tag to compare
  • Refactored to use OptionParser's allow_interspersed_args option and discarded my own implementation.

version 0.1.6

10 Nov 06:32
Compare
Choose a tag to compare
  • Refactored using mog-commons-python.
  • Added tests.
  • Backported logging.handlers for Python 2.6.

version 0.1.5

25 Sep 09:56
Compare
Choose a tag to compare
  • Fixed a bug on unicode characters output.

version 0.1.3

14 Sep 07:07
Compare
Choose a tag to compare
  • Added log.error.path setting.
  • Added java.memory.metaspace_min setting.

version 0.1.2

13 Sep 15:46
Compare
Choose a tag to compare
  • Disabled to print stack trace when an error occurs.

version 0.1.1

13 Sep 14:49
Compare
Choose a tag to compare
  • Fixed a bug on argument order and environment variables.
  • Updated the output format of the dry-run mode.

version 0.1.0

13 Sep 14:03
Compare
Choose a tag to compare
  • The first release