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/01/10 13:23:43 UTC

[camel] 03/04: CAMEL-15724: camel-cdi-jta - To decouple CDI from JTA

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 fddb21826c9db78195f252f207c4f8b725d769d7
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Jan 10 14:18:44 2022 +0100

    CAMEL-15724: camel-cdi-jta - To decouple CDI from JTA
---
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_15.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_15.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_15.adoc
index 5c29dc2..ea824aa 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_15.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_15.adoc
@@ -110,6 +110,8 @@ The JBang app that was previously named `CamelJBang` is now named `camel`. It is
 
 The legacy XML in `camel-cdi` with `<camelContext>` is deprecated, instead the XML DSL route loader should be used.
 
+JTA support is moved out of `camel-cdi` to its own `camel-cdi-jta` module.
+
 The `org.apache.camel.cdi.Main` class has moved from `camel-cdi` to `camel-cdi-main` JAR.
 
 === camel-karaf