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 2022/04/08 05:34:43 UTC

[camel] branch errorhandler-in-dsl updated (ccec32142d9 -> c597a2e4612)

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

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


    from ccec32142d9 CAMEL-16834: error handler in model DSL. WIP
     add f382181819c adjust support level for cdi
     add 5c232059ab2 CAMEL-16834: error handler in model DSL. WIP
     add c597a2e4612 CAMEL-16834: error handler in model DSL. WIP

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/others/cdi-jta.json   |  2 +-
 .../org/apache/camel/catalog/others/cdi-main.json  |  2 +-
 components/camel-cdi-jta/pom.xml                   |  2 +-
 .../src/generated/resources/cdi-jta.json           |  2 +-
 .../camel-cdi-jta/src/main/docs/cdi-jta.adoc       |  2 +-
 .../java/org/apache/camel/cdi/CdiRouteBuilder.java | 29 ----------------------
 components/camel-cdi-main/pom.xml                  |  1 +
 .../src/generated/resources/cdi-main.json          |  2 +-
 .../camel-cdi-main/src/main/docs/cdi-main.adoc     |  2 +-
 components/camel-cdi/pom.xml                       |  1 +
 .../camel-test/camel-test-cdi-junit5/pom.xml       |  1 +
 .../org/apache/camel/builder/BuilderSupport.java   | 29 ++++++++++------------
 12 files changed, 23 insertions(+), 52 deletions(-)
 delete mode 100644 components/camel-cdi-jta/src/main/java/org/apache/camel/cdi/CdiRouteBuilder.java