[maven-surefire] 02/02: [SUREFIRE-2060] JDK 18 support

2022-04-08 Thread tibordigana
This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch release/2.22.3
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit a6123c88a27782ce9be431c8601358fde00bb6e7
Author: tibordigana 
AuthorDate: Fri Apr 1 23:42:15 2022 +0200

[SUREFIRE-2060] JDK 18 support
---
 Jenkinsfile|  6 +--
 README.md  |  4 +-
 .../src/it/jetty-war-test-failing/pom.xml  |  9 
 .../src/it/jetty-war-test-passing/pom.xml  |  9 
 .../src/it/multiple-summaries-failing/pom.xml  |  4 +-
 .../src/it/multiple-summaries/pom.xml  |  4 +-
 .../src/it/working-directory/pom.xml   |  4 +-
 .../src/site/apt/examples/cucumber.apt.vm  |  8 +--
 pom.xml|  3 +-
 .../maven/surefire/its/AbstractJigsawIT.java   | 39 --
 .../its/CheckTestNgListenerReporterIT.java | 22 +---
 .../maven/surefire/its/CheckTestNgVersionsIT.java  | 59 +-
 .../its/JUnit47RerunFailingTestWithCucumberIT.java |  4 +-
 .../maven/surefire/its/JUnit47WithCucumberIT.java  | 20 +++-
 .../apache/maven/surefire/its/Java9FullApiIT.java  | 26 --
 .../maven/surefire/its/fixture/MavenLauncher.java  | 16 ++
 .../surefire/its/fixture/SurefireLauncher.java |  2 +
 .../test/resources/environment-variables/pom.xml   |  4 +-
 .../src/test/resources/failingBuilds/pom.xml   |  4 +-
 .../src/test/resources/failsafe-notests/pom.xml|  4 +-
 .../test/resources/failure-result-counting/pom.xml |  4 +-
 .../src/test/resources/failureOutput/pom.xml   |  4 +-
 .../src/test/resources/fork-consoleOutput/pom.xml  |  4 +-
 .../resources/fork-consoleOutputWithErrors/pom.xml |  4 +-
 surefire-its/src/test/resources/fork-fail/pom.xml  |  4 +-
 .../test/resources/fork-mode-multimodule/pom.xml   |  4 +-
 .../resources/fork-mode-resource-loading/pom.xml   |  4 +-
 .../src/test/resources/fork-mode-testng/pom.xml|  4 +-
 surefire-its/src/test/resources/fork-mode/pom.xml  |  4 +-
 .../src/test/resources/fork-timeout/pom.xml|  4 +-
 .../resources/includes-excludes-from-file/pom.xml  |  4 +-
 .../src/test/resources/includes-excludes/pom.xml   |  4 +-
 .../test/resources/isolated-classloader/pom.xml|  4 +-
 .../src/test/resources/java9-full-api/pom.xml  |  2 +-
 .../java9-full-api/src/test/java/J9IT.java |  2 +-
 .../java9-full-api/src/test/java/J9Test.java   |  2 +-
 .../test/resources/junit-fork-mode-always/pom.xml  |  4 +-
 .../src/test/resources/junit-ignore/pom.xml|  4 +-
 .../src/test/resources/junit-innerClass/pom.xml|  4 +-
 .../resources/junit-notExtendingTestCase/pom.xml   |  4 +-
 .../test/resources/junit-pathWithUmlaut/pom.xml|  4 +-
 .../test/resources/junit-twoTestCaseSuite/pom.xml  |  4 +-
 .../src/test/resources/junit-twoTestCases/pom.xml  |  4 +-
 .../resources/junit4-forkAlways-staticInit/pom.xml |  4 +-
 .../resources/junit4-rerun-failing-tests/pom.xml   |  4 +-
 .../src/test/resources/junit4-runlistener/pom.xml  |  4 +-
 .../test/resources/junit4-twoTestCaseSuite/pom.xml |  4 +-
 .../src/test/resources/junit44-dep/pom.xml |  4 +-
 .../src/test/resources/junit44-environment/pom.xml |  4 +-
 .../src/test/resources/junit44-hamcrest/pom.xml|  4 +-
 .../test/resources/junit44-method-pattern/pom.xml  |  4 +-
 .../test/resources/junit44-single-method/pom.xml   |  4 +-
 .../src/test/resources/junit47-cucumber/pom.xml| 14 ++---
 .../org/sample/cucumber/FailingCucumberTest.java   |  5 +-
 .../test/java/org/sample/cucumber/StepDefs.java|  6 +--
 .../org/sample/cucumber/SuccessCucumberTest.java   |  5 +-
 .../resources/junit47-parallel-with-suite/pom.xml  |  4 +-
 .../test/resources/junit47-redirect-output/pom.xml |  4 +-
 .../pom.xml| 13 +++--
 .../org/sample/cucumber/FlakeCucumberTest.java |  3 +-
 .../test/java/org/sample/cucumber/StepDefs.java|  6 +--
 .../junit47-static-inner-class-tests/pom.xml   |  4 +-
 .../src/test/resources/junit48-categories/pom.xml  |  4 +-
 .../test/resources/junit48-smartStackTrace/pom.xml |  4 +-
 .../src/test/resources/norunnableTests/pom.xml |  4 +-
 .../src/test/resources/parallel-runtime/pom.xml|  4 +-
 .../resources/plain-old-java-classpath/pom.xml |  4 +-
 .../src/test/resources/plexus-conflict/pom.xml |  4 +-
 .../src/test/resources/pojo-simple/pom.xml |  4 +-
 surefire-its/src/test/resources/pom.xml|  4 +-
 surefire-its/src/test/resources/reporters/pom.xml  |  4 +-
 .../src/test/resources/result-counting/pom.xml |  4 +-
 surefire-its/src/test/resources/runOrder/pom.xml   |  4 +-
 .../src/test/resources/runorder-parallel/pom.xml   |  4 +-
 surefire-its/src/test/resources/settings.xml   | 29 ---
 .../sibling-aggregator/aggregator/pom.xml  |  4 +-
 

