[
https://issues.apache.org/jira/browse/CAMEL-16860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17423559#comment-17423559
]
Jeremy Ross commented on CAMEL-16860:
-------------------------------------
[~zbendhiba] is this for Quarkus? There are probably other
[places|https://github.com/apache/camel/blob/da610a701d538106141eaa495fb50fefca9cea26/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/internal/processor/AbstractRestProcessor.java#L680-L684]
that would need to be addressed too.
> Salesforce : Reflection free
> ----------------------------
>
> Key: CAMEL-16860
> URL: https://issues.apache.org/jira/browse/CAMEL-16860
> Project: Camel
> Issue Type: Improvement
> Components: camel-salesforce
> Reporter: Zineb Bendhiba
> Priority: Minor
> Fix For: 3.x
>
>
> The Salesforce component uses the commons-lang3 utilities for working with
> Fields reflection.
> Find a better way to create the Jackson Mapper for the consumer with
> PUSH_TOPIC, dealing with the NULL fields without using the
> org.apache.commons.lang3.reflect.FieldUtils in the FieldsToNullPropertyFilter.
>
> This is the problematic line of code :
> https://github.com/apache/camel/blob/7406711360935a11ade7e0c90989832079e3b2d1/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/api/FieldsToNullPropertyFilter.java#L34
--
This message was sent by Atlassian Jira
(v8.3.4#803005)