Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreWe are pleased to announce the second Release Candidate of the Spring Cloud Stream Fishtown release train - Fishtown.RC2/2.1.0.RC2.
Spring Cloud Stream Fishtown 2.1.0.RC2 is available for use in the Spring Milestone repository.
As a follow up to 2.0.0.RC2, this release primarily encompasses minor enhancements and bug fixes. As it stands now this should be the final Release Candidate before General Availability release 2.0.0.RELEASE in several weeks.
NOTE:
If the applications are created from Spring Initializr, they need to add this BOM snippet in maven dependency management before the spring-cloud BOM declaration, otherwise you'll end up with the latest snapshot:
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-dependencies</artifactId>
<version>Fishtown.RC2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
As always, we welcome feedback and contributions, so please reach out to us on Stackoverflow or GitHub or via Gitter.