Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

v3.0.0 (2018-02-25)

Compare
Choose a tag to compare
@tofi86 tofi86 released this 25 Feb 12:02
· 89 commits to master since this release
46b1f67

Milestone

https://github.com/tofi86/universalJavaApplicationStub/milestone/6?closed=1

Commits

https://github.com/tofi86/universalJavaApplicationStub/pull/60/commits

Changelog:

  • Completeley overhauled algorithm for JVM detection (JRE and JDK)
    • JDK has no longer precedence over JRE
    • All Java Virtual Machines on the system are taken into account
    • See Readme section 'How the script works' for more details
  • NEW special syntax in Plist key JVMVersion to specify a maximum JVM version requirement in addition to the minimum requirement.
    • See issue #51 for examples
  • Support JVMVersion also in Oracle PList style (#59)
  • Implemented logging to syslog facility which can be viewed via Console.app (#49)
  • Translation of messages to Chinese (PR #55, Thanks to @acely for his contribution)
  • Added a table with 'Supported PList keys' to the Readme file
  • Refactoring of functions, bash syntax, etc... (#46, #50, #56)
  • Bugfix: pass JVM options with spaces correctly to the java exec call (#14)
  • Bugfixes: better handling of MainClass arguments with spaces (#57, #58)
  • Bugfixes: issues #47, #48, #52