Skip to content

Releases: palantir/sls-packaging

7.39.0

05 Sep 20:38
2f3ca6a
Compare
Choose a tag to compare
Type Description Link
Improvement Allow AVX-512 instructions when jdks are bundled with distributions #1517

7.38.0

01 Sep 09:34
6eff589
Compare
Choose a tag to compare
Type Description Link
Improvement Remove version from JDK path when JDKs are included in dists. #1516

7.37.0

24 Aug 17:11
ed660c6
Compare
Choose a tag to compare
Type Description Link
Feature Add jdks property to distribution extension to help include JDKs into dists. #1510

7.36.0

01 Aug 18:05
2ece389
Compare
Choose a tag to compare
Type Description Link
Improvement When failing to create a ProductDependency due to invalid versions, specify in the error message which depended-on product is involved. #1472
Improvement Clarify error message with recommended next steps #1479
Improvement Increase G1 default pause target from 200ms to 500ms

The G1 pause target can be modified thusly:
groovy<br>gc 'hybrid', {<br> maxGCPauseMillis 250<br>}<br>
#1505

7.35.0

27 Apr 19:40
6eebe5f
Compare
Choose a tag to compare
Type Description Link
Improvement Create api project for schema lock file #1470

7.34.0

21 Apr 17:32
88a1fa8
Compare
Choose a tag to compare
Type Description Link
Feature Create schema-versions.lock file to track supported schema versions #1454

7.33.0

17 Mar 09:35
c23db41
Compare
Choose a tag to compare
Type Description Link
Fix This reverts commit 902de8d. #1452

7.32.0

15 Mar 22:31
89d4173
Compare
Choose a tag to compare
Type Description Link
Improvement Enable String Deduplication on JDK 17+

G1 and Shenandoah GC support string deduplication as of JDK 17
* https://openjdk.java.net/jeps/192
* https://bugs.openjdk.org/browse/JDK-8264718

Only enable on JDK 17+ due to fix
https://bugs.openjdk.org/browse/JDK-8277981

JDK 18+ enable string deduplication for SerialGC, ParallalGC, and ZGC.
https://malloc.se/blog/zgc-jdk18
#1380, https://openjdk.java.net/jeps/192, https://bugs.openjdk.org/browse/JDK-8264718, https://malloc.se/blog/zgc-jdk18

7.31.0

03 Mar 14:55
6ad2c5a
Compare
Choose a tag to compare
Type Description Link
Fix The diagnostic manifest plugin now correctly discovers diagnostic manifest generates from places other than the resource directory. #1443

7.30.0

22 Feb 11:35
13202e3
Compare
Choose a tag to compare
Type Description Link
Improvement Moved the init and check scripts to a resource subdirectory less likely to collide with other Gradle plugins. #1441