Commit Graph

12 Commits

Author SHA1 Message Date
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
cf13062d8d Fix checkstyle issue 2023-01-13 16:16:00 +02:00
Corneil du Plessis
c635863433 Remove Autowired. 2023-01-12 12:48:21 +02:00
Artem Bilan
52e0719f17 GH-370: Enable ScriptProcessor tests back (#419)
* GH-370: Enable ScriptProcessor tests back

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

* Update dependencies for `script-processor`
* Add `maven-surefire-plugin` to `script-processor` POM
and specify `--add-opens` for Ruby requirements
* Mark all JavaScript tests with `@EnabledIfSystemProperty`
against `org.graalvm.language.js.home` which is available only
if GraalVM with `js` component enabled
* Fix `NewlineAtEndOfFile` rule for Checkstyle since on Windows
the line end is `crlf`
* Add `components: 'js'` to GraalVM installation steps for all the GH action scripts

* * Add dependencies for `graal-sdk` and `org.graalvm.js`
to make JavaScript working on a plain JVM
2023-01-11 11:16:09 -06:00
Chris Bono
e4c4f4c427 [SB3 Update] Disable ScriptProcessor tests 2022-10-17 22:04:59 -05:00
Chris Bono
a8814f876f Initial support for SB3/SF6
- Main branch builds successfully (with tests skipped)

See #326
2022-09-22 17:46:11 -05:00
Chris Bono
017d03fe92 Re-enable and fix tests for Boot 2.6 upgrade
* Make constructor public
* Appease checkstyle/format gods
* Bump to testcontainers 1.16.3
* Bump to redis testcontainers 2.0.11
* Fix circular bean dependencies in the configuration classes
2022-01-26 11:32:24 -05:00
Soby Chacko
f8d8f1d6df Temporarily disabling a few tests 2022-01-21 17:52:10 -05:00
Soby Chacko
3f98c2e644 Fixing FtpSourceTests/ScriptProcessorTests 2021-06-08 10:41:23 -04:00
Soby Chacko
5ba0269a0b Preparing for 2021.0.0/3.1.0 apps
Spring Boot 2.5.0
Spring Cloud Stream 3.1.x
Spring Cloud Function 3.1.x
Spring Cloud 2020.0.x

Update code/deprecations
Fix tests
Update copyrights
2021-06-04 11:37:32 -04:00
David Turanski
a68c7c96f6 Add new visible properties metadata file 2020-08-10 18:15:07 -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