STREAMS-121 | Merged apache instagram branch
Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/1e233007 Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/1e233007 Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/1e233007 Branch: refs/heads/STREAMS-46 Commit: 1e233007d0adcff9459bda9bad8dea00e2f27be4 Parents: 95f6d5d 14f7050 Author: rebanks <[email protected]> Authored: Fri Jul 11 16:41:12 2014 -0500 Committer: rebanks <[email protected]> Committed: Fri Jul 11 16:41:12 2014 -0500 ---------------------------------------------------------------------- streams-contrib/pom.xml | 1 + .../processor/InstagramTypeConverter.java | 116 ++---------- .../InstagramJsonActivitySerializer.java | 22 ++- .../serializer/util/InstagramActivityUtil.java | 187 ++++++++++++++++--- .../serializer/util/InstagramDeserializer.java | 33 ++++ .../test/InstagramActivitySerDeTest.java | 88 +++++++++ .../src/test/resources/testMediaFeedObjects.txt | 2 + 7 files changed, 323 insertions(+), 126 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/1e233007/streams-contrib/pom.xml ----------------------------------------------------------------------
