You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/03/01 09:52:42 UTC

(camel) branch main updated (84fbf347308 -> f3bf57afdea)

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 84fbf347308 Bump undertow-version from 2.3.11.Final to 2.3.12.Final (#13357)
     add f3bf57afdea CAMEL-20490: rest-dsl should turn off useXForwardHeaders by default. (#13359)

No new revisions were added by this update.

Summary of changes:
 .../main/camel-main-configuration-metadata.json    |  2 +-
 .../camel/catalog/models/restConfiguration.json    |  2 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  |  5 ++++-
 .../org/apache/camel/spi/RestConfiguration.java    | 18 +++++++++-------
 .../apache/camel/model/rest/restConfiguration.json |  2 +-
 .../model/rest/RestConfigurationDefinition.java    | 24 +++++++++++++++-------
 .../camel-main-configuration-metadata.json         |  2 +-
 core/camel-main/src/main/docs/main.adoc            |  2 +-
 .../camel/main/RestConfigurationProperties.java    |  8 +++++---
 .../ROOT/pages/camel-4x-upgrade-guide-4_5.adoc     |  2 ++
 .../dsl/yaml/deserializers/ModelDeserializers.java |  2 +-
 .../generated/resources/schema/camelYamlDsl.json   |  2 +-
 12 files changed, 46 insertions(+), 25 deletions(-)