This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git
commit fa3ccf487c1377790f4138e462e55c0f604662b3 Author: Andrus Adamchik <[email protected]> AuthorDate: Sun May 10 20:16:44 2026 -0400 no more JUnit 4 mentions --- CLAUDE.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 285651974..4508fb411 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -67,10 +67,6 @@ All new tests must use JUnit 5. Test classes and methods must be `public`. Metho All POM plugins from submodules must be delcared in the parent module `<pluginManagement>`. All plugin versions should be declared as properties in the root pom.xml -### Legacy Tests - -JUnit 4 tests are still present but are considered legacy (run via `junit-vintage-engine`). They are being migrated to JUnit 5. Mockito is used for mocking and is also considered legacy and should be avoided in the new tests. - ## CI Matrix
