Merge branch 'STREAMS-181' of github.com:rbnks/incubator-streams into throughput_queues
Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/e4551602 Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/e4551602 Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/e4551602 Branch: refs/heads/master Commit: e4551602a2c2ce124649c8b61285a19b0309d754 Parents: 3f65e5c 479d9e1 Author: Ryan Ebanks <[email protected]> Authored: Wed Oct 8 17:07:25 2014 -0500 Committer: Ryan Ebanks <[email protected]> Committed: Wed Oct 8 17:07:25 2014 -0500 ---------------------------------------------------------------------- pom.xml | 7 + streams-contrib/streams-provider-rss/pom.xml | 10 + .../streams/rss/provider/RssStreamProvider.java | 169 ++- .../rss/provider/RssStreamProviderTask.java | 214 +++- .../provider/perpetual/RssFeedScheduler.java | 112 ++ .../rss/provider/RssStreamProviderTaskTest.java | 148 +++ .../rss/provider/RssStreamProviderTest.java | 103 ++ .../perpetual/RssFeedSchedulerTest.java | 101 ++ .../test/resources/test_rss_xml/economist1.xml | 233 ++++ .../test/resources/test_rss_xml/economist2.xml | 1069 ++++++++++++++++++ .../test_rss_xml/economistCombined.xml | 221 ++++ 11 files changed, 2268 insertions(+), 119 deletions(-) ----------------------------------------------------------------------
