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/12/13 11:37:25 UTC

[camel] 05/07: CAMEL-18748: camel-yaml-dsl - error-handler should be aligned to camel-core-model to be consistent.

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

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

commit b796f8537acc709a21507c926835ee41fed2e411
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Dec 13 12:26:42 2022 +0100

    CAMEL-18748: camel-yaml-dsl - error-handler should be aligned to camel-core-model to be consistent.
---
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc
index f4024d180e8..f2c3d08d002 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc
@@ -12,6 +12,9 @@ The `org.apache.camel.support.jsse.SSLContextParameters` is now using `ResourceL
 to load keystore and other resources in a standard way. Therefore, the `SSLContextParameters` now must have been pre-configured
 with a `CamelContext` otherwise an exception is thrown.
 
+The model class `org.apache.camel.model.errorhandler.ErrorHandlerRefDefinition`
+has been renamed to `org.apache.camel.model.errorhandler.RefErrorHandlerDefinition`.
+
 == camel-bom
 
 The `camel-bom` BOM no longer includes dependencies with `<type>test-jar</type>` as these are for internal testing