Commit Graph

377 Commits

Author SHA1 Message Date
Soby Chacko
2a0edea722 Fixing TCP Source issues
Exclude `IpHeaders.LOCAL_ADDRESS` from TCP source output as it
causes issues with message conversion downstream.

Update SCSt/Spring-Cloud to the latest snapshots.

* Refactor `TcpSupplierConfiguration` for better readability and
current state of requirements for Spring libraries configuration
2021-03-30 09:00:21 -04:00
Thomas Recloux
126c53e8ad GH-151: Remove output bean from the Rabbit Supplier
Fixes https://github.com/spring-cloud/stream-applications/issues/151

The `RabbitSupplierConfiguration` comes with the `output` bean definition which
clashes with the `output` binding for Spring Cloud Stream.
The last one doesn't register the binding bean and leave the rest of the logic
to deal with existing bean when we resolve it by the `output` name.

* Rework the logic of the `RabbitSupplierConfiguration` to avoid an extra bean
in between and the binding in Spring Cloud Stream do it job
2021-03-10 13:09:12 -05:00
Artem Bilan
4eb34fb245 GH-154: Change FORM CT to JSON for HTTP supplier
Fixes https://github.com/spring-cloud/stream-applications/issues/154

The Binder conversion mechanism is not aware about a `MediaType.APPLICATION_FORM_URLENCODED`
and does not know how to convert the `MultiValueMap` with such a content-type

* Change the Http-Supplier to replace a `MediaType.APPLICATION_FORM_URLENCODED`
content-type header to the `MediaType.APPLICATION_JSON` for the proper
JSON serialization for the `MultiValueMap` on the binder level before sending to
the output destination
2021-03-09 11:49:08 -05:00
Soby Chacko
4c044d2d14 Downgrade config client starter dep to 3.2.0.RELEASE 2021-03-08 13:05:42 -05:00
Soby Chacko
0d2221d4c9 Update spring-cloud-services-starter-config-client to 3.2.1.RELEASE 2021-03-08 12:27:49 -05:00
Christian Tzolov
d304b3ed93 add spring-cloud-services-starter-config-client 2021-03-05 19:53:54 +01:00
Christian Tzolov
2c58bb36ad add spring-cloud-starter-config dependency 2021-03-05 16:51:54 +01:00
Nicolas Labrot
c899e71a64 GH-152: RabbitMQ consumer: Add headersMappedLast
Fixes https://github.com/spring-cloud/stream-applications/issues/152

* Add the possibilities to configure the `headersMappedLast` for the RabbitMQ consumer

