14 Commits

Author SHA1 Message Date
Artem Bilan
2880f3c00a Fix RabbitMQ modules for removed own-connection
* Clean up Testcontainers dependencies in the RabbitMQ modules
* Use `RabbitMQContainer` in the `RabbitSourceListenerTests`
2024-03-11 09:52:18 -04:00
Artem Bilan
a841beba15 GH-475: Add some missed nested props for apps (#476)
Fixes https://github.com/spring-cloud/stream-applications/issues/475

* Fix JDBC props for limited listed number of them
2023-06-12 23:35:10 -05:00
Chris Bono
d7ba24fa01 GH-252: Remove legacy config properties metadata files
This commit removes all legacy config props metadata files
named `dataflow-configuration-metadata-whitelist.properties`.

This is safe with respect to SCDF because stream apps 4.x
require SCDF 2.11.x to launch the apps. Therefore, no existing
SCDF customers on an older SCDF version (that only supports
the legacy file) will be impacted - the users will all be on
the latest version of SCDF.

Fixes #252

* Renamed spring-configuration-metadata-whitelist.properties (removed "-whitelist")

* Renamed spring-configuration-metadata.properties to
dataflow-configuration-metadata.properties

* Fix rsocket

* Rsocket props now added back in

* Rename rsocket-sink metadate file to non-legacy format
2023-06-05 14:35:43 -04:00
Corneil du Plessis
ceabfb483b [SB3] Update Elasticsearch Client. Update Boot and Spring versions. Improve Rabbit listener (#416) 2022-11-25 11:51:53 +02:00
Chris Bono
42cb06306d Fix pgcopy-sink tests
- Update build steps in README.adoc
- Remove junit4 usages across project
- Replace postgres ClassRule w/ Extension
2022-10-25 23:15:47 -05:00
David Turanski
b8cb30fa9e Quiet down integration test logging 2022-03-30 11:11:23 -05:00
onobc
702d23c841 * Break dependence on RabbitAutoConfiguration.
* Restore Rabbit own-connection feature
2022-01-27 16:54:36 -06:00
Soby Chacko
e886c8375e Fix tests, checkstyle issues 2021-06-07 18:54:32 -04:00
Soby Chacko
3b9b23304c Fixing test issues 2021-06-07 17:59:24 -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
David Turanski
f1d9f36dee Tag integration tests and enable integration profile 2021-02-22 14:09:22 -05:00
David Turanski
a68c7c96f6 Add new visible properties metadata file 2020-08-10 18:15:07 -04:00
Soby Chacko
63ac89ed79 Update versions
Fix checkstyles

Temporarily disable a few tests
2020-06-02 18:54:58 -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