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 2018/04/03 15:02:20 UTC

[streams] branch master updated (0f0eb8c -> 935f8c9)

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 0f0eb8c  Merge pull request #431 from steveblackmon/STREAMS-591
     add 264e4b6  resolves STREAMS-592
     new 935f8c9  Merge pull request #432 from steveblackmon/STREAMS-592

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:
 streams-runtimes/pom.xml                           |   1 -
 .../streams-runtime-dropwizard/README.md           |   8 -
 .../streams-runtime-dropwizard/pom.xml             | 269 --------------------
 .../streams/dropwizard/GenericWebhookResource.java | 280 ---------------------
 .../dropwizard/StreamDropwizardBuilder.java        |  53 ----
 .../streams/dropwizard/StreamsApplication.java     | 180 -------------
 .../dropwizard/StreamsDropwizardModule.java        |  48 ----
 .../streams/dropwizard/GenericWebhookData.json     |  35 ---
 .../dropwizard/StreamsDropwizardConfiguration.json |  13 -
 .../src/site/markdown/index.md                     |  16 --
 .../test/GenericWebhookResourceTest.java           |  89 -------
 .../dropwizard/test/StreamsApplicationIT.java      |  49 ----
 .../dropwizard/test/TestStreamsApplication.java    |  27 --
 .../src/test/resources/configuration.yml           |  34 ---
 14 files changed, 1102 deletions(-)
 delete mode 100644 streams-runtimes/streams-runtime-dropwizard/README.md
 delete mode 100644 streams-runtimes/streams-runtime-dropwizard/pom.xml
 delete mode 100644 streams-runtimes/streams-runtime-dropwizard/src/main/java/org/apache/streams/dropwizard/GenericWebhookResource.java
 delete mode 100644 streams-runtimes/streams-runtime-dropwizard/src/main/java/org/apache/streams/dropwizard/StreamDropwizardBuilder.java
 delete mode 100644 streams-runtimes/streams-runtime-dropwizard/src/main/java/org/apache/streams/dropwizard/StreamsApplication.java
 delete mode 100644 streams-runtimes/streams-runtime-dropwizard/src/main/java/org/apache/streams/dropwizard/StreamsDropwizardModule.java
 delete mode 100644 streams-runtimes/streams-runtime-dropwizard/src/main/jsonschema/org/apache/streams/dropwizard/GenericWebhookData.json
 delete mode 100644 streams-runtimes/streams-runtime-dropwizard/src/main/jsonschema/org/apache/streams/dropwizard/StreamsDropwizardConfiguration.json
 delete mode 100644 streams-runtimes/streams-runtime-dropwizard/src/site/markdown/index.md
 delete mode 100644 streams-runtimes/streams-runtime-dropwizard/src/test/java/org/apache/streams/dropwizard/test/GenericWebhookResourceTest.java
 delete mode 100644 streams-runtimes/streams-runtime-dropwizard/src/test/java/org/apache/streams/dropwizard/test/StreamsApplicationIT.java
 delete mode 100644 streams-runtimes/streams-runtime-dropwizard/src/test/java/org/apache/streams/dropwizard/test/TestStreamsApplication.java
 delete mode 100644 streams-runtimes/streams-runtime-dropwizard/src/test/resources/configuration.yml

-- 
To stop receiving notification emails like this one, please contact
sblackmon@apache.org.

[streams] 01/01: Merge pull request #432 from steveblackmon/STREAMS-592

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 935f8c93f5e75e46d114235207ede1ec60a99d72
Merge: 0f0eb8c 264e4b6
Author: Steve Blackmon <sb...@apache.org>
AuthorDate: Tue Apr 3 10:02:18 2018 -0500

    Merge pull request #432 from steveblackmon/STREAMS-592
    
    resolves STREAMS-592

 streams-runtimes/pom.xml                           |   1 -
 .../streams-runtime-dropwizard/README.md           |   8 -
 .../streams-runtime-dropwizard/pom.xml             | 269 --------------------
 .../streams/dropwizard/GenericWebhookResource.java | 280 ---------------------
 .../dropwizard/StreamDropwizardBuilder.java        |  53 ----
 .../streams/dropwizard/StreamsApplication.java     | 180 -------------
 .../dropwizard/StreamsDropwizardModule.java        |  48 ----
 .../streams/dropwizard/GenericWebhookData.json     |  35 ---
 .../dropwizard/StreamsDropwizardConfiguration.json |  13 -
 .../src/site/markdown/index.md                     |  16 --
 .../test/GenericWebhookResourceTest.java           |  89 -------
 .../dropwizard/test/StreamsApplicationIT.java      |  49 ----
 .../dropwizard/test/TestStreamsApplication.java    |  27 --
 .../src/test/resources/configuration.yml           |  34 ---
 14 files changed, 1102 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
sblackmon@apache.org.