* Changes following the code review
2021-02-26 17:00:36 -05:00
Soby Chacko
9c49c57d44 Releast train next version updates: 2020.0.2-SNAPSHOT 2021-02-26 15:41:05 -05:00
Soby Chacko
559264c197 Next apps version update: 3.0.2-SNAPSHOT 2021-02-26 15:37:46 -05:00
Soby Chacko
fa58243b31 Next version updates (non-apps) 2021-02-26 15:25:26 -05:00
Soby Chacko
21086cd248 stream-applications-release-train release: 2020.0.1 2021-02-26 14:47:25 -05:00
Soby Chacko
3c89b81088 stream-applicaitons: 3.0.1 Release 2021-02-26 10:40:11 -05:00
Soby Chacko
a603a092f7 stream-applications-core: 3.0.3 Release 2021-02-25 17:14:01 -05:00
Soby Chacko
eceda16e0a Functions 1.0.2 Release 2021-02-25 15:34:54 -05:00
Soby Chacko
f0c11dc52c stream-applications-build 1.0.2 Release 2021-02-25 15:26:17 -05:00
David Turanski
f1d9f36dee Tag integration tests and enable integration profile 2021-02-22 14:09:22 -05:00
Artem Bilan
386dad6562 Use compatible image version with Debezium
* Fix MongoDb driver problem.
Probably we need to think about upgrading Debezium support to the latest
version, so its MongoDb connector is based on the latest Mongo Driver
which already is pulled by Spring Boot
2021-02-19 12:31:34 -05:00
Soby Chacko
6d2ade2e7b Update parent in apps 2021-02-18 17:12:57 -05:00
Soby Chacko
721c506891 Update dependencies
Spring Boot 2.3.9
Spring Kafka 2.5.11
Spring Cloud Stream - Horsham.SR11
Spring Cloud - Hoxon.SR10
Spring Cloud Function - 3.0.13
2021-02-18 16:09:25 -05:00
Soby Chacko
dc0e31e132 Update next versions 2021-02-18 15:49:23 -05:00
Soby Chacko
eec5e00a0a stream-applications-core: 3.0.2 Release 2021-02-18 15:07:59 -05:00
Soby Chacko
b986495332 Functions 1.0.1 Release 2021-02-18 14:31:44 -05:00
Soby Chacko
c9fb4e5bdf stream-applications-build 1.0.1 Release 2021-02-18 14:23:46 -05:00
Artem Bilan
e2c11b4773 Upgrade Testcontainers tests to the latest images
* Un`@Disable` updated tests
2021-02-11 16:21:06 -05:00
Artem Bilan
d3c38406e8 Upgrade to the latest Testcontainers
* Use `debezium/example-mysql:latest` image in the `CdcBootStarterIntegrationTest`
to avoid failing when some transitive dependency does not exist any more
2021-02-11 11:08:12 -05:00
Soby Chacko
63c22a85d7 tests debugging continues 2021-02-10 14:26:24 -05:00
Artem Bilan
1e6a2e1f44 GH-143: Add an update option to MongoDB Supplier (#147)
* GH-143: Add an update option to MongoDB Supplier

Fixes https://github.com/spring-cloud/stream-applications/issues/143

* * Fix Checkstyle violations
* Update `README.adoc` for `mongodb-source`
2021-02-05 15:36:03 -05:00
Soby Chacko
176fee51a3 tests debugging 2021-02-05 14:23:09 -05:00
Soby Chacko
8cde8133b0 Temporarily disable a few tests 2021-02-05 12:29:28 -05:00
Soby Chacko
fec91314b9 More checkstyle fixes 2021-02-05 11:36:33 -05:00
Soby Chacko
172e345c2d Fixing checkstyle issues 2021-02-05 11:16:45 -05:00
Soby Chacko
b15a798a78 Fix checkstyle issues 2021-02-05 10:45:23 -05:00
Soby Chacko
94f3dcc03f Disable some tests temporarily 2021-02-05 10:19:49 -05:00
Artem Bilan
17162dd775 GH-146: SFTP supplier: Use proper FileListFilter
Fixes https://github.com/spring-cloud/stream-applications/issues/146

The `SftpRegexPatternFileListFilter` is used for the `filenamePattern` option, too.
It seems like a copy/paste artefact

* Change `filenamePattern`-based configuration for the `SftpSimplePatternFileListFilter`
* Fix `SftpSupplierApplicationTests` for multi-OS compatibility
2021-02-03 10:20:10 -05:00
Artem Bilan
70d89c7a3b GH-145: Some SFTP consumer props were not applied
Fixes https://github.com/spring-cloud/stream-applications/issues/145
2021-02-02 20:41:19 -05:00
Christian Tzolov
dd9a2f709d Fix cdc logging classpath issue
- Exclude a slf4j-log4j12 dependency inherited by slf4j-log4j12 that clashes with the spring boot logging.
2021-02-01 10:41:39 +01:00
Christian Tzolov
4f5405b2e8 Add WF tracing support (#141)
* Add WF tracing support

 - Add dependency for WF boot starter and s-c-sleuth-starter.
 - Update the common app properties to include wf.application=${stream.name} and wf.service=${app.name}-${app.type}
 - Update the common app properties to wf.tracing.enabled to false by default.

 Related to https://github.com/spring-cloud/spring-cloud-dataflow/issues/3967

* wavefront.tracing.enabled is not needed as the management.metrics.export.wavefront.enabled already controls both metrics and traces
2021-01-15 14:05:42 -05:00
Andrea Montemaggio
65f3b82d0b Introduce basic support for user-configurable sorting of the remote file list. 2021-01-14 10:57:43 -05:00
Soby Chacko
99bc311ec0 Update plugin versions 2020-12-16 15:41:52 -05:00
Soby Chacko
d711eaff9b Release train next version updates
2020.0.1-SNAPSHOT
parent stream-applications-core: 3.0.2-SNAPSHOT
apps version: 3.0.1-SNAPSHOT
2020-12-16 13:30:01 -05:00
Soby Chacko
375649c26e Applicaion modules next version updates
3.0.1-SNAPSHOT
parent stream-applications-core to 3.0.2-SNAPSHOT
2020-12-16 13:25:29 -05:00
Soby Chacko
1aebb2abff Non application components next version update
stream-applications-build: 1.0.1-SNAPSHOT
functions: 1.0.1-SNAPSHOT
stream-applications-core: 3.0.2-SNAPSHOT
2020-12-16 13:06:52 -05:00
Soby Chacko
08b7034022 Rearrange docker build section in the docs 2020-12-16 10:54:26 -05:00
Soby Chacko
13267df959 stream-applications-release-train release: 2020.0.0 2020-12-16 10:29:18 -05:00
Soby Chacko
ae1af9d9ee Applications release: 3.0.0 2020-12-15 18:02:04 -05:00
Soby Chacko
71dcc9374c stream-applications-core release: 3.0.1 2020-12-15 17:33:06 -05:00
Soby Chacko
701c0df49d stream-applications-core release: 3.0.0 2020-12-15 16:34:58 -05:00
Soby Chacko
6c0e3b3167 Functions release: 1.0.0 2020-12-15 15:44:50 -05:00
Soby Chacko
901837f2f5 stream-applications-build 1.0.0 Release 2020-12-15 15:04:31 -05:00