You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
## 2.9.2
4
4
5
+
### Maven Execution JRE used for Tests
6
+
7
+
Similar to what is done for the Maven Launch Actions the JRE for tests (TestNG, JUnit) is now also derived from
8
+
the Maven execution JRE. Previously this was by default set to the project's JRE (derived from the `maven-compiler-plugin`s target/release configuration).
9
+
The Maven execution JRE is determined from the `maven-enforcer-plugin`s `requireJavaVersion` rule by selecting the best matching installed JRE for the [configured Java version range](https://maven.apache.org/enforcer/enforcer-rules/requireJavaVersion.html).
10
+
5
11
### Multi-Release-Jar support
6
12
7
13
JDT added support for native [https://openjdk.org/jeps/238](Multi-Release) compilation support recently.
0 commit comments