Artem Bilan

Results 616 comments of Artem Bilan

OK. But the story is about each sample, not the whole chapter. Plus I have also mentioned PDF. Not sure that such a switch is possible there... Or are we...

I think we are on our way to this requirement. See for example WebFlux chapter: https://docs.spring.io/spring-integration/docs/current/reference/html/webflux.html#webflux-inbound. There is still a lot to rework in style, but I treat this issue...

The underlying Paho Client is single-threaded. It does have two loops: 1. `CommsReceiver.run()` to read data from the `MqttInputStream` - mostly messages for the subscibed topics. 2. `CommsCallback.run()` to deliver...

Any chances that we can look into this already? Thanks

I just did a search for this sentence: `throws Exception; // NOSONAR`: ![image](https://user-images.githubusercontent.com/1071590/114560950-230d2680-9c3b-11eb-9bc7-0e042a4a1ff2.png) So, not too much. The goal is to not have such a generic `throws Exception;` at all....

Sure! Just pull the latest `main`, switch to Java 17 and go ahead with the fix! Feel free to PR or leave comments over here if something is off or...

Hi @aml8801 ! You know it doesn't matter for the project who contributes the fix and since there is no any news from @Mikhail2048 for a couple months already, I...

Hi there! We are heading to RC1 soon enough. It would be great if we incorporate the fix for this issue: it is going to be a breaking change in...

As I said before: we have release next week, so this breaking change must make it into the code base before `6.0 GA`. Therefore here you are PR: https://github.com/spring-projects/spring-integration/pull/3916

Thank you for bringing this again, @xak2000 ! I think it really a time for the current new major release to revise our code style with Spring Framework and Spring...