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 56392af382ac CAMEL-23757: add contract-first REST DSL (openApi) support
add cc49521c59a4 CAMEL-23757: add route template and templated route
support to Java model writer
add 7a281280a1c3 CAMEL-23757: add restConfiguration and routeConfiguration
support to Java model writer
No new revisions were added by this update.
Summary of changes:
.../camel/java/out/JavaDslModelWriterSupport.java | 202 +++++++++++++++++++++
.../apache/camel/java/out/JavaDslCompileTest.java | 191 +++++++++++++++++++
.../src/test/resources/simpleRestConfiguration.xml | 8 +-
.../src/test/resources/simpleTemplatedRoute.xml | 0
4 files changed, 397 insertions(+), 4 deletions(-)
copy
dsl/camel-xml-io-dsl/src/test/resources/org/apache/camel/dsl/xml/io/camel-app12.xml
=> core/camel-java-io/src/test/resources/simpleRestConfiguration.xml (76%)
copy
dsl/camel-xml-io-dsl/src/test/resources/org/apache/camel/main/xml/camel-my-templated-route.xml
=> core/camel-java-io/src/test/resources/simpleTemplatedRoute.xml (100%)