Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 55850200D20 for ; Tue, 17 Oct 2017 19:13:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 53CAF1609EB; Tue, 17 Oct 2017 17:13:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9118D1609D9 for ; Tue, 17 Oct 2017 19:13:14 +0200 (CEST) Received: (qmail 26092 invoked by uid 500); 17 Oct 2017 17:13:13 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 26081 invoked by uid 99); 17 Oct 2017 17:13:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2017 17:13:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 57ED2DFA3D; Tue, 17 Oct 2017 17:13:13 +0000 (UTC) From: valdar To: dev@camel.apache.org Reply-To: dev@camel.apache.org Message-ID: Subject: [GitHub] camel pull request #2044: CAMEL-11920: camel-hdfs2 not working in osgi using... Content-Type: text/plain Date: Tue, 17 Oct 2017 17:13:13 +0000 (UTC) archived-at: Tue, 17 Oct 2017 17:13:15 -0000 GitHub user valdar opened a pull request: https://github.com/apache/camel/pull/2044 CAMEL-11920: camel-hdfs2 not working in osgi using documented HdfsOsg… …iHelper You can merge this pull request into a Git repository by running: $ git pull https://github.com/valdar/camel CAMEL-11920 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/2044.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 #2044 ---- commit d9b6db9ff9be33f9c99cbcdfd5fb653c7c70df1f Author: Andrea Tarocchi Date: 2017-10-17T17:11:40Z CAMEL-11920: camel-hdfs2 not working in osgi using documented HdfsOsgiHelper ---- ---