michael-o commented on PR #737: URL: https://github.com/apache/maven-surefire/pull/737#issuecomment-2140503023
> > Outdated in terms of what? > > In lacking a line for `args.add(new Object[] {"1.10.2", "5.10.2", "1.3.0", "1.1.2"});` > > > Tried to following: > > Going from `<artifactId>junit-jupiter-api</artifactId>` to `<artifactId>junit-jupiter</artifactId>` does not help either? Did, no change. fails with: ``` Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: There was an error in the forked process org.junit.platform.engine.TestDescriptor.getAncestors()Ljava/util/Set; java.lang.NoSuchMethodError: org.junit.platform.engine.TestDescriptor.getAncestors()Ljava/util/Set; at org.junit.platform.launcher.core.StackTracePruningEngineExecutionListener.getTestClassNames(StackTracePruningEngineExecutionListener.java:50) at org.junit.platform.launcher.core.StackTracePruningEngineExecutionListener.executionFinished(StackTracePruningEngineExecutionListener.java:39) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org