You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/02/11 06:53:49 UTC

[camel] branch master updated: Added a note to Migration guide

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

acosentino 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 ffb7ecf  Added a note to Migration guide
ffb7ecf is described below

commit ffb7ecf7b3802b3f319db32a3e70f20e759735f0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 11 07:53:19 2019 +0100

    Added a note to Migration guide
---
 MIGRATION.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MIGRATION.md b/MIGRATION.md
index 5b36aeb..51468be 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -26,6 +26,7 @@ In Camel 2.x camel-core was one JAR file, which now has been splitup into many J
  
 Maven users of Apache Camel can keep using the dependency *camel-core* which will have transitive dependency on all of its modules, and therefore no migration is needed.
 However users whom wants to trim the size of the classes on the classpath, can use fine grained Maven dependency on only the modules needed.
+You may find how to do that in the examples.
 
 TODO: we need camel-core-minimal dependency for just basic Camel