Releases: nvuillam/node-java-caller
Releases · nvuillam/node-java-caller
v2.7.0
What's Changed
- add stdoutEncoding option by @danunafig in #26
New Contributors
- @danunafig made their first contribution in #26
Full Changelog: v2.6.0...v2.7.0
java-caller v2.6.0
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
- @Sickafant made their first contribution in #23
Full Changelog: v2.5.0...v2.6.0
java-caller v2.4.0
- Fix additionalJavaArgs issue #13
java-caller v2.3.0
- Support absolute paths in classpath with argument
useAbsoluteClassPaths
and classPath as array of strings (#12, by Dan Gowans)