[
https://issues.apache.org/jira/browse/CAMEL-11345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16028224#comment-16028224
]
ASF GitHub Bot commented on CAMEL-11345:
----------------------------------------
GitHub user dmvolod opened a pull request:
https://github.com/apache/camel/pull/1725
CAMEL-11345: Remove dependency on spring-core from gRPC component
I've added an advanced findMethod and invokeMethod methods to the
org.apache.camel.util.ReflectionHelper
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dmvolod/camel CAMEL-11345
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1725.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 #1725
----
commit 0e0ce11ae5a307b0dbd111ac6094fb079b0cbfc5
Author: Dmitry Volodin <[email protected]>
Date: 2017-05-29T10:22:38Z
CAMEL-11345: Remove dependency on spring-core from gRPC component
----
> 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
> Assignee: Dmitry Volodin
> Priority: Trivial
> Fix For: 2.19.1, 2.20.0
>
>
> 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)