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 13:16:40 UTC

(camel) branch regen_bot updated (759b7d84732 -> 096329ddfa8)

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 759b7d84732 Regen
     add 096329ddfa8 CAMEL-20232: camel-core - Kamelets with Enrich and PollEnrich dynamic endpoints with template parameters (#12443)

No new revisions were added by this update.

Summary of changes:
 ...cipientListTest.java => KameletEnrichTest.java} | 32 ++++++++++++++++----
 ...eletToDTest.java => KameletPollEnrichTest.java} | 18 ++++++-----
 .../org/apache/camel/reifier/EnrichReifier.java    | 33 +++++++++++---------
 .../apache/camel/reifier/PollEnrichReifier.java    | 35 +++++++++++++---------
 4 files changed, 78 insertions(+), 40 deletions(-)
 copy components/camel-kamelet/src/test/java/org/apache/camel/component/kamelet/{KameletRecipientListTest.java => KameletEnrichTest.java} (62%)
 copy components/camel-kamelet/src/test/java/org/apache/camel/component/kamelet/{KameletToDTest.java => KameletPollEnrichTest.java} (76%)