oscerd opened a new pull request, #270:
URL: https://github.com/apache/camel-examples/pull/270

   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).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to