Skip to content

Releases: palantir/sls-packaging

0.7.2

27 Jul 19:47
Compare
Choose a tag to compare
  • use newest go-java-launcher (1.0.1) for better error messaging when the Java executable cannot be found

0.7.1

20 Jul 16:23
Compare
Choose a tag to compare
  • Add "sls" Gradle configuration that exposes the generated tgz as an artifact

0.7.0

15 Jul 19:14
Compare
Choose a tag to compare
  • Add -XX:+PerfDisableSharedMem flag by default. Consequently, tools like jstack, jinfo, jps will no longer work out of this box. This behaviour can be overridden by setting -XX:-PerfDisableSharedMem in launcher-custom.yml. This change improves performance by avoiding GC pauses when writing stats to a memory-mapped file under /tmp: http://www.evanjones.ca/jvm-mmap-pause.html.

0.6.0

08 Jul 21:22
Compare
Choose a tag to compare

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

07 Jul 02:54
Compare
Choose a tag to compare
0.6.0-rc1 Pre-release
Pre-release
copyLauncherBinaries overwrites existing files (#88)

0.5.8

03 Jul 17:50
Compare
Choose a tag to compare
  • prefer Java 8 environment variables in check script

0.5.7

27 Jun 19:25
Compare
Choose a tag to compare
  • Produce service/monitoring/bin/check.sh when checkArgs is included as a configuration option

0.5.6

24 May 03:40
Compare
Choose a tag to compare
  • move temp directory to var/data/tmp for safety

0.5.5

23 May 15:51
Compare
Choose a tag to compare
  • Java temp directory now defaults to var/tmp/files

0.5.4

18 May 22:17
Compare
Choose a tag to compare
  • exclude directories from var using new excludeFromVar option (contributed by @sfackler)