jamesnetherton commented on issue #1370: URL: https://github.com/apache/camel-quarkus/issues/1370#issuecomment-658831168
> So setting `setReuseAddress(true)` on the `ServerSocket` in the `build-helper-maven-plugin` would not help? Yeah, I don't think so. I've not proved it.... > `quarkus.http.so-reuse-port` would have to be set to `false`, right? It'd need to be `true`. It also needs native transport to be enabled. E.g via `quarkus.vertx.prefer-native-transport`. They could just be set as system properties instead of polluting every `application.properties` file. > > Or, maybe we don't actually need the `build-helper-maven-plugin` to do the free port discovery at all. If we configure the vertx HTTP ports to '0', that should result in binding on random ports. > > but I think that wouldn't work as we then need to grab the port and configure rest assured ports. That may not be an issue. I think that's handled by Quarkus: https://github.com/quarkusio/quarkus/blob/master/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/VertxHttpRecorder.java#L890-L893 I just ran the all itests in JVM mode and everything passed with the port(s) configured as 0. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org