spring-cloud / stream-applications

Functions and Spring Cloud Stream Applications for data driven microservices
https://spring.io/projects/spring-cloud-stream-applications
252 stars 104 forks source link

Remove legacy config properties metadata files #464

Closed onobc closed 1 year ago

onobc commented 1 year ago

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

artembilan commented 1 year ago

Will merge when CI build is green.