quarkiverse / quarkus-wiremock

Quarkus extension for launching an in-process Wiremock server
https://wiremock.org/
Apache License 2.0
15 stars 8 forks source link

feat: Add support for random port allocation #74

Closed chberger closed 7 months ago

chberger commented 7 months ago

This PR provides support for random port allocation. When no port has been specified, a random port will be allocated instead of using a predefined default port. This behavior should help with issues mentioned in https://github.com/quarkiverse/quarkus-wiremock/issues/68

PR highlights:

chberger commented 7 months ago

@all-contributors add @oleg-nenashev for review

allcontributors[bot] commented 7 months ago

@chberger

I've put up a pull request to add @oleg-nenashev! :tada:

oleg-nenashev commented 7 months ago

@chberger all good including restarting thee dev service on live reload for java code https://github.com/wiremock/wiremock-quarkus-devservice-demo/pull/1