Skip to content

2.32.0

Compare
Choose a tag to compare
@svc-autorelease svc-autorelease released this 18 Nov 19:00
· 2001 commits to develop since this release
5ec4d68
Type Description Link
Fix Checkstyle no longer complains about single-line javadoc produced by palantir-java-format. #1051
Improvement PreferAssertj disallows assert statements in test code.

Tests should use more specific AssertJ checks, which cannot be disabled by turning off asserts. Arguably the assert keyword should never be used, preferring preconditions. This way production environments cannot reach code paths that are impossible to test.
#1052