solace-spring-cloud icon indicating copy to clipboard operation
solace-spring-cloud copied to clipboard

System.out.print of Invoking function: streamBridge in spring-cloud-function-context 3.2.9

Open MikeR13 opened this issue 1 year ago • 2 comments

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>

MikeR13 avatar May 08 '23 08:05 MikeR13

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>

`

MikeR13 avatar May 08 '23 08:05 MikeR13

We should upgrade this project to build against spring-cloud-dependencies 2021.0.7 (or later) to fix this.

Nephery avatar May 09 '23 15:05 Nephery