Artem Bilan

Results 616 comments of Artem Bilan

I think I find your suggestions reasonable, so we fix it in the next `6.0` as two options: `int maxDepth` and `Predicate watchDirFilter`.

Hi @stefanvassilev ! I'm not sure that I fully understood how you workaround it and what the change you would like to do, but it looks more like you are...

Hm. Probably it sounds like an addition to the mentioned `tryLock(long time, TimeUnit unit, long leaseTime, TimeUnit leaseUnit)`API - `renewLease(long leaseTime)`...

So, since we agree about this feature, I make it official. Let's see what we can do for the next `5.4` version! Probably not all distributed locks could have that...

Reopen since we need to revise all other `LockRegistry` implementations to be sure that they can support this renewal feature.

Hm. I think with a renewable feature we need to have a slightly different logic in that initiator. Probably the whole main loop should be adjusted respectively. I didn't think...

@mhalbritter, FYI. Would be great if you review this and leave some your feedback. I tested the solution against the mentioned `integration` application in Spring Native at `sb-3.0.x` branch. It...

@sdeleuze , @mhalbritter , @snicoll , it looks like I have answered for all your questions and we have some plan going forward in the https://github.com/spring-projects/spring-integration/issues/3844. Is there anything what...

This is ready for review and possibly merge. The PR for `spring-aot-smoke-tests` project is follow up.

Would be great if you elaborate more what exactly such a functionality has to do. The `reaper` really cleans up the group store for those group of messages which have...