Skip to content

Commit

Permalink
Merge pull request #34 from eclipse/add_testing_section_to_the_releas…
Browse files Browse the repository at this point in the history
…e-notes

Add "Testing" section to the Xtext 2.35.0 release notes.
  • Loading branch information
cdietrich authored Apr 24, 2024
2 parents 421e2f8 + d7ef7a2 commit 24c0997
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xtext-website/_posts/releasenotes/2024-05-28-version-2-35.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Xtext 2.35.0 ...

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).

## Testing

The `AbstractFormatterTest` base class has been added to the `org.eclipse.xtext.testing` package to provide a convenient way to test the formatter capabilities. The Xtext Domainmodel example project and the Xtend code base have been extended by concrete formatter test cases to demonstrate the usage of this framework class.

## Upgrades

Expand Down

0 comments on commit 24c0997

Please sign in to comment.