[
https://issues.apache.org/jira/browse/CAMEL-11345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16028241#comment-16028241
]
ASF GitHub Bot commented on CAMEL-11345:
----------------------------------------
GitHub user dmvolod opened a pull request:
https://github.com/apache/camel/pull/1726
CAMEL-11345: Remove dependency on spring-core from gRPC component
This is PR on top of the camel-2.19.1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dmvolod/camel CAMEL-11345-2.19.1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1726.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 #1726
----
commit 2aedb5a1ea1e64b09207fbcc049b54b737a213b8
Author: Dmitry Volodin <[email protected]>
Date: 2017-05-29T11:13:22Z
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)