Skip to content

ci: fix main-joor example to use the java language - #270

Merged
oscerd merged 1 commit into
mainfrom
ci-issue/main-joor-java-language
Sep 21, 2026
Merged

oscerd merged 1 commit into
mainfrom
ci-issue/main-joor-java-language

Conversation

@oscerd

@oscerd oscerd commented Sep 17, 2026

Copy link
Copy Markdown
Contributor

The main-joor example fails to compile against the 4.23.0-SNAPSHOT: the joor() DSL method was removed. The jOOR-backed language is now named java and called with java().

This switches MyRouteBuilder to java(). The camel-joor dependency and camel-joor.properties stay as they are (the java language still reads that file). README and test wording updated to match.

Verified with mvn -pl main-joor verify (BUILD SUCCESS, test green). This is what turned the build red on recent PRs (for example #269).

The joor() DSL method was removed in Camel 4.23; the jOOR-backed language is now named java and called with java(). Switch MyRouteBuilder to java(), keep the camel-joor dependency and camel-joor.properties (still read by the java language), and update the README and test wording.
@oscerd
oscerd merged commit 268fb15 into main Sep 21, 2026
1 check passed
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.

1 participant