Return-Path: X-Original-To: apmail-nifi-commits-archive@minotaur.apache.org Delivered-To: apmail-nifi-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8906A17EA5 for ; Mon, 2 Mar 2015 04:04:40 +0000 (UTC) Received: (qmail 89303 invoked by uid 500); 2 Mar 2015 04:04:06 -0000 Delivered-To: apmail-nifi-commits-archive@nifi.apache.org Received: (qmail 89254 invoked by uid 500); 2 Mar 2015 04:04:06 -0000 Mailing-List: contact commits-help@nifi.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.incubator.apache.org Delivered-To: mailing list commits@nifi.incubator.apache.org Received: (qmail 89244 invoked by uid 99); 2 Mar 2015 04:04:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Mar 2015 04:04:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 02 Mar 2015 04:03:43 +0000 Received: (qmail 88464 invoked by uid 99); 2 Mar 2015 04:03:40 -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; Mon, 02 Mar 2015 04:03:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 38952E0F5A; Mon, 2 Mar 2015 04:03:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: joewitt@apache.org To: commits@nifi.incubator.apache.org Date: Mon, 02 Mar 2015 04:03:44 -0000 Message-Id: <0471a754207246acae4c600070656caa@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [05/50] [abbrv] incubator-nifi git commit: Merge branch 'json-processors' of https://github.com/apiri/incubator-nifi into NIFI-360 X-Virus-Checked: Checked by ClamAV on apache.org Merge branch 'json-processors' of https://github.com/apiri/incubator-nifi into NIFI-360 Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/f05cc938 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/f05cc938 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/f05cc938 Branch: refs/heads/develop Commit: f05cc9383cc86f3697aed59edefff00d35336838 Parents: dde5fd5 9a5b6d5 Author: joewitt Authored: Tue Feb 17 22:17:05 2015 -0500 Committer: joewitt Committed: Tue Feb 17 22:17:05 2015 -0500 ---------------------------------------------------------------------- nifi/LICENSE | 28 ++ .../nifi-standard-processors/pom.xml | 4 + .../processors/standard/EvaluateJsonPath.java | 240 +++++++++++ .../nifi/processors/standard/SplitJson.java | 143 +++++++ .../processors/standard/util/JsonUtils.java | 127 ++++++ .../org.apache.nifi.processor.Processor | 2 + .../standard/TestEvaluateJsonPath.java | 252 +++++++++++ .../nifi/processors/standard/TestSplitJson.java | 126 ++++++ .../test/resources/TestJson/json-sample.json | 415 +++++++++++++++++++ nifi/pom.xml | 5 + 10 files changed, 1342 insertions(+) ----------------------------------------------------------------------