Releases: palantir/sls-packaging
Releases · palantir/sls-packaging
7.43.0
Type |
Description |
Link |
Improvement |
Allow AVX-512 instructions on JDK-21+ |
#1539 |
7.42.0
Type |
Description |
Link |
Improvement |
Opt out of AVX-512 once again |
#1525 |
7.41.0
Type |
Description |
Link |
Improvement |
JDK-21+ response-time gc profile uses generational zgc |
#1520 |
7.40.0
Type |
Description |
Link |
Improvement |
Unset the JDK-11 CompileCommand override for bundled JDKS |
#1519 |
7.39.0
Type |
Description |
Link |
Improvement |
Allow AVX-512 instructions when jdks are bundled with distributions |
#1517 |
7.38.0
Type |
Description |
Link |
Improvement |
Remove version from JDK path when JDKs are included in dists. |
#1516 |
7.37.0
Type |
Description |
Link |
Feature |
Add jdks property to distribution extension to help include JDKs into dists. |
#1510 |
7.36.0
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
Type |
Description |
Link |
Improvement |
Create api project for schema lock file |
#1470 |
7.34.0
Type |
Description |
Link |
Feature |
Create schema-versions.lock file to track supported schema versions |
#1454 |