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: upgrade and switch to WireMock standalone #60

Closed wjglerum closed 8 months ago

wjglerum commented 8 months ago

https://github.com/wiremock/wiremock/releases

Also see https://github.com/quarkiverse/quarkus-wiremock/pull/56

wjglerum commented 8 months ago

@chberger what's your plan for a 1.0 release btw? Do we need anything else?

chberger commented 8 months ago

I'm thinking about a solution to enable extensions in a more generic way. IMHO the current way is very limited ...

However, if it's not a problem to introduce new major versions regularly, then I'm fine to release 1.0. Otherwise I would need more time to think about the current configuration capabilities and how to adapt them ...

wjglerum commented 8 months ago

I'm thinking about a solution to enable extensions in a more generic way. IMHO the current way is very limited ...

However, if it's not a problem to introduce new major versions regularly, then I'm fine to release 1.0. Otherwise I would need more time to think about the current configuration capabilities and how to adapt them ...

Yeah we could do the extensions in another release right? And start with the basics for now, that will already be valuable for other people too.