This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from dbe99d2  Regen for commit 3f0c9afa0ee30e62f1aea8a6dd08412b8aadbb9b
     new 98fceb9  CAMEL-16458: Enricher EIP - Use SendDynamicProcessor to call 
endpoint instead of own code.
     new 1e25f3a  CAMEL-16458: Enricher EIP - Use SendDynamicProcessor to call 
endpoint instead of own code.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/camel/catalog/models/enrich.json    |   1 +
 .../resources/org/apache/camel/model/enrich.json   |   1 +
 .../org/apache/camel/model/EnrichDefinition.java   |  31 +++
 .../apache/camel/model/ToDynamicDefinition.java    |  11 +-
 .../java/org/apache/camel/processor/Enricher.java  | 233 +++------------------
 .../org/apache/camel/reifier/EnrichReifier.java    |   3 +
 .../java/org/apache/camel/xml/in/ModelParser.java  |   1 +
 .../dsl/yaml/deserializers/ModelDeserializers.java |   6 +
 .../src/generated/resources/camel-yaml-dsl.json    |   3 +
 9 files changed, 71 insertions(+), 219 deletions(-)

Reply via email to