Branch: refs/heads/master
Home:
https://github.com/windup/windup
Commit: 1ed3c2480007eb8534b52dcf12bb16f762cc6115
https://github.com/windup/windup/commit/1ed3c2480007eb8534b52dcf12bb16f76...
Author: Marco Rizzi <mrizzi(a)users.noreply.github.com>
Date: 2023-03-21 (Tue, 21 Mar 2023)
Changed paths:
M .github/workflows/pr_build_jdk11.yml
M .github/workflows/pr_build_jdk11_dependents.yml
M pom.xml
M tests/pom.xml
Log Message:
-----------
WINDUP-3602 Run project's tests on JDK 11 and 17 (#1607)
* WINDUP-3602 Run project's tests on JDK 11 and 17
* WINDUP-3602 Added 'java.lang' to surefire on JDK 17
* WINDUP-3602 Fixed 'restore-keys' pattern
* WINDUP-3602 Made project's tests job indipendent
* WINDUP-3602 Overwrite 'surefire-jdk17' pluing on 'tests' module
* WINDUP-3602 Optimized test jobs dependency on 'windup-build'
* WINDUP-3602 Added 'java.util' to surefire on JDK 17
* WINDUP-3602 Added 'java.util.stream' to surefire on JDK 17
* WINDUP-3602 Run dependant projects' tests on JDK 11 and 17
* WINDUP-3602 Added MAVEN_OPTS to 'windup-quickstarts-build' job