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 2023/12/26 11:26:32 UTC

(camel) branch kamelet-no updated (27ac8112fbb -> e58fa2e1544)

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

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


    from 27ac8112fbb CAMEL-19411: camel-kamelet - Kamelets should be as its a single component, and not a route with its own error handling. Therefore we turn off error handling in the template to make it work better with user configured error handling. Added option to be backwards compatible
     add e58fa2e1544 CAMEL-19411: camel-kamelet - Kamelets should be as its a single component, and not a route with its own error handling. Therefore we turn off error handling in the template to make it work better with user configured error handling. Added option to be backwards compatible

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/kamelet.json   |   6 +-
 .../dsl/KameletComponentBuilderFactory.java        |  18 ++++
 .../dsl/KameletEndpointBuilderFactory.java         | 111 +++++++++++++++++++++
 3 files changed, 133 insertions(+), 2 deletions(-)