2.32.0
svc-autorelease
released this
18 Nov 19:00
·
2001 commits
to develop
since this release
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 |