Skip to content

build: align xtext to 2.43 in xtend-maven-plugin and antlr target#1365

Merged
joaodinissf merged 1 commit into
dsldevkit:masterfrom
joaodinissf:bump-xtext-2.43
May 27, 2026
Merged

build: align xtext to 2.43 in xtend-maven-plugin and antlr target#1365
joaodinissf merged 1 commit into
dsldevkit:masterfrom
joaodinissf:bump-xtext-2.43

Conversation

@joaodinissf
Copy link
Copy Markdown
Collaborator

@joaodinissf joaodinissf commented May 26, 2026

Summary

Two pinned 2.42.0 references were left behind after the upgrade that moved ddk-target/ddk.target to xtext 2.43.0:

  • ddk-parent/pom.xml: <xtend.version>2.43.0
  • ddk-target/ddk-antlr.target: itemis xtext-antlr repo URL → releases/2.43.0/

🤖 Generated with Claude Code

@joaodinissf joaodinissf requested a review from rubenporras May 26, 2026 23:38
@joaodinissf joaodinissf marked this pull request as ready for review May 26, 2026 23:38
Two pinned 2.42.0 references were left behind after the upgrade
that moved ddk-target/ddk.target to xtext 2.43.0:

- ddk-parent/pom.xml: xtend-maven-plugin version
- ddk-target/ddk-antlr.target: itemis xtext-antlr feature repo URL

A `mvn -pl :com.avaloq.tools.ddk.sample.helloworld -am clean package`
build emits the "Unable to satisfy dependency from
org.eclipse.xtext.xtext.ui.graph 2.42.0 to draw2d 3.15.0" warning
79 times before this change and 1 time after. The residual instance
appears to be transitively pulled in by an xtext UI feature.group
and is out of scope for this PR.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@joaodinissf joaodinissf enabled auto-merge (rebase) May 26, 2026 23:55
@joaodinissf joaodinissf merged commit f71862b into dsldevkit:master May 27, 2026
4 checks passed
@joaodinissf joaodinissf deleted the bump-xtext-2.43 branch May 27, 2026 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants