This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch errorhandler-in-dsl
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/errorhandler-in-dsl by this
push:
new f5f4351128d CAMEL-16834: error handler in model DSL. WIP
f5f4351128d is described below
commit f5f4351128d8d0fe3c00ec410b8126a2dca69588
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Apr 7 20:35:51 2022 +0200
CAMEL-16834: error handler in model DSL. WIP
---
docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc | 5 +++++
1 file changed, 5 insertions(+)
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc
index 5530690ddd7..23c600e17e9 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc
@@ -76,6 +76,11 @@ has defined error handling as `<bean>` in Spring or
Blueprint XML files:
Users who has been configured error handling using `<errorHandler>` in Spring
or Blueprint XML files should not be affected.
+=== camel-jta
+
+The class `org.apache.canel.jta.JtaTransactionErrorHandlerBuilder` has been
removed, as the JTA error handler builder
+can be used with the `jtaTransactionErrorHandler` from `camel-core-model`.
+
=== camel-kafka
The option `autoCommitOnStop` was removed from the Camel Kafka component. When
using `autoCommitEnable` (which is enabled by default) the Kafka consumer will
automatically commit on close.