-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update 340_lsp_support.md Added brief instructions on how to add TextMate grammar. * Revert "Revert "Revert "Revert "prepare 2.34 docs see eclipse/xtext#2845"""" This reverts commit bd80cf4. * fix typo on main Signed-off-by: Christian Dietrich <christian.dietrich.opensource@gmail.com> * finalize release notes Signed-off-by: Christian Dietrich <christian.dietrich.opensource@gmail.com> * Prepare Xtext/Xtend 2.35 release notes * updated release date and published property * Add "Testing" section to the Xtext 2.35.0 release notes. Signed-off-by: miklossy <miklossy@itemis.de> * Rename release notes files from "...2-35.md" to "...2.35-0.md". Signed-off-by: miklossy <miklossy@itemis.de> * Normalization of EOLs in Xbase multi-line strings * Update xtext-website/_posts/releasenotes/2024-05-28-version-2-35-0.md Co-authored-by: Sebastian Zarnekow <Sebastian.Zarnekow@gmail.com> * Update 2024-05-28-version-2-35-0.md * deprecated last and added lastOrNull * Update 2024-05-28-version-2-35-0.md * bump doc versions for 2.35 * Add "UI Testing" section to the Xtext 2.35.0 release notes. Signed-off-by: miklossy <miklossy@itemis.de> * future removal notice * Result.assertNoErrors()/assertNoIssues() * The generated `InjectorProvider` * renamed section * .trace files * initial support for Java 21 * JvmGenericTypeValidator * writeStorageResources * typo * JvmGenericTypeValidator documented in Xbase documentation * upgrades * another notice about Java 21 * added credits * New and Noteworthy for Xbase LSP and Unloadable Node model * published: true * preparation for 2.36. Including the removal of old testing projects * bump doc versions for 2.36 * moving image to images folder --------- Signed-off-by: Christian Dietrich <christian.dietrich.opensource@gmail.com> Signed-off-by: miklossy <miklossy@itemis.de> Co-authored-by: Christian Dietrich <christian.dietrich.opensource@gmail.com> Co-authored-by: Lorenzo Bettini <lorenzo.bettini@gmail.com> Co-authored-by: miklossy <miklossy@itemis.de> Co-authored-by: Sebastian Zarnekow <Sebastian.Zarnekow@gmail.com>
- Loading branch information
1 parent
7d0a196
commit ea08d69
Showing
7 changed files
with
87 additions
and
9 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
xtend-website/_posts/releasenotes/2024-08-27-version-2-36-0.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
layout: post | ||
title: Xtend 2.36.0 Release Notes | ||
date: 2024-08-27 | ||
categories: releasenotes | ||
published: false | ||
--- | ||
|
||
Xtend 2.36.0 ... | ||
|
||
## Call to Action: Secure the future maintenance of Xtext & Xtend | ||
|
||
As you might have recognized, the number of people contributing to Xtext & Xtend on a regular basis has declined over the past years and so has the number of contributions. At the same time the amount of work for basic maintenance has stayed the same or even increased with the new release cadence of Java and the Eclipse simultaneous release. Briefly: The future maintenance of Xtext & especially Xtend is at risk, at least in the current form and as part of the Eclipse Simrel. If you care, please join the discussion in [https://github.com/eclipse/xtext/issues/1721](https://github.com/eclipse/xtext/issues/1721). | ||
|
||
## Relevant changes | ||
|
||
|
||
|
||
## Credits | ||
|
||
See Xtext release notes. | ||
|
||
## Fixed Issues | ||
|
||
As in every release cycle we were eagerly hunting down bugs, and reviewed and integrated plenty of contributions. For further details please refer to the following lists: | ||
|
||
* [Fixed GitHub issues](https://github.com/search?utf8=%E2%9C%93&q=is%3Aissue+milestone%3ARelease_2.36+is%3Aclosed+repo%3Aeclipse%2Fxtext+repo%3Aeclipse%2Fxtext-core+repo%3Aeclipse%2Fxtext-lib+repo%3Aeclipse%2Fxtext-extras+repo%3Aeclipse%2Fxtext-eclipse+repo%3Aeclipse%2Fxtext-idea+repo%3Aeclipse%2Fxtext-web+repo%3Aeclipse%2Fxtext-maven+repo%3Aeclipse%2Fxtext-xtend&type=Issues&ref=searchresults) | ||
|
||
* [Closed Pull Requests](https://github.com/search?utf8=%E2%9C%93&q=is%3Apr+milestone%3ARelease_2.36+is%3Aclosed+repo%3Aeclipse%2Fxtext+repo%3Aeclipse%2Fxtext-core+repo%3Aeclipse%2Fxtext-lib+repo%3Aeclipse%2Fxtext-extras+repo%3Aeclipse%2Fxtext-eclipse+repo%3Aeclipse%2Fxtext-idea+repo%3Aeclipse%2Fxtext-web+repo%3Aeclipse%2Fxtext-maven+repo%3Aeclipse%2Fxtext-xtend&type=Issues&ref=searchresults) | ||
|
||
* [Fixed Eclipse Bugzilla tickets](https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&classification=Modeling&classification=Tools&columnlist=product%2Ccomponent%2Cassigned_to%2Cbug_status%2Cresolution%2Cshort_desc%2Cchangeddate%2Ckeywords&f0=OP&f1=OP&f3=CP&f4=CP&known_name=Xtext%202.30&list_id=16618269&product=TMF&product=Xtend&query_based_on=Xtext%202.30&query_format=advanced&status_whiteboard=v2.36&status_whiteboard_type=allwordssubstr) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 43 additions & 0 deletions
43
xtext-website/_posts/releasenotes/2024-08-27-version-2-36-0.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
layout: post | ||
title: Xtext 2.36.0 Release Notes | ||
date: 2024-08-27 | ||
categories: releasenotes | ||
published: false | ||
--- | ||
|
||
Xtext 2.36.0 ... | ||
|
||
## Call to Action: Secure the future maintenance of Xtext | ||
|
||
As you might have recognized, the number of people contributing to Xtext on a regular basis has declined over the past years and so has the number of contributions. At the same time the amount of work for basic maintenance has stayed the same or even increased with the new release cadence of Java and the Eclipse simultaneous release. Briefly: The future maintenance of Xtext is at risk, at least in the current form and as part of the Eclipse Simrel. If you care, please join the discussion in [https://github.com/eclipse/xtext/issues/1721](https://github.com/eclipse/xtext/issues/1721). | ||
|
||
## Relevant changes | ||
|
||
|
||
|
||
## Upgrades | ||
|
||
|
||
## Deprecations | ||
|
||
|
||
## Removals | ||
|
||
The long time deprecated `org.eclipse.xtext.junit4` and `org.eclipse.xtext.xbase.junit` have been removed. | ||
The projects `org.eclipse.xtext.testing`, `org.eclipse.xtext.ui.testing`, `org.eclipse.xtext.xbase.testing` and `org.eclipse.xtext.xbase.ui.testing` already provide replacements for the above deprecated projects. | ||
Note that the old base class `AbstractXtextTests` is now part of `org.eclipse.xtext.testing`. | ||
|
||
## Credits | ||
|
||
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). | ||
|
||
## Fixed Issues | ||
|
||
As in every release cycle we were eagerly hunting down bugs, and reviewed and integrated plenty of contributions. For further details please refer to the following lists: | ||
|
||
* [Fixed GitHub issues](https://github.com/search?utf8=%E2%9C%93&q=is%3Aissue+milestone%3ARelease_2.36+is%3Aclosed+repo%3Aeclipse%2Fxtext+repo%3Aeclipse%2Fxtext-core+repo%3Aeclipse%2Fxtext-lib+repo%3Aeclipse%2Fxtext-extras+repo%3Aeclipse%2Fxtext-eclipse+repo%3Aeclipse%2Fxtext-idea+repo%3Aeclipse%2Fxtext-web+repo%3Aeclipse%2Fxtext-maven+repo%3Aeclipse%2Fxtext-xtend&type=Issues&ref=searchresults) | ||
|
||
* [Closed Pull Requests](https://github.com/search?utf8=%E2%9C%93&q=is%3Apr+milestone%3ARelease_2.36+is%3Aclosed+repo%3Aeclipse%2Fxtext+repo%3Aeclipse%2Fxtext-core+repo%3Aeclipse%2Fxtext-lib+repo%3Aeclipse%2Fxtext-extras+repo%3Aeclipse%2Fxtext-eclipse+repo%3Aeclipse%2Fxtext-idea+repo%3Aeclipse%2Fxtext-web+repo%3Aeclipse%2Fxtext-maven+repo%3Aeclipse%2Fxtext-xtend&type=Issues&ref=searchresults) | ||
|
||
* [Fixed Eclipse Bugzilla tickets](https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&classification=Modeling&classification=Tools&columnlist=product%2Ccomponent%2Cassigned_to%2Cbug_status%2Cresolution%2Cshort_desc%2Cchangeddate%2Ckeywords&f0=OP&f1=OP&f3=CP&f4=CP&known_name=Xtext%202.31&list_id=16618269&product=TMF&product=Xtend&query_based_on=Xtext%202.31&query_format=advanced&status_whiteboard=v2.36&status_whiteboard_type=allwordssubstr) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.