Harald Albers
Harald Albers
Our internal DNS servers add resolution for several internal domains, which obviously are not available on external DNS servers. Therefore I cannot use this box.
@nvtkaszpir This worked, thanks a lot. But I still do not see why a box called "generic" should require such a hack.
I also noticed some missing filters and was thinking about adding them. I'd like to take over that task.
> We have implemented a more friendly HTTP client for the azure SDK (but I need to see how we can use it). @cescoffier Is this client publicly available?
@cescoffier I'm not sure. If I understand you correctly, we are talking about a new implementation of `com.azure.core.http.HttpClientProvider`. Azure Core contains four implementations: - `com.azure.core.http.netty.NettyAsyncHttpClientProvider` - `com.azure.core.http.vertx.VertxAsyncHttpClientProvider` - `com.azure.core.http.okhttp.OkHttpAsyncClientProvider` -...
@cescoffier Thank you very much. I will try that one.
This is probably a leftover from the times when [TestNG](https://testng.org/doc/) was used for testing. TestNG's `assertEquals` has reversed parameter order in comparison to JUnit. The switch to JUnit was in...