Artem Bilan

Results 616 comments of Artem Bilan

The `@Retryable` creates a proxy call around the method with `try...catch`. I don't think that Kotlin `async` behavior does fit into the `try...catch` model. It might be great to see...

Thank you for contribution; looking forward for more!

I give that solution 👍

Well, doesn't look like it is going to be an easy task to extract some common abstraction and we may end up with generics hell. Although I wouldn't mind to...

You know, looks cool! Let's raise an issue in https://github.com/spring-projects/spring-framework/issues and page @rwinch for determining what we would like to do with Spring Security after that common abstraction. I believe...

The `ExposeInvocationInterceptor` states clearly: ``` Don't use this interceptor unless this is really necessary. Target objects should not normally know about Spring AOP, as this creates a dependency on Spring...

After sleeping on this, I think I'll fix it as I explained. That `method` attribute would fix your expectations and that would be a good framework opinion how to deal...

Superseded by the https://github.com/spring-projects/spring-retry/commit/d3698b8cf490a6c81e8a2996c451ac7961ecb53e. Thank you for contribution any way; looking forward for more!

This is rather too big and much involved. More over it is going to be some kind of breaking change. We cannot have setters with the same name and different...