You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/10/20 16:00:40 UTC

[jira] Created: (CAMEL-3260) Let LazyLoadingTypeConverter load the converters from camel-core on startup

Let LazyLoadingTypeConverter load the converters from camel-core on startup
---------------------------------------------------------------------------

                 Key: CAMEL-3260
                 URL: https://issues.apache.org/activemq/browse/CAMEL-3260
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core
    Affects Versions: 2.6.0, 3.0.0
            Reporter: Claus Ibsen
            Priority: Minor
             Fix For: 2.5.0


When using lazy loading type converter and Spring XML you will trigger the type converters to be loaded on startup due XML configuration needs to convert from String -> other types etc.

So we should let Camel always load the type converters from camel-core as they are essential. Then the package scanning converters can be loaded on demand later.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAMEL-3260) Let LazyLoadingTypeConverter load the converters from camel-core on startup

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-3260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-3260:
-------------------------------

    Affects Version/s:     (was: 2.6.0)
                           (was: 3.0.0)
                       2.5.0
        Fix Version/s:     (was: 2.5.0)
                       3.0.0
                       2.6.0

> Let LazyLoadingTypeConverter load the converters from camel-core on startup
> ---------------------------------------------------------------------------
>
>                 Key: CAMEL-3260
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3260
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.5.0
>            Reporter: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.6.0, 3.0.0
>
>
> When using lazy loading type converter and Spring XML you will trigger the type converters to be loaded on startup due XML configuration needs to convert from String -> other types etc.
> So we should let Camel always load the type converters from camel-core as they are essential. Then the package scanning converters can be loaded on demand later.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.