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 2008/11/14 09:35:06 UTC

[jira] Resolved: (CAMEL-1042) CamelContext - access to TypeConverterRegistry

     [ https://issues.apache.org/activemq/browse/CAMEL-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-1042.
--------------------------------

    Resolution: Fixed

Sending        camel-core\src\main\java\org\apache\camel\CamelContext.java
Sending        camel-core\src\main\java\org\apache\camel\TypeConverter.java
Sending        camel-core\src\main\java\org\apache\camel\impl\DefaultCamelContext.java
Sending        camel-core\src\main\java\org\apache\camel\impl\ReportingTypeConverterLoader.java
Sending        camel-core\src\main\java\org\apache\camel\impl\ReportingTypeConverterRegistry.java
Sending        camel-core\src\main\java\org\apache\camel\impl\converter\AnnotationTypeConverterLoader.java
Sending        camel-core\src\main\java\org\apache\camel\impl\converter\CachingInjector.java
Sending        camel-core\src\main\java\org\apache\camel\impl\converter\DefaultTypeConverter.java
Sending        camel-core\src\main\java\org\apache\camel\impl\converter\TypeConverterLoader.java
Deleting       camel-core\src\main\java\org\apache\camel\impl\converter\TypeConverterRegistry.java
Sending        camel-core\src\main\java\org\apache\camel\model\ProcessorType.java
Adding         camel-core\src\main\java\org\apache\camel\spi\TypeConverterRegistry.java
Adding         camel-core\src\test\java\org\apache\camel\impl\TypeConverterRegistryTest.java
Transmitting file data ............
Committed revision 713950.

> CamelContext - access to TypeConverterRegistry
> ----------------------------------------------
>
>                 Key: CAMEL-1042
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1042
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 1.5.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> If end-users need to access the type converter registry to add their own type converter manually (not using @Converter) they can not easily get hold of the registry from the camel context.
> We should expose the registry in the public API, so as getTypeConverterRegistry() on the CamelContext, etc.
> See CAMEL-1035 for background of the issue 

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