[maven-surefire] 02/02: [SUREFIRE-2060] JDK 18 support

2022-04-08 Thread tibordigana
This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch release/2.22.3
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 2e81a3d77cfadfa72ad83d50f5766b835fece46d
Author: tibordigana 
AuthorDate: Fri Apr 1 23:42:15 2022 +0200

[SUREFIRE-2060] JDK 18 support
---
 Jenkinsfile|  6 +--
 README.md  |  4 +-
 .../src/it/jetty-war-test-failing/pom.xml  |  9 
 .../src/it/jetty-war-test-passing/pom.xml  |  9 
 .../src/it/multiple-summaries-failing/pom.xml  |  4 +-
 .../src/it/multiple-summaries/pom.xml  |  4 +-
 .../src/it/working-directory/pom.xml   |  4 +-
 .../src/site/apt/examples/cucumber.apt.vm  |  8 +--
 pom.xml|  3 +-
 .../maven/surefire/its/AbstractJigsawIT.java   | 39 --
 .../its/CheckTestNgListenerReporterIT.java | 22 +---
 .../maven/surefire/its/CheckTestNgVersionsIT.java  | 59 +-
 .../its/JUnit47RerunFailingTestWithCucumberIT.java |  4 +-
 .../maven/surefire/its/JUnit47WithCucumberIT.java  | 20 +++-
 .../apache/maven/surefire/its/Java9FullApiIT.java  | 26 --
 .../maven/surefire/its/fixture/MavenLauncher.java  | 16 ++
 .../surefire/its/fixture/SurefireLauncher.java |  2 +
 .../test/resources/environment-variables/pom.xml   |  4 +-
 .../src/test/resources/failingBuilds/pom.xml   |  4 +-
 .../src/test/resources/failsafe-notests/pom.xml|  4 +-
 .../test/resources/failure-result-counting/pom.xml |  4 +-
 .../src/test/resources/failureOutput/pom.xml   |  4 +-
 .../src/test/resources/fork-consoleOutput/pom.xml  |  4 +-
 .../resources/fork-consoleOutputWithErrors/pom.xml |  4 +-
 surefire-its/src/test/resources/fork-fail/pom.xml  |  4 +-
 .../test/resources/fork-mode-multimodule/pom.xml   |  4 +-
 .../resources/fork-mode-resource-loading/pom.xml   |  4 +-
 .../src/test/resources/fork-mode-testng/pom.xml|  4 +-
 surefire-its/src/test/resources/fork-mode/pom.xml  |  4 +-
 .../src/test/resources/fork-timeout/pom.xml|  4 +-
 .../resources/includes-excludes-from-file/pom.xml  |  4 +-
 .../src/test/resources/includes-excludes/pom.xml   |  4 +-
 .../test/resources/isolated-classloader/pom.xml|  4 +-
 .../src/test/resources/java9-full-api/pom.xml  |  2 +-
 .../java9-full-api/src/test/java/J9IT.java |  2 +-
 .../java9-full-api/src/test/java/J9Test.java   |  2 +-
 .../test/resources/junit-fork-mode-always/pom.xml  |  4 +-
 .../src/test/resources/junit-ignore/pom.xml|  4 +-
 .../src/test/resources/junit-innerClass/pom.xml|  4 +-
 .../resources/junit-notExtendingTestCase/pom.xml   |  4 +-
 .../test/resources/junit-pathWithUmlaut/pom.xml|  4 +-
 .../test/resources/junit-twoTestCaseSuite/pom.xml  |  4 +-
 .../src/test/resources/junit-twoTestCases/pom.xml  |  4 +-
 .../resources/junit4-forkAlways-staticInit/pom.xml |  4 +-
 .../resources/junit4-rerun-failing-tests/pom.xml   |  4 +-
 .../src/test/resources/junit4-runlistener/pom.xml  |  4 +-
 .../test/resources/junit4-twoTestCaseSuite/pom.xml |  4 +-
 .../src/test/resources/junit44-dep/pom.xml |  4 +-
 .../src/test/resources/junit44-environment/pom.xml |  4 +-
 .../src/test/resources/junit44-hamcrest/pom.xml|  4 +-
 .../test/resources/junit44-method-pattern/pom.xml  |  4 +-
 .../test/resources/junit44-single-method/pom.xml   |  4 +-
 .../src/test/resources/junit47-cucumber/pom.xml| 14 ++---
 .../org/sample/cucumber/FailingCucumberTest.java   |  5 +-
 .../test/java/org/sample/cucumber/StepDefs.java|  6 +--
 .../org/sample/cucumber/SuccessCucumberTest.java   |  5 +-
 .../resources/junit47-parallel-with-suite/pom.xml  |  4 +-
 .../test/resources/junit47-redirect-output/pom.xml |  4 +-
 .../pom.xml| 13 +++--
 .../org/sample/cucumber/FlakeCucumberTest.java |  3 +-
 .../test/java/org/sample/cucumber/StepDefs.java|  6 +--
 .../junit47-static-inner-class-tests/pom.xml   |  4 +-
 .../src/test/resources/junit48-categories/pom.xml  |  4 +-
 .../test/resources/junit48-smartStackTrace/pom.xml |  4 +-
 .../src/test/resources/norunnableTests/pom.xml |  4 +-
 .../src/test/resources/parallel-runtime/pom.xml|  4 +-
 .../resources/plain-old-java-classpath/pom.xml |  4 +-
 .../src/test/resources/plexus-conflict/pom.xml |  4 +-
 .../src/test/resources/pojo-simple/pom.xml |  4 +-
 surefire-its/src/test/resources/pom.xml|  4 +-
 surefire-its/src/test/resources/reporters/pom.xml  |  4 +-
 .../src/test/resources/result-counting/pom.xml |  4 +-
 surefire-its/src/test/resources/runOrder/pom.xml   |  4 +-
 .../src/test/resources/runorder-parallel/pom.xml   |  4 +-
 surefire-its/src/test/resources/settings.xml   | 29 ---
 .../sibling-aggregator/aggregator/pom.xml  |  4 +-