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
[email protected].