Commit Graph

86 Commits

Author SHA1 Message Date
David Turanski
9bf8dcc4e7 Upgrade Spring Cloud Stream to Horsham.SR6 and Spring Cloud Function to 3.0.8.RELEASE 2020-06-22 15:29:01 -04:00
David Turanski
f07085992b Add composite function support for the sources 2020-06-19 18:15:26 -04:00
Soby Chacko
6e06aa3258 Checkstyle cleanup in s3 source tests 2020-06-19 18:05:27 -04:00
David Turanski
1a6be1c031 Implement task-launch-request-function
Removed task-launch-request from stream-applications-core

Fix Checkstyle errors
2020-06-19 17:50:44 -04:00
Soby Chacko
d962ba65ea Release related tools 2020-06-19 16:35:26 -04:00
Soby Chacko
cffbe2fa56 FTP supplier/source
AWS S3 apps migration

s3-supplier/s3-source
s3-consumer/s3-sink

Fix merge conflicts

Addressing PR review comments

Rebasing

Add ConditionalOnMissingClass to Spel converter config

Test cleanup

* Fix `AwsS3SourceTests` to properly mock before starting endpoint
2020-06-18 17:06:58 -04:00
Soby Chacko
c34607d449 Metadata changes for new apps 2020-06-17 18:52:53 -04:00
David Turanski
cd990fc28e Fix condition on SpelExpressionConverterConfiguration 2020-06-17 12:34:07 -04:00
David Turanski
f98f6f5b20 Implement Tasklauncher function
Clean up test
2020-06-16 18:00:45 -04:00
Soby Chacko
273b1af03c Websocket supplier/consumer - source/sink 2020-06-16 15:37:38 -04:00
Soby Chacko
667e0b5625 JMS Supplier/Source
* Addressing PR review comments
2020-06-16 15:34:45 -04:00
Soby Chacko
50660a884e FTP supplier/source
* Addressing PR review comments
2020-06-16 15:31:22 -04:00
Christian Tzolov
773b8c20f9 suppress the check for protos generated classes 2020-06-12 17:59:11 +02:00
Soby Chacko
f6a057d8b2 README changes.
Properties cleanup.
2020-06-04 15:55:18 -04:00
Soby Chacko
e1ba63cf21 Apps build metadata changes 2020-06-04 14:50:35 -04:00
David Turanski
b61f9ad35a Fix Dockerfile 2020-06-04 09:15:17 -04:00
Soby Chacko
a573fdc31c Fix throughput sink issues 2020-06-03 17:59:24 -04:00
Soby Chacko
2afc941ce5 Throughput sink changes 2020-06-03 17:57:03 -04:00
David Turanski
af2d303190 Implement geode-supplier and geode-source along with common config and test support
Implement geodeCqSupplier

Implement Geode CQ Source

Implement Geode Sink

Removed @TestInstance

Combine CQ Source and Source

Clean up per review

Update README

Fix Javadoc
2020-06-03 16:05:28 -04:00
Soby Chacko
bafc91c97f Update spring-cloud-function dependency 2020-06-03 14:28:25 -04:00
Soby Chacko
1528886cfa Update versions
Fix tests
2020-06-03 13:27:22 -04:00
Soby Chacko
63ac89ed79 Update versions
Fix checkstyles

Temporarily disable a few tests
2020-06-02 18:54:58 -04:00
Soby Chacko
2ba6d5e46a README improvements 2020-06-02 16:51:49 -04:00
Soby Chacko
a712c40705 Adding README docs for consumers
Fixes https://github.com/spring-cloud/stream-applications/issues/21
Fixes https://github.com/spring-cloud/stream-applications/issues/20
Fixes https://github.com/spring-cloud/stream-applications/issues/19
Fixes https://github.com/spring-cloud/stream-applications/issues/9
Fixes https://github.com/spring-cloud/stream-applications/issues/7
Fixes https://github.com/spring-cloud/stream-applications/issues/16
Fixes https://github.com/spring-cloud/stream-applications/issues/15

