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 b5e81b34dc74 CAMEL-23757: add String overloads for property
placeholder support
add f6e9816345a6 CAMEL-23757: handle boolean/toggle attributes and data
format builder pattern
No new revisions were added by this update.
Summary of changes:
.../camel/java/out/JavaDslModelWriterSupport.java | 53 ++++++++++++++-
.../src/test/resources/aggregateAdvanced.xml} | 16 ++++-
.../src/test/resources/marshalDataFormats.xml | 78 ++++++++++++++++++++++
3 files changed, 144 insertions(+), 3 deletions(-)
copy core/{camel-xml-io/src/test/resources/aggregate.xml =>
camel-java-io/src/test/resources/aggregateAdvanced.xml} (67%)
create mode 100644 core/camel-java-io/src/test/resources/marshalDataFormats.xml