From commits-return-34577-archive-asf-public=cust-asf.ponee.io@karaf.apache.org Fri Sep 7 14:46:40 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 02332180674 for ; Fri, 7 Sep 2018 14:46:39 +0200 (CEST) Received: (qmail 27129 invoked by uid 500); 7 Sep 2018 12:46:39 -0000 Mailing-List: contact commits-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list commits@karaf.apache.org Received: (qmail 27113 invoked by uid 99); 7 Sep 2018 12:46:39 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2018 12:46:39 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 782AA851A9; Fri, 7 Sep 2018 12:46:38 +0000 (UTC) Date: Fri, 07 Sep 2018 12:46:39 +0000 To: "commits@karaf.apache.org" Subject: [karaf-decanter] 01/01: Merge pull request #50 from jbonofre/KARAF-5802 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: jbonofre@apache.org In-Reply-To: <153632439831.5615.2868429178549417562@gitbox.apache.org> References: <153632439831.5615.2868429178549417562@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: karaf-decanter X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: b5e08e0cab430d4e900d9cfc55a958584a8acbaf X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20180907124638.782AA851A9@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git commit b5e08e0cab430d4e900d9cfc55a958584a8acbaf Merge: 4122340 afca36a Author: Jean-Baptiste Onofré AuthorDate: Fri Sep 7 14:46:36 2018 +0200 Merge pull request #50 from jbonofre/KARAF-5802 [KARAF-5802] Add JDBC collector assembly/src/main/feature/feature.xml | 11 ++ collector/jdbc/pom.xml | 100 +++++++++++ .../org.apache.karaf.decanter.collector.jdbc.cfg | 28 +++ .../decanter/collector/jdbc/JdbcCollector.java | 192 +++++++++++++++++++++ .../decanter/collector/jdbc/TestJdbcCollector.java | 81 +++++++++ collector/pom.xml | 1 + .../src/main/asciidoc/user-guide/collectors.adoc | 32 ++++ 7 files changed, 445 insertions(+)