You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support Java 24 / class file major version 68 (#1364)
Lang
Improve performance for transitive dependency checks (#1381; thanks to @To6i 馃憦)
Library
New GeneralCodingRules.OLD_DATE_AND_TIME_CLASSES_SHOULD_NOT_BE_USED (#1385; thanks to @Bukama 馃憦)
Improve GeneralCodingRules.testClassesShouldResideInTheSamePackageAsImplementation to not fail for classes with no tests in their packages (#1368; thanks to @krzysztof-owczarek 馃憦)
JUnit
Fix failure when junit.testFilter is used (#1361; thanks to @Sparkymann 馃憦)
Enable @AnalyzeClasses annotation to be used as meta annotation (#1300; thanks to @mathze 馃憦)
Documentation
Fix user guide describing wrong default behavior of @AnalyzeClasses (#1406)
Clarify Slices documentation (#1366; thanks to @mipo256 馃憦)
Internal improvements
Run tests with JUnit Platform to pave the way to migrate to JUnit 5 (#1294)