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 2019/04/29 13:21:35 UTC

[camel] branch master updated: Add more to migration guide

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 5fd4506  Add more to migration guide
5fd4506 is described below

commit 5fd45068a93973a6fa22ff117bdb04a77a785eb0
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Apr 29 15:21:23 2019 +0200

    Add more to migration guide
---
 MIGRATION.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MIGRATION.md b/MIGRATION.md
index 6f8fd86..6185f4e 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -225,7 +225,7 @@ The annotation `org.apache.camel.language.Bean` has been moved to `org.apache.ca
 
 The annotation `org.apache.camel.language.Simple` has been moved to `org.apache.camel.language.simple.Simple`.
 
-The annotation `org.apache.camel.Constant` has been removed.
+The annotation `org.apache.camel.Constant` has been removed, use `@Simple` instead.
 
 The annotation `org.apache.camel.language.SpEL` has been moved to `org.apache.camel.language.spel.SpEL` and in the `camel-spring` JAR.