You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/01/08 17:59:06 UTC

[camel] 12/12: CAMEL-17435: updated migration documentation to include a note about the modified/removed dependencies

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

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

commit eeb84877429aa3a8ca970f6646ce355bde1403bc
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Fri Jan 7 15:54:47 2022 +0100

    CAMEL-17435: updated migration documentation to include a note about the modified/removed dependencies
---
 .../modules/ROOT/pages/camel-3x-upgrade-guide-3_15.adoc | 17 +++++++++++++++++
 1 file changed, 17 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 011e4d2..1a59ecb 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
@@ -16,6 +16,23 @@ The `camel-kamelet-reify` has been removed.
 
 Added `getScheme` method to `org.apache.camel.spi.Resource`.
 
+
+=== Core Dependency changes
+
+As part of CAMEL-17429 and CAMEL-17435, the following dependencies are no longer included by default on all of the Camel modules:
+
+ * com.sun.xml.messaging.saaj:saaj-impl
+ * jakarta.xml.bind:jakarta.xml.bind-api
+ * javax.annotation:javax.annotation-api
+ * javax.xml.soap:javax.xml.soap-api
+ * javax.xml.ws:jaxws-api
+ * org.apache.geronimo.specs:geronimo-jta_1.1_spec
+ * org.apache.geronimo.specs:geronimo-ws-metadata_2.0_spec
+ * org.glassfish.jaxb:jaxb-runtime
+
+These dependencies were included on the specific modules and components that required them on a per case basis.
+ Applications with dependency on any of those, but using them transitively, should be modified to include them.
+
 === camel-core
 
 Removed the deprecated `Classic` value from `startupSummaryLevel` enums.