From 052d41c96f8af79200213c9e0982d23e5e02164b Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Thu, 24 Nov 2022 21:20:13 +0100 Subject: [PATCH] Release M2E 2.1.0 --- RELEASE_NOTES.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4e2434b3ea..7236aa6d78 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,9 +2,21 @@ ## 2.1.0 -* 📅 Release Date: _expected_ December 2022 +* 📅 Release Date: November 24th 2022 * All changes: https://github.com/eclipse-m2e/m2e-core/compare/2.0.2...2.1.0 +### Automatic configuration updates of Maven projects enabled by default + +The previously experimental feature of M2E to update Maven projects automatically on configuration changes matured and is now enabled by default. + +### Performance and memory consumption improvements + +For large projects the build performance has been improved and the memory consumption has been reduced. + +### Improved connectors for bnd-maven-plugin and maven-bundle-plugin + +The connector for the `bnd-maven-plugin` and `maven-bundle-plugin`, which is included into M2E, has been improved to consider the jars specified on the `Bundle-Classpath` of the generated MANIFEST.MF, when updating the Plugins JDT `.classpath`. + ### Console support for polyglot Maven projects and projects without Maven nature The M2E Maven-Console now also supports tracking of so called _polyglot_ Maven-projects. Those are projects that don't have a standard `pom.xml` and whose Maven-model is instead created from another source. One prominent example in the Eclipse world are Eclipse-PDE projects that are build with Tycho(-pomless).