Skip to content

Spring Cloud Stream Elmhurst.SR1

Compare
Choose a tag to compare
@sobychacko sobychacko released this 12 Jul 00:10
· 219 commits to main since this release

Spring Cloud Stream Elmhurst.SR1 Release Notes

Release Train Components and Versions

Component Version
Spring Cloud Stream Core 2.0.1.RELEASE
Spring Cloud Stream Binder Rabbit 2.0.1.RELEASE
Spring Cloud Stream Binder Kafka 2.0.1.RELEASE

Spring Boot compatibility

Default Spring Boot version used: 2.0.3.RELEASE

Spring Cloud Build

Spring Cloud Build version: 2.0.2.RELEASE

Middleware compatibility

Issues resolved since Elmhurst.RELEASE

Spring Cloud Stream Core

spring-cloud/spring-cloud-stream#1301 - Payloads in Messages in Flux parameters are not converted in MessageChannelToInputFluxParameterAdapter
spring-cloud/spring-cloud-stream#1354 - Add SCSt version to message header
spring-cloud/spring-cloud-stream#1359 - Specific bindings params is overridden by default ones
spring-cloud/spring-cloud-stream#1369 - useNativeDecoding is missing from generic consumer properties
spring-cloud/spring-cloud-stream#1357 - Application Error Handling Problem
spring-cloud/spring-cloud-stream#1384 - Error Handling Broken with Multi-Binder Support
spring-cloud/spring-cloud-stream#1385 - Exception while registering error infrastructure, if multiple destinations use same group
spring-cloud/spring-cloud-stream#1387 - Make PartitioningInterceptor public to avoid reflection during instanceof
spring-cloud/spring-cloud-stream#1405 - Add @qualifier to AbstractBinder's RetryTemplate
spring-cloud/spring-cloud-stream#1408 - DefaultBinderFactory defaultDomain retrieval by name fails
spring-cloud/spring-cloud-stream#1410 - Use Spring Boot autoconfigure-processor to optimize auto-configurations
spring-cloud/spring-cloud-stream#1412 - Ensure SpelExpressionConverterConfiguration is equally configured during single and/or multi-binder configurations

Spring Cloud Stream Binder Rabbit

spring-attic/spring-cloud-stream-binder-rabbit#152 - Remove log noise with publisher confirms
spring-attic/spring-cloud-stream-binder-rabbit#156 - Binder should call setHeadersMappedLast(true), Fix outbound contentType.

Spring Cloud Stream Binder Kafka

spring-attic/spring-cloud-stream-binder-kafka#357 - Kafka streams binder creates a -repartition topic even though no key modifying operations are done by client code
spring-attic/spring-cloud-stream-binder-kafka#359 - Bad link in Error Channels doc section
spring-attic/spring-cloud-stream-binder-kafka#366 - One of stream is not working when QueryableStoreRegistry autowired in more than one classes with same project
spring-attic/spring-cloud-stream-binder-kafka#381 - spring-cloud-stream-binder-kafka: duplicated "spring-cloud-stream-binder-test" in pom.xml
spring-attic/spring-cloud-stream-binder-kafka#396 - Expose StreamsBuilderFactoryBean through Application context to Kafka Streams application
spring-attic/spring-cloud-stream-binder-kafka#400 - Wrong prefix listed under KStreams binder configuration
spring-attic/spring-cloud-stream-binder-kafka#404 - Kafka Health actuator indicator fail randomly