This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 1fd27b2 CAMEL-16643: Updated the migration guide 1fd27b2 is described below commit 1fd27b28bf6890fe4f5724653d61ec1bcee6aa51 Author: aldettinger <aldettin...@gmail.com> AuthorDate: Thu May 27 18:46:45 2021 +0200 CAMEL-16643: Updated the migration guide --- docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_11.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_11.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_11.adoc index c8a46bd..8e8d5d5 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_11.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_11.adoc @@ -6,3 +6,7 @@ from both 3.0 to 3.1 and 3.1 to 3.2. == Upgrading Camel 3.10 to 3.11 +=== camel-saxon + +The camel-saxon component no longer depends on camel-xslt-saxon. +Any applications in needs of XSLT transformation with saxon should now declare an explicit dependency upon camel-xslt-saxon.