Releases: palantir/sls-packaging
Releases · palantir/sls-packaging
0.6.0
The 0.6.0 release of gradle-java-distribution plugin replaces the Bash-based launch mechanism by a compiled
Go binary. Configuration is done via the generated service/bin/launcher-static.yml
file. The Bash scripts are still generated, but considered deprecated, at least as far as the init.sh
script is concerned.
NOTE: Custom JVM arguments can no longer be set via JVM_OPTS environment variables and must instead be defined in var/conf/launcher-custom.yml
.
0.6.0-rc1
0.5.8
- prefer Java 8 environment variables in check script
0.5.7
- Produce
service/monitoring/bin/check.sh
whencheckArgs
is included as a configuration option
0.5.6
- move temp directory to
var/data/tmp
for safety
0.5.5
- Java temp directory now defaults to
var/tmp/files
0.5.4
0.5.3
- default JVM arguments automatically include a change to use
/dev/urandom
as the entropy source
0.5.2
- stopping a service now waits for up to ~240s, checking once per second to see if the process has stopped
0.5.1
- resolves a bug where distTar output names might not render correctly outside of an afterEvaluafe block