The GitHub Actions job "Java CI" on commons-vfs.git/feature/junit5-migration 
has succeeded.
Run started by GitHub user gnodet (triggered by gnodet).

Head commit for run:
a7481b1a48358551d496a5668164412b8cba2511 / Guillaume Nodet <[email protected]>
Fix WebDAV provider tests: correct addEmptyDir parameter and JUnit 5 annotation

Two issues fixed:

1. WebDAV providers (Jackrabbit 1.x and 2.x) were incorrectly using
   addEmptyDir=true in their test constructors. On master, both used
   addEmptyDir=false (the default). Changed back to false to match
   original behavior.

2. Webdav4ProviderTestCase.testResolveIPv6Url() was using the old
   @org.junit.Test annotation instead of @org.junit.jupiter.api.Test,
   causing compilation failure.

Test results with Java 21 and Maven 3.9.11:
- commons-vfs2: 2,556 tests, 0 failures, 0 errors ✅
- commons-vfs2-ant: 13 tests, 0 failures, 0 errors ✅
- commons-vfs2-hdfs: 110 tests, 0 failures, 0 errors ✅
- commons-vfs2-jackrabbit2: 99 tests, 0 failures, 0 errors ✅
- commons-vfs2-jackrabbit1: Skipped (pre-existing Jackrabbit 1.x
  initialization issue on Java 21 - same error occurs on master)

Total: 2,778 tests, 0 failures, 0 errors ✅

Report URL: https://github.com/apache/commons-vfs/actions/runs/18321866493

With regards,
GitHub Actions via GitBox

Reply via email to