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 2017/10/28 23:24:05 UTC

[streams] branch master updated (4560f95 -> 36c42ff)

This is an automated email from the ASF dual-hosted git repository.

sblackmon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/streams.git.


    from 4560f95  prep for release - address jenkins streams-project-verify failures
     add 9fbcc54  STREAMS_534_STREAMS_535
     new 36c42ff  Merge pull request #399 from charlesmims/STREAMS_534_STREAMS_535

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../api/{Favorites.java => SevenDaySearch.java}    |  25 ++---
 .../apache/streams/twitter/api/SuggestedUsers.java |   4 +-
 .../org/apache/streams/twitter/api/Twitter.java    | 109 +++++++++++----------
 .../java/org/apache/streams/twitter/api/Users.java |  20 +---
 .../streams/twitter/api/SevenDaySearchRequest.json |  62 ++++++++++++
 .../twitter/api/SevenDaySearchResponse.json        |  14 +--
 .../apache/streams/twitter/test/api/TwitterIT.java |  51 +++++++++-
 7 files changed, 189 insertions(+), 96 deletions(-)
 copy streams-contrib/streams-provider-twitter/src/main/java/org/apache/streams/twitter/api/{Favorites.java => SevenDaySearch.java} (55%)
 create mode 100644 streams-contrib/streams-provider-twitter/src/main/jsonschema/org/apache/streams/twitter/api/SevenDaySearchRequest.json
 copy streams-pojo/src/main/jsonschema/org/apache/streams/pojo/StreamsJacksonMapperConfiguration.json => streams-contrib/streams-provider-twitter/src/main/jsonschema/org/apache/streams/twitter/api/SevenDaySearchResponse.json (52%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@streams.apache.org" <co...@streams.apache.org>'].

[streams] 01/01: Merge pull request #399 from charlesmims/STREAMS_534_STREAMS_535

Posted by sb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sblackmon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/streams.git

commit 36c42ffae2750fe036c4529c41a8451adfb9d397
Merge: 4560f95 9fbcc54
Author: Steve Blackmon <sb...@apache.org>
AuthorDate: Sat Oct 28 18:24:03 2017 -0500

    Merge pull request #399 from charlesmims/STREAMS_534_STREAMS_535
    
    STREAMS_534_STREAMS_535

 .../apache/streams/twitter/api/SevenDaySearch.java |  45 +++++++++
 .../apache/streams/twitter/api/SuggestedUsers.java |   4 +-
 .../org/apache/streams/twitter/api/Twitter.java    | 109 +++++++++++----------
 .../java/org/apache/streams/twitter/api/Users.java |  20 +---
 .../streams/twitter/api/SevenDaySearchRequest.json |  62 ++++++++++++
 .../twitter/api/SevenDaySearchResponse.json        |  18 ++++
 .../apache/streams/twitter/test/api/TwitterIT.java |  51 +++++++++-
 7 files changed, 237 insertions(+), 72 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@streams.apache.org" <co...@streams.apache.org>.