Spring Cloud Stream Chelsea.SR1
Spring Cloud Stream Chelsea.SR1 Release Notes
Release Train Components and Versions
| Component | Version |
|---|---|
| Spring Cloud Stream Core | 1.2.1.RELEASE |
| Spring Cloud Stream Binder Rabbit | 1.2.0.RELEASE |
| Spring Cloud Stream Binder Kafka | 1.2.0.RELEASE |
Spring Boot compatibility
This release is based on Spring Boot 1.5. It is also compatible with Spring Boot 1.4.4.RELEASE and later.
Spring Cloud integration
This release is also part of the Spring Cloud Dalston release train.
Middleware compatibility
- RabbitMQ: See Spring AMQP 1.7.1 reference documentation for details
- Apache Kafka: 0.10.1 with default dependency set, as well as 0.9, 0.10.0 via client library override - see reference documentation for details
Issues resolved since Chelsea.RELEASE
Spring Cloud Stream Core
900 : Wrong metrics config prefix in docs
903 : Align the exporter name and trigger configuration for metrics
904 : BinderMetricsEnvironmentPostProcessor changes the export defaults
906 : Shading of rxjava-reactive-streams includes RxJava classes as well
907 : Replace placeholders in properties published with metrics
909 : Metrics exporter overrides properties from high priority sources with lower ones
910 : ApplicationMetricsProperties must clear the exportProperties cache on refresh
918 : Update metrics sample