Return-Path: X-Original-To: apmail-streams-dev-archive@minotaur.apache.org Delivered-To: apmail-streams-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5F232114F6 for ; Mon, 19 May 2014 22:43:59 +0000 (UTC) Received: (qmail 35890 invoked by uid 500); 19 May 2014 22:43:59 -0000 Delivered-To: apmail-streams-dev-archive@streams.apache.org Received: (qmail 35845 invoked by uid 500); 19 May 2014 22:43:59 -0000 Mailing-List: contact dev-help@streams.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@streams.incubator.apache.org Delivered-To: mailing list dev@streams.incubator.apache.org Received: (qmail 35837 invoked by uid 99); 19 May 2014 22:43:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 May 2014 22:43:59 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,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, 19 May 2014 22:43:58 +0000 Received: (qmail 34746 invoked by uid 99); 19 May 2014 22:43:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 May 2014 22:43:38 +0000 Date: Mon, 19 May 2014 22:43:38 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@streams.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (STREAMS-70) Generic Json Processors MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STREAMS-70?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14002520#comment-14002520 ] ASF GitHub Bot commented on STREAMS-70: --------------------------------------- GitHub user steveblackmon opened a pull request: https://github.com/apache/incubator-streams/pull/20 Streams 70 Reopening STREAMS-70 PR. All comments have been addressed. You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-streams STREAMS-70 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-streams/pull/20.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 #20 ---- commit f2383db8f4cfddff1145a93025a7c9051aeaa3af Author: sblackmon Date: 2014-05-05T18:31:49Z Resolves https://issues.apache.org/jira/browse/STREAMS-70 commit f24f2517672f57d1c118220be8eed7662b6136e5 Author: sblackmon Date: 2014-05-06T16:11:01Z resolves https://issues.apache.org/jira/browse/STREAMS-60 commit 65157bd4cd642e4fa0b8e2f7236f9dd6cfd73b84 Author: sblackmon Date: 2014-05-19T19:49:51Z updated per pull request feedback ---- > Generic Json Processors > ----------------------- > > Key: STREAMS-70 > URL: https://issues.apache.org/jira/browse/STREAMS-70 > Project: Streams > Issue Type: New Feature > Reporter: Steve Blackmon > > Build a module containing processors that can be used and extended to perform basic operations on documents without strict typing. > For example, extract object/value(s) at a specific jsonpath, or copy object/value(s) at a specific jsonpath to another jsonpath -- This message was sent by Atlassian JIRA (v6.2#6252)