Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MikeR13 opened this issue May 8, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@MikeR13
Copy link

MikeR13 commented May 8, 2023

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
Copy link
Author

MikeR13 commented May 8, 2023

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 Nephery added the bug Something isn't working label May 9, 2023
@Nephery
Copy link
Collaborator

Nephery commented May 9, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants