Spring Cloud Stream Chelsea.RELEASE
Spring Cloud Stream Chelsea.RELEASE Release Notes
Release Train Components and Versions
| Component | Version |
|---|---|
| Spring Cloud Stream Core | 1.2.0.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.RC1
Spring Cloud Stream Core
767 : Method checks in StreamListenerBeanPostProcessor involve eager bean creation
827 : Disabling TestSupportBinderAutoConfiguration leads to exception related to mapping default binder
845 : Incorrect Confluent Schema Registry URL & Automatic Registration
849 : Document how to use default error channel
855 : Allow String Payload with headerMode=raw
859 : Metrics Emitter sending duplicate entries for properties
867 : Testing section in docs needs an update from boot 1.3 usage
869 : spring-boot-starter-actuator as optional dependency
871 : Regression on JSON conversion when content-type is text/plain
879 : Refactor MetricsProperties applicationName property
888 : Internal refactoring - expose serialization/header marshalling logic
890 : Allow the application of StreamListenerParameterAdapter even for matching targets
898 : When outbound type is text/plain, convert arrays to String
Spring Cloud Stream Binder Rabbit
16 : Clarify that when multiple binders are used, autoconfiguration needs to be disabled
53 : setting the delivery mode when republishing to the DLQ
55 : Rabbit binder health indicator should be optional when actuator dependency is opted out
Spring Cloud Stream Binder Kafka
108 : Make the name of the Kafka DLQ configurable
114 : Wrong reference in Kafka properties section
116 : Regression: TopicExistsException reported again after provisioning changes
120 : Increase isolation between Kafka tests