* Update ftp-consumer/README.adoc
2020-06-02 12:01:57 -04:00
Soby Chacko
a97045643c Cleaning up supplier README docs.
Renaming HttpSourceProperties -> HttpSupplierProperties
2020-06-01 13:48:47 -04:00
Soby Chacko
521109a672 Cleanup: file supplier README 2020-06-01 13:37:16 -04:00
David Turanski
89d1d1d5bf Add ConditionalOnMissingBean to fix bean override error 2020-05-29 16:52:15 -04:00
David Turanski
ce19c437fb Add common Expression to String Converter (#50)
* Add common Expression to String Converter

Co-authored-by: David Turanski <dturanski@pivotal.io>
2020-05-29 14:51:45 -04:00
rstpv
029a95e4f9 Adding rabbit supplier
* Fixing feedback
* Fixing test name
* Migrating existing tests
* New line in the end of RabbitSourceInvalidConfigTests
2020-05-28 15:43:59 -04:00
David Turanski
1ef16b9b3e Add http-request-function and processor app
* Update README
* Clean up per review
* Added function README
* Remove `HttpRequestProcessorProperties$Retry` from the whitelist
2020-05-28 11:01:36 -04:00
Soby Chacko
c0920d9ba2 Adding REAMDE for all the supplier modules
Resolves https://github.com/spring-cloud/stream-applications/issues/14
Resolves https://github.com/spring-cloud/stream-applications/issues/18
Resolves https://github.com/spring-cloud/stream-applications/issues/10
Resolves https://github.com/spring-cloud/stream-applications/issues/8

* Addressing PR review comments
2020-05-27 13:21:53 -04:00
David Turanski
6d05347050 Change checkstyle location 2020-05-20 11:02:03 -04:00
David Turanski
ef57331c05 Use maven.multiModuleProjectDirectory 2020-05-20 08:55:50 -04:00
Soby Chacko
d9e1685f47 Random port for rabbit docker tests 2020-05-19 18:47:54 -04:00
David Turanski
2c89ac9d94 Bring checkstyle local 2020-05-19 18:04:14 -04:00
Soby Chacko
4fb20bd25e Making test-containers to use random port
MQTT tests were using a fixed port, making them random.
2020-05-19 17:56:23 -04:00
Soby Chacko
91a9c862e9 TimeProperties -> TimeSupplierProperties 2020-05-19 17:10:40 -04:00
Soby Chacko
f08080593c Fix conflicts 2020-05-19 16:57:47 -04:00
Soby Chacko
0c6bceb8ba Mqtt sink
* MQTT Consumer/Sink

Resolves https://github.com/spring-cloud/stream-applications/issues/41
2020-05-19 15:42:22 -04:00
Soby Chacko
5da0cc8cfb TCP Sink
Migrating TCP Sink as a consumer/sink.
2020-05-19 14:31:12 -04:00
Soby Chacko
dfeef686b3 MQTT source as supplier/source
Resolves https://github.com/spring-cloud/stream-applications/issues/38
2020-05-19 14:25:33 -04:00
Soby Chacko
d13b0db66d Migrate load-generator source
Resolves https://github.com/spring-cloud/stream-applications/issues/24
2020-05-19 12:08:45 -04:00
Soby Chacko
a7b5ee4ce9 Migrate throughput sink
Resolves https://github.com/spring-cloud/stream-applications/issues/25
2020-05-19 12:00:49 -04:00
Christian Tzolov
2b1089a009 Add wavefront micrometer registry support
- add wavefront micrometer registry deps
 - fix wrong core artifact names

 Part of #https://github.com/spring-cloud/spring-cloud-dataflow/issues/3938
2020-05-18 18:04:01 -04:00
Soby Chacko
c598674a98 Adding script-processor apps
https://github.com/spring-cloud/stream-applications/issues/34

* Addressing PR review comments
2020-05-18 16:11:44 -04:00
Soby Chacko
12fb2cfd46 TCP Supplier/Source
Resolves https://github.com/spring-cloud/stream-applications/issues/43
2020-05-18 14:32:22 -04:00
Soby Chacko
5073188c4c Cleaning test classes 2020-05-15 16:32:19 -04:00
Soby Chacko
6c83ae2fa0 Counter sink test cleanup 2020-05-15 15:53:06 -04:00
Soby Chacko
a50fab3cdd counter consunmer pom cleanup 2020-05-15 15:50:16 -04:00
Soby Chacko
6f5e05d2be Remove docbook components from the build 2020-05-15 15:43:30 -04:00