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

Allow resource loading to be done from the Classpath #112

Closed geoand closed 2 months ago

geoand commented 2 months ago

The context of this is this issue where I would like to move away for custom WireMock handling to using this extension.

However in order to do so, I plan to have a custom module that contains both resources and supporting code, and for that work I need to have the resources loadable from the classpath

geoand commented 2 months ago

Yeah, I was pondering the same when I wrote this.

PR updated as per your suggestion

geoand commented 2 months ago

🙏🏼

chberger commented 2 months ago

Closed in favor of https://github.com/quarkiverse/quarkus-wiremock/pull/114

geoand commented 2 months ago

👌