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

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


The following commit(s) were added to refs/heads/master by this push:
     new 38e211d  CAMEL-16170: Modularize camel-spring
38e211d is described below

commit 38e211de86fb50937a330b5384a58ac8dcc0d751
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Feb 12 13:09:41 2021 +0100

    CAMEL-16170: Modularize camel-spring
---
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_9.adoc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_9.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_9.adoc
index 8ca589c..e759f87 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_9.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_9.adoc
@@ -13,6 +13,11 @@ The `camel-spring` component has been modularized into:
 - `camel-spring` - Core module for Camel Spring support
 - `camel-spring-xml` - XML DSL when using Spring XML (eg `<beans>`)
 
+And also for Camel on Spring Boot:
+
+- `camel-spring-boot-starter` - Camel with Spring Boot
+- `camel-spring-boot-xml-starter` - XML DSL when using Spring XML (eg 
`<beans>`) with Spring Boot
+
 The motivation is to move out the XML DSL from `camel-spring` which reduces 
the number of dependencies and makes
 the module lighter.
 

Reply via email to