michael-o commented on PR #737:
URL: https://github.com/apache/maven-surefire/pull/737#issuecomment-2140086579

   > This IT should include a 5.10.2/1.8.5 row for JUnit 5.10.2 and JQwik 1.8.5:
   > 
   > 
https://github.com/apache/maven-surefire/blob/19b16d9b457fca387ef24fdb27a52eeb8970f711/surefire-its/src/test/java/org/apache/maven/surefire/its/JUnitPlatformIT.java#L58
   > 
   > And soon one for JUnit 5.11.0 (could already inserted as `5.11.0-M2`) too.
   
   Will do.
   
   > > Maven Parent 42 updated to latest JUnit 1.10.x/5.10.x the use case 
started to fail because of 
[junit-team/junit5@b41ae69](https://github.com/junit-team/junit5/commit/b41ae69659e8dc3fa230f97d8a751d81e69d06d7).
 Mixed dependencies, ABI incompat.
   > 
   > I don't see the "Mixed dependencies, ABI incompat." in the linked commit. 
Can you please expound?
   
   When you run the ITs manually from the dir to analyze the failure you see 
this classpath:
   ```
   common-java5-3.2.6-SNAPSHOT.jar
   junit-jupiter-engine-5.9.3.jar
   junit-platform-engine-1.10.2.jar
   junit-platform-launcher-1.10.2.jar
   junit-platform-suite-1.9.3.jar
   junit-platform-suite-commons-1.9.3.jar
   junit-platform-suite-engine-1.9.3.jar
   maven-surefire-common-3.2.6-SNAPSHOT.jar
   surefire-api-3.2.6-SNAPSHOT.jar
   surefire-booter-3.2.6-SNAPSHOT.jar
   surefire-extensions-api-3.2.6-SNAPSHOT.jar
   surefire-extensions-spi-3.2.6-SNAPSHOT.jar
   surefire-junit-platform-3.2.6-SNAPSHOT.jar
   surefire-logger-api-3.2.6-SNAPSHOT.jar
   surefire-shared-utils-3.2.6-SNAPSHOT.jar
   ```
   
   The mix of 1.10.2 and 1.9.3/5.9.3 don't play nice together, if you want I 
can procude the error for you. I had this signature missing due to the broken 
CP: 
`org.junit.platform.commons.util.ExceptionUtils.findNestedThrowables(Ljava/lang/Throwable;)Ljava/util/List;`


-- 
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

Reply via email to