Jan Marten

Results 9 comments of Jan Marten

We are running into the same issue as ferblaca. There exists a bean in the context of our application which implements a functional interface that has nothing to do with...

Alright, I will provide a sample application

I created a sample project here: https://github.com/LeovR/spring-cloud-stream-issue-2170

Because the `arbitraryFunctionalBean` in the demo project is just an example of a bean implementing a functional interface. The only source for publishing messages is the `StreamBridge`. In our application...

In the docs there is the following chapter: https://docs.spring.io/spring-cloud-stream/docs/3.1.3/reference/html/spring-cloud-stream.html#_sending_arbitrary_data_to_an_output_e_g_foreign_event_driven_sources > Spring Cloud Stream provides two mechanisms, so let’s look at them in more details Basically you are suggesting to use...

I have a similar issue on windows where the skaffold.yaml isn't detected or parsed correctly. On startup this is logged: ``` 2022-07-06 07:12:09,904 [1356532] WARN - #c.g.c.t.i.k.s.r.u.p.SkaffoldProfileComboBox - skaffold file...

@awbit I can confirm that it is still not working for me with jib-maven-plugin 3.4.4 @mpeddada1 can you reopen this ticket?