Skip to content

7.36.0

Compare
Choose a tag to compare
@svc-autorelease svc-autorelease released this 01 Aug 18:05
· 272 commits to develop since this release
2ece389
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