Skip to content

Commit 60e4417

Browse files
committed
Remove surefire.useSystemClassLoader flag
Remove -Dsurefire.useSystemClassLoader=false from the Maven test invocation in .github/workflows/maven-build.yml. Tests will now use the Surefire plugin's default classloader behavior, simplifying the CI workflow and avoiding potential classloader-related issues caused by forcing the system classloader.
1 parent 6ef217e commit 60e4417

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/maven-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
--update-snapshots
4444
--file pom.xml
4545
-Drevision=0.0.1-SNAPSHOT
46-
-Dsurefire.useSystemClassLoader=false
4746
test
4847
--activate-profiles test,coverage,${{ matrix.maven-profile-spring-framework }}
4948

0 commit comments

Comments
 (0)