Skip to content

Releases: palantir/sls-packaging

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

7.27.0

30 Jan 19:23
8daa3ea
Compare
Choose a tag to compare
Type Description Link
Improvement Prefer -XX:UseAVX=2 over -XX:-UseAESCTRIntrinsics #1424

7.26.0

13 Dec 19:17
84caf3a
Compare
Choose a tag to compare
Type Description Link
Fix Annotate ConfigureProductDependenciesTask inputs to ensure task dependencies are set as expected #1417

7.25.0

09 Dec 16:51
4eb6566
Compare
Choose a tag to compare
Type Description Link
Fix Enable 'UseContainerCpuShares' for java distributions #1414

7.24.0

30 Nov 00:32
f4fcaa5
Compare
Choose a tag to compare
Type Description Link
Improvement Gradle wrapper is updated to latest version 7.5 #1371
Fix Disable AES-CTR intrinsics due to corruption bug JDK-8292158

See https://bugs.openjdk.org/browse/JDK-8292158 where AES-CTR streams may be corrupted on AVX-512 CPUs.
#1411

7.23.0

04 Aug 14:13
ff6f3b5
Compare
Choose a tag to compare
Type Description Link
Fix Disable C2 compilation for problematic structure in JDK 11.0.16

See https://bugs.openjdk.org/browse/JDK-8291665
#1372

7.22.0

03 Aug 22:18
9ba77ad
Compare
Choose a tag to compare
Type Description Link
Improvement Disable C2 compiler for Java 11

Disable the C2 compiler using the -XX:TieredStopAtLevel=1 flag. This prevents a potential memory leak issue https://bugs.openjdk.org/browse/JDK-8291665
#1370

7.21.0

12 May 23:41
1b4c98c
Compare
Choose a tag to compare
Type Description Link
Fix Make ModuleArgs expand manifest classpath JARs for exports and opens #1349