Skip to content

Commit

Permalink
Merge pull request #1701 from eclipse/cd_relNotes
Browse files Browse the repository at this point in the history
finalized releasenotes
  • Loading branch information
cdietrich authored Mar 3, 2020
2 parents c291ece + 406ad2d commit f7aee0c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 9 deletions.
11 changes: 6 additions & 5 deletions xtend-website/_posts/releasenotes/2020-03-03-version-2-21-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down
24 changes: 20 additions & 4 deletions xtext-website/_posts/releasenotes/2020-03-03-version-2-21-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ 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.
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

Expand All @@ -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

Expand All @@ -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 ![](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) ![](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

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:
Expand Down

0 comments on commit f7aee0c

Please sign in to comment.