You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2014/11/23 21:12:05 UTC

[20/28] incubator-streams git commit: Merge branch 'STREAMS-221' into steveblackmon-master

Merge branch 'STREAMS-221' into steveblackmon-master


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/b9010bc6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/b9010bc6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/b9010bc6

Branch: refs/heads/master
Commit: b9010bc6227df2ced7eec3f4e378b6021536e5dd
Parents: 6c32ce2 17372cf
Author: Steve Blackmon <sb...@w2odigital.com>
Authored: Sun Nov 23 13:05:49 2014 -0600
Committer: Steve Blackmon <sb...@w2odigital.com>
Committed: Sun Nov 23 13:05:49 2014 -0600

----------------------------------------------------------------------
 streams-components/streams-http/README.md       |   9 +
 streams-components/streams-http/pom.xml         |  17 ++
 .../components/http/HttpConfigurator.java       |  13 ++
 .../persist/SimpleHTTPPostPersistWriter.java    | 192 +++++++++++++++++++
 .../http/processor/SimpleHTTPGetProcessor.java  |  34 +++-
 .../http/HttpPersistWriterConfiguration.json    |  15 ++
 .../java/SimpleHTTPPostPersistWriterTest.java   | 119 ++++++++++++
 7 files changed, 389 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/b9010bc6/streams-components/streams-http/pom.xml
----------------------------------------------------------------------