Skip to content

Releases: palantir/sls-packaging

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

7.29.0

13 Feb 18:54
2fdac7e
Compare
Choose a tag to compare
Type Description Link
Fix mergeDiagnosticJson is no longer build cacheable, as it spends 100x more time accessing the cache than just running the task #1436

7.28.0

13 Feb 16:35
9944816
Compare
Choose a tag to compare
Type Description Link
Fix createLaunchConfig, mergeDiagnosticsJson, createInitScript and createCheckScript can all now run in parallel within the same project. #1434