Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreOn behalf of the community, I am happy to announce the release of Spring Cloud Stream Brooklyn.SR2 and Chelsea.M1 release trains. As part of the next installment to Brooklyn release train, Brooklyn.SR2 adds a number of new features and fixes. The next release train Chelsea.M1 builds on top of Spring Boot 1.5 and a contains a core improvement listed below.
A few highlights of the improved areas:
@StreamListener(Processor.INPUT)
@SendTo(Processor.OUTPUT)
public Flux<String> uppercaseTransformer(Flux<String> input) {
return input.map(String::toUpperCase);
}
Comprehensive lists of fixes for the release train components can be find for the core, Rabbit MQ binder and the Apache Kafka binder.
I would like to thank everyone involved for their support. In particular, I would like to extend special thanks to the community members that have contributed to this release by opening issues or providing patches:
Also, special thanks to Donovan Muller (@donovanmuller) for the contributions to the JMS binder, which will be included in the upcoming milestone release.into a later release train.
As usual the releases are available as follows:
As always, you can stay in touch with us either in GitHub, on Stack Overflow, on Gitter, or on Twitter (hashtag #SCStream).
This is also a reminder that the CFP for Spring I/O is open. Spring I/O is the leading European conference focused on the Spring Framework ecosystem, and will take place in Barcelona in May 18-19, 2017. - if you think you have something interesting to say about Spring, submit a proposal! Spring I/O will also start selling tickets soon, so watch the site!