When doing integration tests with Quarkus Restclient / RESTEasy we would want to override the url and port during runtime. The reason for this is that if we build multiple modules in parallel we need to use random ports as otherwise we will get port clashes or alternatively we need to very carefully coordinate which module uses which ports.
Is there a way to do it?