Releases: palantir/sls-packaging
Releases · palantir/sls-packaging
7.39.0
7.38.0
7.37.0
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
7.34.0
7.33.0
7.32.0
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 |