Skip to content

Releases: palantir/sls-packaging

1.0.0

25 Oct 18:04
Compare
Choose a tag to compare
  • [BREAKING from 0.10.x] Uses kebab-case fields in manifest.yml, adds product-type: service.v1 field in manifest.yml

0.10.1

21 Oct 20:48
Compare
Choose a tag to compare
  • Do not force dependency resolution during configuration phase

0.10.0

21 Oct 17:08
Compare
Choose a tag to compare

0.9.1

18 Oct 00:40
Compare
Choose a tag to compare
  • include GC logs in var/log/gc.log by default

0.9.0

31 Aug 00:53
Compare
Choose a tag to compare
  • Remove default application of -XX:+PerfDisableSharedMem in JVM options

0.8.0

19 Aug 21:45
Compare
Choose a tag to compare
  • artifacts are now produced with an extension of .sls.tgz (instead of just .tgz) to help indicate that they conform with the layout described by the readme

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.