You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2015/02/18 05:30:30 UTC

[28/29] incubator-nifi git commit: Merge branch 'json-processors' of https://github.com/apiri/incubator-nifi into NIFI-360

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/NIFI-360
Commit: f05cc9383cc86f3697aed59edefff00d35336838
Parents: dde5fd5 9a5b6d5
Author: joewitt <jo...@apache.org>
Authored: Tue Feb 17 22:17:05 2015 -0500
Committer: joewitt <jo...@apache.org>
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(+)
----------------------------------------------------------------------