Artem Bilan

Results 616 comments of Artem Bilan

Correct me if I'm wrong or just confirm that we are on the same page. Your concern that `DefaultBinderFactory` starts all the beans even if they are not `SmartLifecycle` implementations....

Thanks for confirmation. One more minor clarification I'm still seeking. I guess with a `race condition` you mean that scheduler problem we have fixed in the `DefaultHeaderChannelRegistry`. The problem here...

Thanks for the report, @dmfrey ! Unfortunately, that is not only a DSL level problem. The logic in the `AbstractWebServiceOutboundGateway` has to be reworked to take a `defaultUri` from the...

That is just warning which will lead to the proper behavior. Those methods won't be proxied, therefore their correct version will be called. On the other hand, I find that...

Pushed to the next `6.3.x` since the change is too involving to make it available for upcoming 6.2.0-RC1 next Tuesday.

See the pattern page: https://microservices.io/patterns/data/transactional-outbox.html. In the end there are a couple links like this: > There are two patterns for implementing the Message relay: The [Transaction log tailing](https://microservices.io/patterns/data/transaction-log-tailing.html) pattern...