You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/08/24 18:58:16 UTC

[GitHub] [maven-wrapper] timtebeek commented on pull request #61: Switch to JUnit Jupiter

timtebeek commented on PR #61:
URL: https://github.com/apache/maven-wrapper/pull/61#issuecomment-1226115339

   > This project uses Java 7, so I expect that this will not be compatible.
   
   Ah hadn't thought of that; [you're right](https://junit.org/junit5/docs/current/user-guide/#overview-java-versions).
   
   > JUnit 5 requires Java 8 (or higher) at runtime. However, you can still test code that has been compiled with previous versions of the JDK.
   
   Unless we want to bring in toolchains to [test on a different Java version](https://vladmihalcea.com/different-java-main-test-maven/), I guess this is blocked for now.
   


-- 
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-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org