This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch feature/CAMEL-23757-java-dsl-model-writer
in repository https://gitbox.apache.org/repos/asf/camel.git
from 702b60a8fa6a CAMEL-23757: fix expected test output for streaming toggle
add 9599ba95b808 CAMEL-23757: add REST DSL support for Java model writer
No new revisions were added by this update.
Summary of changes:
.../apache/camel/model/rest/RestDefinition.java | 2 +
.../apache/camel/model/rest/VerbDefinition.java | 2 +
.../apache/camel/java/out/JavaDslModelWriter.java | 196 ++++++++++++++++++---
.../camel/java/out/JavaDslModelWriterSupport.java | 27 +++
.../apache/camel/java/out/JavaDslCompileTest.java | 40 +++++
5 files changed, 239 insertions(+), 28 deletions(-)