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 2022/11/21 12:42:14 UTC

[camel] branch regen_bot updated (03a79ea8fa7 -> 5e0704b384c)

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 03a79ea8fa7 property-placeholder: fix doc typo (#8740)
     add 56a9bb849db Regen for commit 9e25ada8adc516c7acf77378aad517316ec7dae4 (#8743)
     add 38290e7e7c2 CAMEL-18735: camel-rest - Add option back to set route id for apiContext route
     add 5e0704b384c Regen for commit 38290e7e7c24cef0f4f153264bba1eeafd5cd97b

No new revisions were added by this update.

Summary of changes:
 .../main/camel-main-configuration-metadata.json    |  1 +
 .../camel/catalog/models/restConfiguration.json    |  1 +
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 11 ++++++++
 .../component/jetty/rest/RestApiJettyTest.java     |  8 ++++--
 .../org/apache/camel/spi/RestConfiguration.java    | 16 +++++++++++
 .../camel/impl/RestConfigurationConfigurer.java    |  6 +++++
 .../apache/camel/model/rest/restConfiguration.json |  1 +
 .../model/rest/RestConfigurationDefinition.java    | 31 ++++++++++++++++++++++
 .../apache/camel/model/rest/RestDefinition.java    |  5 +++-
 .../RestConfigurationPropertiesConfigurer.java     |  6 +++++
 .../camel-main-configuration-metadata.json         |  1 +
 core/camel-main/src/main/docs/main.adoc            |  3 ++-
 .../camel/main/RestConfigurationProperties.java    | 10 +++++++
 .../java/org/apache/camel/xml/in/ModelParser.java  |  1 +
 .../dsl/yaml/deserializers/ModelDeserializers.java |  6 +++++
 .../generated/resources/schema/camel-yaml-dsl.json |  3 +++
 .../generated/resources/schema/camelYamlDsl.json   |  3 +++
 17 files changed, 109 insertions(+), 4 deletions(-)