You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Dmitry Volodin (JIRA)" <ji...@apache.org> on 2017/05/26 16:10:04 UTC

[jira] [Commented] (CAMEL-11345) Remove dependency on spring-core from gRPC component

    [ https://issues.apache.org/jira/browse/CAMEL-11345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16026452#comment-16026452 ] 

Dmitry Volodin commented on CAMEL-11345:
----------------------------------------

[~jamesnetherton], as for as I understand, org.springframework.util.ReflectionUtils are using inside camel-sql, camel-spring and camel-hdfs (via wrapper).
It's much easy to use this utils rather than Java reflection API (was in camel-grpc in early build)
However there are no limitation to back original Java reflection API

> Remove dependency on spring-core from gRPC component
> ----------------------------------------------------
>
>                 Key: CAMEL-11345
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11345
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-grpc
>            Reporter: James Netherton
>            Priority: Trivial
>
> As far as I can tell, Spring is only used in the gRPC component to pull in some utility classes:
> org.springframework.util.ObjectUtils
> org.springframework.util.ReflectionUtils
> Can we not replace these with equivalent Camel util classes?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)