Daniel Becker
Daniel Becker
I think I have an similar Problem. When wrapping a `ThreadPoolExecutor` in a Spy the internal fields are no longer populated/instantiated. So the call to `ctl.get()` within the `invokeAll()` failes...
@TimvdLippe Actually, yes it does. But is this a viable option or rather is this a known issue that will be fixed in the mockito-core?
HI, I'm having the same problem. Using ``` release { git.requireBranch = 'master' } ``` Doesn't work either. The error is: ``` A problem occurred evaluating root project ''. >...
> I faced that too, and agree that it's not normal, but the following workaround works: > > ``` > release.git.requireBranch.set('master') > ``` Thank you very much. This worked for...
Well how is this not a real consideration? Look at the following code examples. Would you rather read and maintain something like this: ```java @Configuration public class RetryConfiguration { private...