spring-cloud-stream
spring-cloud-stream copied to clipboard
Promote TestBinder as a standalone binder dependency
Currently, Spring Initializr is bootstrapping SCSt app with MessageCollector, and we don't want that to be the default since it is deprecated.
It appears that Spring Initializr have accepted our current approach - https://github.com/spring-io/start.spring.io/issues/385#event-3988597942. So I just need to double check and update documentation to completely remove references to an old binder
been done