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/12/13 12:21:32 UTC

(camel) branch regen_bot updated (4882e39c4a6 -> 72ddd49933f)

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 4882e39c4a6 CAMEL-18590 - Camel-Azure components: Define a unique configuration for authentication - Azure CosmosDB
     add 72ddd49933f CAMEL-20230: camel-core - PollEnrich and Enrich EIP should eager start component if possible (#12441)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/models/enrich.json    |  3 +-
 .../apache/camel/catalog/models/pollEnrich.json    |  3 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 18 ++++++++++
 .../java/org/apache/camel/spi/ClassResolver.java   |  4 +--
 .../resources/org/apache/camel/model/enrich.json   |  3 +-
 .../org/apache/camel/model/pollEnrich.json         |  3 +-
 .../org/apache/camel/model/EnrichDefinition.java   | 20 +++++++++++
 .../apache/camel/model/PollEnrichDefinition.java   | 21 +++++++++++
 .../java/org/apache/camel/processor/Enricher.java  | 16 +++++++--
 .../org/apache/camel/processor/PollEnricher.java   | 41 +++++++++++++++++-----
 .../org/apache/camel/reifier/EnrichReifier.java    | 20 +++++++++--
 .../apache/camel/reifier/PollEnrichReifier.java    | 10 ++++--
 .../org/apache/camel/reifier/ToDynamicReifier.java |  2 +-
 .../java/org/apache/camel/xml/in/ModelParser.java  |  2 ++
 .../java/org/apache/camel/xml/out/ModelWriter.java |  2 ++
 .../org/apache/camel/yaml/out/ModelWriter.java     |  2 ++
 .../dsl/yaml/deserializers/ModelDeserializers.java | 12 +++++++
 .../generated/resources/schema/camelYamlDsl.json   | 10 ++++++
 18 files changed, 170 insertions(+), 22 deletions(-)