You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/06/27 07:15:07 UTC

[camel] branch regen_bot updated (fecdb1ba981 -> 9a1459703b5)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from fecdb1ba981 (chores) ci: fix SplitParallelTimeoutTest blocking core tests
     add 4fef79103ad CAMEL-19499: camel-yaml-dsl: Missing rest-configuration in YAML DSL schema (#10491)
     add 9a1459703b5 Regen for commit 4fef79103ada6bdfd6bbb356a034c87154e50fc0

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/models/beans.json     | 11 +--
 .../org/apache/camel/catalog/models/camel.json     | 11 +--
 .../org/apache/camel/model/app/beans.json          | 11 +--
 .../org/apache/camel/model/app/camel.json          | 11 +--
 .../apache/camel/model/app/BeansDefinition.java    | 12 ++++
 .../java/org/apache/camel/xml/in/ModelParser.java  | 81 +++++++++++-----------
 .../java/org/apache/camel/xml/out/ModelWriter.java |  1 +
 .../org/apache/camel/yaml/out/ModelWriter.java     |  1 +
 .../dsl/yaml/deserializers/ModelDeserializers.java | 13 ++++
 .../dsl/yaml/GenerateYamlDeserializersMojo.java    |  3 +
 .../generated/resources/schema/camel-yaml-dsl.json | 18 +++++
 .../generated/resources/schema/camelYamlDsl.json   | 15 ++++
 12 files changed, 128 insertions(+), 60 deletions(-)