Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Xtext & Xtend Milestone 2.26.0.M3 is available now
Xtext & Xtend Milestone 2.26.0.M3 is available now [message #1849548] Mon, 24 January 2022 15:01 Go to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14665
Registered: July 2009
Senior Member
Dear Xtexters,

Xtext&Xtend Milestone 2.26.0.M3 is available now at

- https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202201241425/
- http://www.eclipse.org/modeling/download.php?file=/modeling/tmf/xtext/downloads/drops/2.26.0/S202201241425/tmf-xtext-Update-2.26.0.M3.zip
- and (soon) on maven central

You can find the matching MWE release 2.12.2 at

- https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.2/
- http://www.eclipse.org/modeling/download.php?file=/modeling/emft/mwe/downloads/drops/2.12.2/R202201181914/emft-mwe-2-lang-Update-2.12.2.zip
- and on maven central

The WIP release notes can be found at https://github.com/eclipse/xtext/blob/website-master/xtext-website/_posts/releasenotes/2022-02-28-version-2-26-0.md

Please test the milestone and give feedback so that we can release soon.

Thanks
Christian


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de

[Updated on: Tue, 01 February 2022 10:19]

Report message to a moderator

Re: Xtext & Xtend Milestone 2.26.0.M3 is available now [message #1849639 is a reply to message #1849548] Thu, 27 January 2022 14:25 Go to previous messageGo to next message
Michael Bischoff is currently offline Michael BischoffFriend
Messages: 19
Registered: August 2012
Junior Member
Hi,
I tested the following:
Build of 2 DSLs using Xtext 2.26.0.M3 (JDK 11, Linux)

Using these in a major application (Compile & test JDK 11, Windows), as well as using JDK 17, Linux and found no issues.
(Build was done using the xtext-maven-plugin and xtend-maven-plugin)
The application uses java and xtend source code (also active annotations), as well as the input files for the DSL.

I have not yet tested the use within Eclipse.

Best regards,
Michael

P.S.: when using JDK 17, of course with release 11 specified in the compiler-plugin.

[Updated on: Thu, 27 January 2022 14:31]

Report message to a moderator

Re: Xtext & Xtend Milestone 2.26.0.M3 is available now [message #1849862 is a reply to message #1849639] Sat, 05 February 2022 00:07 Go to previous messageGo to next message
Mirko Raner is currently offline Mirko RanerFriend
Messages: 125
Registered: July 2009
Location: New York City, NY
Senior Member
I upgraded my project to 2.26.0.M3 (from M2) as well and did not encounter any issues. It's a medium-size Xtext language with about ~130 parser states, ~40k lines of (non-generated) Xtend code including custom Maven plugin; building in Eclipse and Maven with Java 11 on both MacOS and Linux).

Due to some compatibility conflicts, I'm still stuck on Tycho 2.1.0 and there was a minor issue caused by a new OSGi dependency on JUnit 4.13.2 which exposed a bug (see https://stackoverflow.com/questions/67563862). I didn't spend too much time on tracking down where exactly this new dependency came from, since I was able to come up with a simple work-around by running Tycho 2.1.0 with the org.eclipse.tycho.surefire.junit56 adapter, version 2.2.0 (slightly unorthodox, but fixed my problem). At any rate, I don't think any of this is directly related to the Xtext update.

So, long story short, 2.26.0.M3 works like a charm in my project. Thanks again, Christian, for driving this! Your work is much appreciated!
Re: Xtext & Xtend Milestone 2.26.0.M3 is available now [message #1850016 is a reply to message #1849548] Fri, 11 February 2022 07:11 Go to previous message
Rubén Porras Campo is currently offline Rubén Porras CampoFriend
Messages: 67
Registered: July 2009
Member
Hi Christian,

I upgraded the (dsl-devkit (https://github.com/dsldevkit/dsl-devkit) and other projects based on it) from Xtext 2.25 to this milestone and let our automated testing run it. I did not found any problems.

Regards
Rubén Porras
Previous Topic:XBase Imports with Cross References to Another File
Next Topic:How to have both cross references and non cross references for a rule?
Goto Forum:
  


Current Time: Fri Apr 26 12:10:46 GMT 2024

Powered by FUDForum. Page generated in 0.03102 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top