Commit Graph

170 Commits

Author SHA1 Message Date
David Turanski
d13a1fceaf Add max-buffer-size and fix app deps 2020-08-13 13:27:15 -04:00
Soby Chacko
f863db2af1 Adding repos/pluginRepos to apps generation
This might be a temporory solution to address some issues on the CI envrionment.
We will most likely remove the changes from this commit later on once the CI
issues are addressed
2020-08-13 12:00:42 -04:00
David Turanski
eee707da00 Refactor to use SpEL in function properties
* Clean up per review
2020-08-12 15:39:56 -04:00
Soby Chacko
23aabb1d63 Removing repositories section from ftp-source 2020-08-11 19:33:06 -04:00
Soby Chacko
b2c6050fd8 Update repository URL's
* Use snapshot/milestone/release artifactory URL's in stream-applications-core
  instead of libs-snapshot-local etc.
2020-08-11 19:25:39 -04:00
David Turanski
f23cc84172 Add true Consumer and tests (#99)
* Add true Consumer and tests

* Fixed some bugs

* Update README

* Replace block() with subscribe()
2020-08-11 13:08:28 -04:00
David Turanski
a68c7c96f6 Add new visible properties metadata file 2020-08-10 18:15:07 -04:00
David Turanski
7d4e5a9ea0 Add OSS JDBC drivers to consumer and supplier 2020-08-07 17:45:02 -04:00
Soby Chacko
3d01487565 Remove duplicate dependency in twitter-function
Add relativePath to core parent
2020-08-07 16:50:15 -04:00
Soby Chacko
b4eb9b398f Adding spring profile to core 2020-08-07 14:18:07 -04:00
Soby Chacko
4e9dda2dec Removing repositories section from http source pom 2020-08-07 13:45:01 -04:00
Soby Chacko
d905682329 Adding plugin repositories to file source 2020-08-07 11:43:48 -04:00
David Turanski
24b6c34f55 Fixed property prefix 2020-08-07 11:11:02 -04:00
David Turanski
6590855ded Fix link 2020-08-07 08:04:58 -04:00
Christian Tzolov
08de5c3355 Fix javadoc checkstyle issue. Update generated READMEs 2020-08-06 12:51:47 +02:00
Christian Tzolov
c1bf53f6c2 Update app-metadata-maven-plugin to 2.0.1.RELEASE - resolves the double quote metedata issue 2020-08-06 12:36:48 +02:00
Soby Chacko
7d149524aa App generator plugin changes
Add a new post processor dependency to the global dependencies
section of the maven plugin configuration
2020-08-05 16:08:34 -04:00
David Turanski
5c2f55c65f Adjust content type headers for compatibility with SCSt 2.1 apps (#94)
* Adjust content type headers for compatibility with SCSt 2.1 apps

* Restore pom files

* Update plugin version

Co-authored-by: David Turanski <dturanski@pivotal.io>
2020-08-05 16:02:48 -04:00
Christian Tzolov
2ffbe371b6 Remove double quotes in the properties comments 2020-08-05 15:18:25 +02:00
Soby Chacko
cbfad5dde5 Dependency updates
Spring Boot - 2.3.2.RELEASE
Spring Cloud - Hoxton.SR7
Spring Cloud Stream - Horsham.SR7
2020-08-03 17:37:16 -04:00
David Turanski
f8c342077c Support filterFunction and spelFunction composition 2020-07-28 12:26:26 -04:00
Soby Chacko
b042f84038 Fix typo in import files - jms source 2020-07-23 09:13:26 -04:00
Christian Tzolov
3069aa0ac8 Fix a blocker issue related to the WF SDK
- Temporarily override the WF SDK version coming with Micrometer to 2.6.0
   needed to resolve WF blocker issue: https://github.com/wavefrontHQ/wavefront-sdk-java/pull/152 causing the application to never exit.
2020-07-23 15:04:26 +02:00
David Turanski
3e776e611a Fix checkstyle 2020-07-21 09:48:57 -04:00
David Turanski
a841941736 Add try-finally 2020-07-21 09:48:01 -04:00
David Turanski
562aa5c990 Fix function definition property (#91)
* Remove deprecated spring.cloud.stream.function.definition property

* Restore tasklauncher-function

Co-authored-by: David Turanski <dturanski@pivotal.io>
2020-07-20 18:23:30 -04:00
Soby Chacko
d59e4f5d86 Next version updates
Functions: 1.0.0-SNAPSHOT
  Core Apps: 3.0.0-SNAPSHOT
  Apps: 3.0.0-SNAPSHOT
  Aggregate Next:2020.0.0-SNAPSHOT
2020-07-13 16:02:05 -04:00
Soby Chacko
45d2b8a631 Aggregating docs/descriptors : Release - 2020.0.0-M2 2020-07-13 15:42:01 -04:00
Soby Chacko
12e15d50d1 Applications: Release - 3.0.0-M2 2020-07-13 15:15:16 -04:00
Soby Chacko
14af0ad511 Stream Applications Core: Release - 3.0.0-M2 2020-07-13 15:01:45 -04:00
Soby Chacko
7066283aa2 Functions: Release - 1.0.0-M2 2020-07-13 14:43:36 -04:00
Soby Chacko
4a5bb50659 README changes
* Adding steps for PR contributions in the README
2020-07-13 13:03:58 -04:00
Sabby Anandan
b7d41bf04c Revise README (#73)
* Revise README

* Address review comments
2020-07-10 19:53:22 -04:00
Christian Tzolov
570877c9b9 Cleann the tensorflow-common dependencies 2020-07-09 14:09:51 +02:00
Soby Chacko
f772f8763a Fix missing versions 2020-07-08 15:51:02 -04:00
Timo Salm
c397df191b GH-75: add EnvPP for CS-AWS exclusion
Fixes https://github.com/spring-cloud/stream-applications/issues/75
2020-07-08 11:33:13 -04:00
Timo Salm
c21533e42c Support for s3 compatible storage
* Add support for s3 compatible storage to s3 consumer and supplier.

* Add enhancements to s3 compatible storage implementation based on code review

* Move s3 compatible storage endpoint configuration bean to AmazonS3Configuration to remove code duplication

* Disable auto configuration of AmazonS3 Bean to enable custom configurations

* Add documentation for endpoint url configuration property

* Use localhost instead of a real URL to avoid an unexpected connection to the internet
2020-07-07 14:27:31 -04:00
Soby Chacko
d3c1009773 Function dependencies BOM 2020-07-06 18:09:02 -04:00
Soby Chacko
5f3e961c3c wavefront sink metadata 2020-07-02 18:43:11 -04:00
Soby Chacko
49468e6148 Renaming internal test boot applications in functions 2020-07-02 18:31:58 -04:00
Christian Tzolov
bee064cfe3 Suppress EmbeddedEngine.java check
EmbeddedEngine class is a copy from the Debezium project.
2020-07-02 16:15:49 +02:00
Christian Tzolov
2811be2c7a Add the wavefront-consumer and sink to the s-app-descriptor and s-app-docs 2020-07-02 15:32:41 +02:00
David Turanski
2b358838c7 Fix import order 2020-07-01 19:00:52 -04:00
David Turanski
d6e01c54ee Fixed test 2020-07-01 17:54:11 -04:00
Soby Chacko
4fc1104d3c SFTP Source metadata changes 2020-07-01 15:50:16 -04:00
David Turanski
8cc6f546b6 Implement SFTP Source
Address review comments

* Code style clean up - generics warnings
* Fix `SftpSupplierApplicationTests` for compatibility with Windows
2020-07-01 15:35:27 -04:00
Timo Salm
1c992f02ce Add Wavefront Consumer and Wavefront Sink
- Supports direct and proxy access.
 - Uses SpEL expressions to compute output metrics value and tags from the input message.
 - Add tests.
2020-07-01 15:46:41 +02:00
Christian Tzolov
f7467c98ce further improvements of the object detection processor README 2020-06-30 12:32:41 +02:00
Christian Tzolov
2109331400 Improve the object detection processor README 2020-06-30 12:22:35 +02:00
Christian Tzolov
ef48dc8593 apps documentation improvement 2020-06-30 11:57:00 +02:00