You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2014/12/02 19:54:12 UTC

[jira] [Created] (CAMEL-8108) Type converters should not check for null values

Claus Ibsen created CAMEL-8108:
----------------------------------

             Summary: Type converters should not check for null values
                 Key: CAMEL-8108
                 URL: https://issues.apache.org/jira/browse/CAMEL-8108
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
             Fix For: 2.15.0


There is a number of type converters that due to old time behavior, are still doing a != null check for the passed in value.

As Camel always passes in a value, then this check should be removed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)