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/01/02 14:14:55 UTC

[camel] branch regen_bot updated (1ddab98 -> 653bd21)

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 1ddab98  CAMEL-11001: camel-salesforce: Improve docs
     add 5144bfc  yaml-dsl - Include source location when parsing
     add a5973da  CAMEL-17405: camel-xml-io - Add source location to parsed models
     add a8a1b22  CAMEL-17406: camel-core - InterceptFrom header with intercepted endpoint should be done without affecting model
     add 653bd21  yaml-dsl - Include source location when parsing

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/reifier/InterceptFromReifier.java | 29 ++++-------
 .../java/org/apache/camel/xml/in/ModelParser.java  | 11 ++++
 .../java/org/apache/camel/xml/in/BaseParser.java   | 15 ++++++
 .../org/apache/camel/main/KameletYamlRoutes.java   |  4 +-
 .../camel/dsl/xml/io/XmlRoutesBuilderLoader.java   | 58 ++++++++--------------
 .../{log4j2-test.properties => log4j2.properties}  |  0
 .../yaml/common/YamlDeserializationContext.java    | 10 ++++
 .../dsl/yaml/common/YamlDeserializerBase.java      |  7 ++-
 .../deserializers/FromDefinitionDeserializer.java  |  7 +++
 .../OutputAwareFromDefinitionDeserializer.java     |  2 +
 .../camel/dsl/yaml/KameletRoutesBuilderLoader.java |  3 +-
 .../camel/dsl/yaml/YamlRoutesBuilderLoader.java    |  3 +-
 .../dsl/yaml/YamlRoutesBuilderLoaderSupport.java   |  6 ++-
 .../packaging/ModelXmlParserGeneratorMojo.java     |  4 ++
 14 files changed, 96 insertions(+), 63 deletions(-)
 rename dsl/camel-xml-io-dsl/src/test/resources/{log4j2-test.properties => log4j2.properties} (100%)