Derek Lewis
Derek Lewis
In Mockito 2.2.5 and later, when setting expectations for mocking a varargs method, using an array doesn't work: ```Java Mockito.when(good.call(Mockito.any(String[].class))).thenReturn(1L); ``` And instead the contained type must be used: ```Java...
We probably should add a debug/info log statement with ST version to help users understand which ST version is in classpath.
Since we were not adding filters before for `ServiceDiscoverer` and we assumed that we will write `ServiceDiscoverer` and `LoadBalancer` (consume of SD stream) implementations, we chose to not offload the...
> discussed offline with @NiteshKant ... I think we should re-evaluate our usage of addSuppressed. In the face of static exceptions and addSuppressed may throw if the exception is the...
Really thrilled with how this is working for us, but would love to be able to use it without having to add a repository to our poms who's reliability is...
This project depends on the entire AWS SDK: https://github.com/Yleisradio/aws-maven/blob/master/pom.xml#L43-L44 It's been modularized (I'm not sure which version that started, but probably between the version in the spring-projects/aws-maven and this one)...
It's hard to understand, from the code _or_ the documentation, what the precedence is between these 3 ways of telling the plugin which rules to run. Some thought will need...