michael-o commented on code in PR #701: URL: https://github.com/apache/maven-surefire/pull/701#discussion_r1425437147
########## maven-surefire-plugin/src/site/apt/examples/toolchains.apt.vm: ########## @@ -54,3 +54,36 @@ Using Maven Toolchains with ${thisPlugin}. +---+ The above example assumes that your toolchains.xml contains a valid entry with these values. + +* Minimal Java Versoin for Toolchains + + Unfortunately, the minimum version of Java that can be used as a toolchain is limited by the Surefire Booter requirement. + +*---------------------------------------------+---------------------------+-------------------------+ +|| <<Surefire Version>> || <<Minimal Java Version>> || <<Class File Version>> | +*---------------------------------------------+---------------------------+-------------------------+ +| 3.0.0-M6 or higher | Java 8 | 52 | +*---------------------------------------------+---------------------------+-------------------------+ +| 3.0.0-M5 and lower | Java 7 | 51 | +*---------------------------------------------+---------------------------+-------------------------+ +| To Be Completed | Java 6 | 50 | Review Comment: Here it is d23e970cd86ce4896edf5f8ad1f1acd66a9a27c2, https://issues.apache.org/jira/browse/SUREFIRE-1474, so everything before 3.0.0-M1 ########## maven-surefire-plugin/src/site/apt/examples/toolchains.apt.vm: ########## @@ -54,3 +54,36 @@ Using Maven Toolchains with ${thisPlugin}. +---+ The above example assumes that your toolchains.xml contains a valid entry with these values. + +* Minimal Java Versoin for Toolchains Review Comment: Version ########## maven-surefire-plugin/src/site/apt/examples/toolchains.apt.vm: ########## @@ -54,3 +54,36 @@ Using Maven Toolchains with ${thisPlugin}. +---+ The above example assumes that your toolchains.xml contains a valid entry with these values. + +* Minimal Java Versoin for Toolchains + + Unfortunately, the minimum version of Java that can be used as a toolchain is limited by the Surefire Booter requirement. + +*---------------------------------------------+---------------------------+-------------------------+ +|| <<Surefire Version>> || <<Minimal Java Version>> || <<Class File Version>> | +*---------------------------------------------+---------------------------+-------------------------+ +| 3.0.0-M6 or higher | Java 8 | 52 | +*---------------------------------------------+---------------------------+-------------------------+ +| 3.0.0-M5 and lower | Java 7 | 51 | +*---------------------------------------------+---------------------------+-------------------------+ +| To Be Completed | Java 6 | 50 | +*---------------------------------------------+---------------------------+-------------------------+ + + If you try to use an older version than minimal supported one, you should face something like: Review Comment: then the minimal -- 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