Artem Bilan

Results 616 comments of Artem Bilan

> i do not know how to assign issues to someone The issue can be assigned only to Spring team member. However that should not be a stopper for community...

@quaff , your sentence does not compile in my head. Virtual threads are really from Java 21. And yes, they are unmounted from platform thread. But the point of `Thread.sleep()`...

I'm sorry, what is the question exactly for Spring Retry? Maybe your concern better would really live in that https://github.com/spring-cloud/spring-cloud-circuitbreaker project?

I see, so you mean something like this: https://github.com/spring-projects/spring-integration#installation-and-getting-started should be present in the README for this project? Unfortunately, different projects under different repositories and handled different teams. So, it...

> aligning the setter with the builder might break existing usages. And since we agree that existing usage is wrong, it has to be fixed. However we cannot make a...

I think the pattern to "silently adjust" is wrong. Many would be confused to not see the value they have configured, even if that is there for years already. I...

That version is out of support. Please, consider to upgrade at least to `1.3.4`. And yes: simple code to reproduce would be great. There is some fix for that class...

Has been fix in up-to-date version this or other way.

Just tested it with some simple XML config. Perhaps the original problem was fixed somehow in between. Will push my test as a fix for this issue soon enough...

It does not make sense to apply the retry on an async method: we just would eliminate the purpose of an async nature to get a gain from the retry...