solace-spring-cloud
solace-spring-cloud copied to clipboard
System.out.print of Invoking function: streamBridge in spring-cloud-function-context 3.2.9
The actual version of the solace-spring-cloud-bom 2.5.0 contains spring-cloud-function-context 3.2.9 which contains a System.out.print. Could you provide a version where the version 3.2.10 of spring-cloud-function-context is referenced, there the problem is fixed.
Case: Publish a message over StreamBridge Result: Every published message will be logged, e.g. Invoking function: streamBridge<org.springframework.messaging.Message<java.lang.Object>, org.springframework.messaging.Message<java.lang.Object>>with input type: org.springframework.messaging.Message<java.lang.Object>
Actual workaround, entry in my pom.xml: `
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-context</artifactId>
<version>3.2.10</version>
</dependency>
`
We should upgrade this project to build against spring-cloud-dependencies
2021.0.7
(or later) to fix this.