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/09/02 15:40:15 UTC

[camel] branch master updated: CAMEL-13895: camel3 - TypeConverter(loader = true) rename to generateLoader

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 7b84175  CAMEL-13895: camel3 - TypeConverter(loader = true) rename to generateLoader
7b84175 is described below

commit 7b841753af77712c90c080d12724fc048b903951
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Sep 2 17:40:04 2019 +0200

    CAMEL-13895: camel3 - TypeConverter(loader = true) rename to generateLoader
---
 MIGRATION.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MIGRATION.md b/MIGRATION.md
index 1fa1eb4..bcac998 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -504,7 +504,7 @@ When using the option `groupedExchange` on the aggregator EIP then the output of
 
 ### Fallback type converters
 
-The `@FallbackConverter` annotation has been removed, and you should use `@Converter(fallback = true)` instead. Also you can set `@Converter(loader = true)` on the converter class to allow Camel to generate source code for loading type converters in a faster way.
+The `@FallbackConverter` annotation has been removed, and you should use `@Converter(fallback = true)` instead. Also you can set `@Converter(generateLoader = true)` on the converter class to allow Camel to generate source code for loading type converters in a faster way.
 
 
 ### Removed JMX APIs for explaining EIPs, components, etc.