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
+11-1
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,22 @@
2
2
3
3
## 2.3.0
4
4
5
-
* 📅 Release Date: _expected_ May 2023
5
+
* 📅 Release Date: 23th May 2023
6
6
7
7
### Embedded and use Maven 3.9.1
8
8
9
9
Updated the embedded Maven from version 3.8.7 to 3.9.1; [Maven 3.9.1 Release Notes](https://maven.apache.org/docs/3.9.1/release-notes.html).
10
10
11
+
### Support for Java 20 and later
12
+
13
+
Projects that compile with Java 20 and therefore have a corresponding configuration of in their `maven-compiler-plugin` are now supported.
14
+
Furthermore the processing has been enhanced to support future Java versions as soon as Eclipse JDT supports them.
15
+
16
+
### Enhanced M2E Maven Target support
17
+
18
+
* OSGi metadata generated for artifacts that don't contain a OSGi compliant MANIFEST.MF have been enhanced to also contain version ranges for `Import-Package` headers by default.
19
+
* Source Bundles of excluded artifacts are now excluded too
0 commit comments