Tomas Bjerre

Results 31 issues of Tomas Bjerre

So that it can be blocked for dev, master, release... but not feature/some-feature.

enhancement

With multiple groups and adding / removing rules in them. As far as I know, Stash plugins can only store settings as key / value pairs. And I am storing...

bug

This PR adds a feature that, if enabled, will fail requests if several mappings are matched. I have found myself, several times, trying to understand why some mapping is not...

enhancement
needs-tom

I had to add this code, would be nice if this was added to the tool. ```java private @Value("${wiremock.server.url}") String wireMockUrl; @PostConstruct public void basePostConstruct() throws MalformedURLException { WireMock.configureFor(new URL(wireMockUrl).getPort());...

Looks like it only supports mappings from classpath locations. `spring-cloud-contract` supports having them in any folder, would ease migration to this library if we don't have to moven them. Would...

The property `wiremock.server.port` is provided by `spring-cloud-contract`. To ease migration from that to this library, it would be nice if this library provided that property.

Was possible up to 1.15 but was removed in 1.16.

enhancement