[ 
https://issues.apache.org/jira/browse/SUREFIRE-2245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17850785#comment-17850785
 ] 

ASF GitHub Bot commented on SUREFIRE-2245:
------------------------------------------

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




> Upgrade to Parent 42 and Maven 3.6.3
> ------------------------------------
>
>                 Key: SUREFIRE-2245
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-2245
>             Project: Maven Surefire
>          Issue Type: Dependency upgrade
>            Reporter: Michael Osipov
>            Assignee: Michael Osipov
>            Priority: Major
>             Fix For: 3.3.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to