- When StreamBridge#send is called with binder-name and custom content-type, it does not honor the content-type value, but default to application/json. Fixing this issue for this call path by explicitly checking for any custom content-type provided on the binding. Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2805 Resolves #2813