Skip to content

Commit

Permalink
Merge pull request #83 from eclipse-xtext/LorenzoBettini-patch-2
Browse files Browse the repository at this point in the history
Update 2025-03-04-version-2-38-0.md
  • Loading branch information
LorenzoBettini authored Jan 2, 2025
2 parents 5de5732 + 2e98099 commit 4a1fd63
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions xtext-website/_posts/releasenotes/2025-03-04-version-2-38-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@ As you might have recognized, the number of people contributing to Xtext on a re
## Relevant changes

* A new class, `TemporaryFolder,` has been added to the bundle `org.eclipse.xtext.testing`, meant to replace the class `TemporaryFolder`, now deprecated, in `org.eclipse.xtext.xbase.testing`. Clients should update to the new class: the deprecated one will be removed in the future.
* Our project wizard for Maven/Tycho projects now generates this dependency for the `exec-maven-plugin` configuration for running the MWE2 workflow:

```xml
<dependency>
<groupId>org.eclipse.xtext</groupId>
<artifactId>org.eclipse.xtext.xtext.generator.dependencies</artifactId>
<version>${xtextVersion}</version>
</dependency>
```

to avoid possible problems with EMF/Platform dependencies (e.g., `NoSuchMethodError`) due to misaligned transitive dependencies.
This replaces the previously generated dependency `xtext-antlr-generator`, which is included in the new dependency.
For existing projects, we suggest to perform such a change manually.
The `org.eclipse.xtext.xtext.generator.dependencies` bundle was introduced in the previous release.

## Breaking changes

Expand Down

0 comments on commit 4a1fd63

Please sign in to comment.