Repository: camel Updated Branches: refs/heads/camel-2.17.x a7598455a -> fec76be80
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/fec76be8 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/fec76be8 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/fec76be8 Branch: refs/heads/camel-2.17.x Commit: fec76be80e248a5aa8f351eadc0c6af3118c8907 Parents: a759845 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:36:17 2016 -0700 ---------------------------------------------------------------------- .../apache/camel/component/linkedin/LinkedInComponent.java | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/fec76be8/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 aad21e9..7fdd958 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) {