prepare 2.44#547
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Prepares the repository for the Xtext 2.44 reference projects by adding new 2.44.0-based “greetings” and “domainmodel” project trees (for multiple build systems / JDK baselines) and updating the automation (scripts, launch configs, and GitHub Actions workflow) to target 2.44.
Changes:
- Add 2.44.0 reference-project content for greetings (Tycho / Maven / Gradle) for J21 and J25.
- Add 2.44.0 reference-project content for the domainmodel example (runtime, IDE, UI, tests, releng).
- Switch default/versioned launch + CI build entrypoints from 2.43 to 2.44.
Reviewed changes
Copilot reviewed 223 out of 232 changed files in this pull request and generated 37 comments.
Show a summary per file
| File | Description |
|---|---|
| scripts/greetings-tycho-J25-2.44.sh | New Tycho J25 build script for greetings 2.44 |
| scripts/greetings-tycho-J21-2.44.sh | New Tycho J21 build script for greetings 2.44 |
| scripts/greetings-maven-J25-2.44.sh | New Maven J25 build script for greetings 2.44 |
| scripts/greetings-maven-J21-2.44.sh | New Maven J21 build script for greetings 2.44 |
| scripts/greetings-gradle-J25-2.44.sh | New Gradle J25 build script for greetings 2.44 |
| scripts/greetings-gradle-J21-2.44.sh | New Gradle J21 build script for greetings 2.44 |
| scripts/domainmodel-2.44.sh | New build script for domainmodel 2.44 |
| launch/update-version.sh | Bumps default version from 2.43 to 2.44 |
| launch/refproject-greetings-tycho-j25.launch | Updates generated targetDir/xtextVersion for 2.44 J25 |
| launch/refproject-greetings-tycho-j21.launch | Updates generated targetDir/xtextVersion for 2.44 J21 |
| launch/refproject-greetings-maven-j25.launch | Updates generated targetDir/xtextVersion for 2.44 J25 |
| launch/refproject-greetings-maven-j21.launch | Updates generated targetDir/xtextVersion for 2.44 J21 |
| launch/refproject-greetings-gradle-j25.launch | Updates generated targetDir/xtextVersion for 2.44 J25 |
| launch/refproject-greetings-gradle-j21.launch | Updates generated targetDir/xtextVersion for 2.44 J21 |
| greetings-tycho/2.44.0-J25/** | Adds greetings Tycho reference project (J25) for 2.44 |
| greetings-tycho/2.44.0-J21/** | Adds greetings Tycho reference project (J21) for 2.44 |
| greetings-maven/2.44.0-J25/** | Adds greetings Maven reference project (J25) for 2.44 |
| greetings-maven/2.44.0-J21/** | Adds greetings Maven reference project (J21) for 2.44 |
| greetings-gradle/2.44.0-J25/** | Adds greetings Gradle reference project (J25) for 2.44 |
| greetings-gradle/2.44.0-J21/** | Adds greetings Gradle reference project (J21) for 2.44 |
| domainmodel/2.44.0/** | Adds domainmodel reference project tree for 2.44 |
| .github/workflows/build.yml | Switches CI jobs from 2.43 scripts to 2.44 scripts |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
5fdc78b to
0ded874
Compare
11 tasks
LorenzoBettini
approved these changes
May 31, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.