[
https://issues.apache.org/jira/browse/CAMEL-8108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14287217#comment-14287217
]
Claus Ibsen commented on CAMEL-8108:
------------------------------------
Thanks in addition there is also all these core type converters which is added
in this class
org.apache.camel.impl.converter.CorePackageScanClassResolver
You are welcome to take a look at those as well 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)