Jeffrey D

Results 6 issues of Jeffrey D

**Describe the issue** Headers removed within a `Function` are re-added to the output message by `SimpleFunctionRegistry#enrichInvocationResultIfNecessary()`. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://github.com/spring-cloud/spring-cloud-stream-samples/tree/main/processor-samples/uppercase-transformer 2. Upgrade `spring-boot-starter-parent`...

**Describe the issue** Default binding properties are ignored when both `spring.cloud.stream..bindings..consumer/producer.` and `spring.cloud.stream.binders..environment.` are both defined. **To Reproduce** Steps to reproduce the behavior: 1. Use the [sensor-average-reactive-rabbit](https://github.com/spring-cloud/spring-cloud-stream-samples/tree/main/processor-samples/sensor-average-reactive-rabbit) sample and upgrade...

Backport 3.2.x

Today the binder only sends publisher errors to error channels. We should consider adding other error handling e.g. maybe adding error queue support? > https://github.com/SolaceProducts/solace-spring-cloud/issues/34#issuecomment-721854525 > Also I think we...

enhancement

When `ErrorMessage`s are published to error channels, we include the `sourceData` header to contain the raw `XMLMessage`. The README should be updated to indicate that users must not use the...

documentation

# Global Changes * Upgraded Solace JCSMP to `10.21.0` * Upgraded Solace JMS Jakarta to `10.21.0` * Upgraded Spring Boot to `3.1.4`

For the following Swagger 2 module properties: > From `@Schema(allowableValues = …)` on fields/methods, derive its `"const"`/`"enum"`. > From `@Schema(defaultValue = …)` on fields/methods, derive its `"default"`. The outputted JSON...

wontfix