[
https://issues.apache.org/jira/browse/CAMEL-8108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14287112#comment-14287112
]
ASF GitHub Bot commented on CAMEL-8108:
---------------------------------------
GitHub user arturchyzy opened a pull request:
https://github.com/apache/camel/pull/374
CAMEL-8108 Type converters should not check for null values
I hope I did not miss anything. I check implementation of
org.apache.camel.TypeConverter interface
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/arturchyzy/camel CAMEL-8108
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/374.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #374
----
commit 84a4cb5f8d4af0930de39ddab46351342fc0fb67
Author: Artur Chyży <[email protected]>
Date: 2015-01-22T08:24:58Z
CAMEL-8108 Type converters should not check for null values
----
> 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)