From e136dcf7539cb6c3fdaec441fef12d061e93003b Mon Sep 17 00:00:00 2001 From: Christian Dietrich Date: Mon, 2 Mar 2020 17:45:13 +0100 Subject: [PATCH 1/3] finalized releasenotes Signed-off-by: Christian Dietrich --- .../releasenotes/2020-03-03-version-2-21-0.md | 11 +++++----- .../releasenotes/2020-03-03-version-2-21-0.md | 20 +++++++++++++++++-- 2 files changed, 24 insertions(+), 7 deletions(-) diff --git a/xtend-website/_posts/releasenotes/2020-03-03-version-2-21-0.md b/xtend-website/_posts/releasenotes/2020-03-03-version-2-21-0.md index faac62b4d54..1215e98f287 100644 --- a/xtend-website/_posts/releasenotes/2020-03-03-version-2-21-0.md +++ b/xtend-website/_posts/releasenotes/2020-03-03-version-2-21-0.md @@ -3,7 +3,7 @@ layout: post title: Xtend 2.21.0 Release Notes date: 2020-03-03 categories: releasenotes -published: false +published: true --- Xtend 2.21.0 is a maintenance release with some usability improvements. @@ -61,14 +61,15 @@ public interface FooItf { } ``` - -## Eclipse Integration - ## Credits The Xtend Language project is thankful for the dedication of each committer and contributor. This release has been made possible by the following persons (in order of the number of contributed commits to this release): -TODO +- Christian Dietrich (itemis) +- Karsten Thoms (Karakun) +- Arne Deutsch (itemis) +- Nico Prediger (itemis) +- Sven Efftinge (TypeFox) ## Fixed Issues diff --git a/xtext-website/_posts/releasenotes/2020-03-03-version-2-21-0.md b/xtext-website/_posts/releasenotes/2020-03-03-version-2-21-0.md index 20e33636696..ba467ddca72 100644 --- a/xtext-website/_posts/releasenotes/2020-03-03-version-2-21-0.md +++ b/xtext-website/_posts/releasenotes/2020-03-03-version-2-21-0.md @@ -3,7 +3,7 @@ layout: post title: Xtext 2.21.0 Release Notes date: 2020-03-03 categories: releasenotes -published: false +published: true --- Xtext 2.21 is mainly a maintenance release with a focus on internal improvements to enable more people to contribute and only a few new features. The internal usage of Xtend was reduced where it is not beneficial. This improves build performance and lower the barrier for new contributors. Also all the tests that were failing on windows only were adapted, such that developing Xtext on windows machines is now more satisfying. @@ -58,7 +58,23 @@ Xtext based languages now allow a workspace to be composed of multiple root fold The Xtext project is thankful for the dedication of each committer and contributor. This release has been made possible by the following persons (in order of the number of contributed commits to this release to [all repositories](https://github.com/eclipse/xtext#repositories) except [xtext-xtend](https://github.com/eclipse/xtext-xtend)): -TODO +- Christian Dietrich (itemis) +- Karsten Thoms (Karakun) +- Sebastian Zarnekow (independent) +- Nico Prediger (itemis) +- Tamas Miklossy (itemis) +- Arne Deutsch (itemis) +- Marcus Mews (NumberFour) +- Lorenzo Bettini (Università degli Studi di Firenze) +- Sven Efftinge (TypeFox) +- Jan Rosczak (Hapag-Lloyd) +- Jan Koehnlein (TypeFox) +- Robert Lewis +- Ryan Dunn +- Mathias Rieder (Bachmann) +- Hannes Niederhausen (itemis) +- David Medina (Sigasi) + ## Fixed Issues As in every release cycle we were eagerly hunting down bugs, and reviewed and integrated plenty of contributions. Almost 60 issues and 320 pull requests have made it into this release. For further details please refer to the following lists: From ce491b6c501f9ad6cb70424e91ccfa2e3edec656 Mon Sep 17 00:00:00 2001 From: Christian Dietrich Date: Tue, 3 Mar 2020 13:03:53 +0100 Subject: [PATCH 2/3] typos Signed-off-by: Christian Dietrich --- .../_posts/releasenotes/2020-03-03-version-2-21-0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xtext-website/_posts/releasenotes/2020-03-03-version-2-21-0.md b/xtext-website/_posts/releasenotes/2020-03-03-version-2-21-0.md index ba467ddca72..4658dc77686 100644 --- a/xtext-website/_posts/releasenotes/2020-03-03-version-2-21-0.md +++ b/xtext-website/_posts/releasenotes/2020-03-03-version-2-21-0.md @@ -6,7 +6,7 @@ categories: releasenotes published: true --- -Xtext 2.21 is mainly a maintenance release with a focus on internal improvements to enable more people to contribute and only a few new features. The internal usage of Xtend was reduced where it is not beneficial. This improves build performance and lower the barrier for new contributors. Also all the tests that were failing on windows only were adapted, such that developing Xtext on windows machines is now more satisfying. +Xtext 2.21 is mainly a maintenance release with a focus on internal improvements to enable more people to contribute and only a few new features. The internal usage of Xtend was reduced where it is not beneficial. This improves build performance and lowers the barrier for new contributors. Also all the tests that were failing on Windows only were adapted, such that developing Xtext on Windows machines is now more satisfying. ## License Change @@ -33,7 +33,7 @@ The wizard to generate projects for existing ecore models does not create a depe ### testGenerate Goal -The Maven plugin has now two goals, `generate` and `testGenerate`. The new `testGenerate` goal runs during the `generate-test-sources` phase and uses the test classpath of the maven project. +The Maven plugin has now two goals, `generate` and `testGenerate`. The new `testGenerate` goal runs during the `generate-test-sources` phase and uses the test classpath of the Maven project. ## LSP From 406ad2d1c1ac8679c3a137bdf898b159d18c83de Mon Sep 17 00:00:00 2001 From: Christian Dietrich Date: Tue, 3 Mar 2020 13:06:44 +0100 Subject: [PATCH 3/3] marked first time contributors Signed-off-by: Christian Dietrich --- .../_posts/releasenotes/2020-03-03-version-2-21-0.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xtext-website/_posts/releasenotes/2020-03-03-version-2-21-0.md b/xtext-website/_posts/releasenotes/2020-03-03-version-2-21-0.md index 4658dc77686..6b07c1aa1be 100644 --- a/xtext-website/_posts/releasenotes/2020-03-03-version-2-21-0.md +++ b/xtext-website/_posts/releasenotes/2020-03-03-version-2-21-0.md @@ -69,11 +69,11 @@ The Xtext project is thankful for the dedication of each committer and contribut - Sven Efftinge (TypeFox) - Jan Rosczak (Hapag-Lloyd) - Jan Koehnlein (TypeFox) -- Robert Lewis -- Ryan Dunn +- Robert Lewis ![](https://img.shields.io/badge/-first%20time%20contributor-green.svg) +- Ryan Dunn ![](https://img.shields.io/badge/-first%20time%20contributor-green.svg) - Mathias Rieder (Bachmann) -- Hannes Niederhausen (itemis) -- David Medina (Sigasi) +- Hannes Niederhausen (itemis) ![](https://img.shields.io/badge/-first%20time%20contributor-green.svg) +- David Medina (Sigasi) ![](https://img.shields.io/badge/-first%20time%20contributor-green.svg) ## Fixed Issues