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/08/08 10:56:00 UTC

[camel] branch regen_bot updated (f277406da00 -> a5206295029)

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 f277406da00 (chores) camel-arangodb: added a way to disable ArangoDB tests (#11039)
     add a5206295029 [CAMEL-19709] yaml dsl: include additional information such as description and title in the jscon schema

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/spi/annotations/YamlProperty.java |    4 +
 .../org/apache/camel/spi/annotations/YamlType.java |    6 +
 .../dsl/yaml/deserializers/ModelDeserializers.java | 3521 +++++++-----
 .../dsl/yaml/GenerateYamlDeserializersMojo.java    |  483 +-
 .../maven/dsl/yaml/GenerateYamlSchemaMojo.java     |  212 +-
 .../camel/maven/dsl/yaml/support/Schema.java       |   59 +
 .../maven/dsl/yaml/support/YamlProperties.java     |  189 +
 dsl/camel-yaml-dsl/camel-yaml-dsl/pom.xml          |    5 +
 .../generated/resources/schema/camel-yaml-dsl.json | 5978 +++++++++++++++-----
 .../generated/resources/schema/camelYamlDsl.json   | 5978 +++++++++++++++-----
 .../apache/camel/spi/annotations/YamlProperty.java |    4 +
 .../org/apache/camel/spi/annotations/YamlType.java |    6 +
 12 files changed, 12179 insertions(+), 4266 deletions(-)
 create mode 100644 dsl/camel-yaml-dsl/camel-yaml-dsl-maven-plugin/src/main/java/org/apache/camel/maven/dsl/yaml/support/Schema.java
 create mode 100644 dsl/camel-yaml-dsl/camel-yaml-dsl-maven-plugin/src/main/java/org/apache/camel/maven/dsl/yaml/support/YamlProperties.java