Repository: camel Updated Branches: refs/heads/master 9fc69d506 -> 52f88a23c
CAMEL-9941: Added getter to workaround blueprint issue ARIES-1544 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/52f88a23 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/52f88a23 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/52f88a23 Branch: refs/heads/master Commit: 52f88a23c46d89d1b9e3590f2e30ec7a48a37341 Parents: 9fc69d5 Author: Dhiraj Bokde <dhira...@yahoo.com> Authored: Wed Jun 1 00:35:18 2016 -0700 Committer: Dhiraj Bokde <dhira...@yahoo.com> Committed: Wed Jun 1 00:35:18 2016 -0700 ---------------------------------------------------------------------- .../apache/camel/component/linkedin/LinkedInComponent.java | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/52f88a23/components/camel-linkedin/camel-linkedin-component/src/main/java/org/apache/camel/component/linkedin/LinkedInComponent.java ---------------------------------------------------------------------- diff --git a/components/camel-linkedin/camel-linkedin-component/src/main/java/org/apache/camel/component/linkedin/LinkedInComponent.java b/components/camel-linkedin/camel-linkedin-component/src/main/java/org/apache/camel/component/linkedin/LinkedInComponent.java index 0d05a8d..db00018 100644 --- a/components/camel-linkedin/camel-linkedin-component/src/main/java/org/apache/camel/component/linkedin/LinkedInComponent.java +++ b/components/camel-linkedin/camel-linkedin-component/src/main/java/org/apache/camel/component/linkedin/LinkedInComponent.java @@ -63,6 +63,14 @@ public class LinkedInComponent extends AbstractApiComponent<LinkedInApiName, Lin super.setConfiguration(configuration); } + /** + * To use the shared configuration + */ + @Override + public LinkedInConfiguration getConfiguration() { + return super.getConfiguration(); + } + @Override protected Endpoint createEndpoint(String uri, String methodName, LinkedInApiName apiName, LinkedInConfiguration endpointConfiguration) {