At #332 we have introduced a ResolverProvider to scylla-4.x that allows us to hook to dns resolution logic in the driver.
At #344 @Bouncheck found better solution (org.burningwave.tools.net.HostResolutionRequestInterceptor) to do that we exact same limitations, and it does not need hooking to driver code to achieve that.
So, let's drop ResolverProvider on scylla-4.x and use org.burningwave instead, all the tests stays in the code.
It worth to mention that org.burningwave.tools.net.HostResolutionRequestInterceptor works just fine on java-11, so it is a "future proof".