This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from 913a5f1837b CAMEL-17927: camel-jbang - Run from github does not work
new 9dbff625e57 CAMEL-17943: camel-core - Method call expression should
not be required
new 91b589f4599 CAMEL-17943: camel-yaml-dsl - Generate model deserializers
with nodes in top
new 2a12be6e29b CAMEL-17943: camel-yaml-dsl - Method call expression
should not be required
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../camel/model/language/MethodCallExpression.java | 12 +-
.../dsl/yaml/deserializers/ModelDeserializers.java | 684 ++++++++++-----------
.../dsl/yaml/GenerateYamlDeserializersMojo.java | 52 +-
.../src/generated/resources/camel-yaml-dsl.json | 17 +-
.../src/generated/resources/camelYamlDsl.json | 17 +-
.../camel/maven/packaging/SchemaGeneratorMojo.java | 22 +-
6 files changed, 391 insertions(+), 413 deletions(-)