SolaceProducts / solace-spring-cloud

An umbrella project containing all Solace projects for Spring Cloud
Apache License 2.0
22 stars 15 forks source link

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

Open MikeR13 opened 1 year ago

MikeR13 commented 1 year ago

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, org.springframework.messaging.Message>with input type: org.springframework.messaging.Message

MikeR13 commented 1 year ago

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>

`

Nephery commented 1 year ago

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