Skip to content

Releases: nvuillam/node-java-caller

v2.7.0

16 Nov 17:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.0...v2.7.0

java-caller v2.6.0

09 Nov 21:49
Compare
Choose a tag to compare

What's Changed

  • Fix override of java executable on Linux & Mac environments (#23)
  • Allow to use JAVA_CALLER_JAVA_EXECUTABLE environment variable to force javaExecutable option
  • Fix npm audit issues
  • Upgrade dependencies
    • debug
    • eslint
    • fs-extra
    • mocha
    • njre
    • nyc
    • which

New Contributors

Full Changelog: v2.5.0...v2.6.0

java-caller v2.4.0

19 Jul 05:51
Compare
Choose a tag to compare
  • Fix additionalJavaArgs issue #13

java-caller v2.3.0

03 Jun 14:48
Compare
Choose a tag to compare
  • Support absolute paths in classpath with argument useAbsoluteClassPaths and classPath as array of strings (#12, by Dan Gowans)