Tomas Bjerre
Tomas Bjerre
In Pull Request Notifier, do you have "Merge condition" set to "always"? That should make it not perform the merge check.
Im not sure. Depends on what error you see? Do you have a stack trace?
What exactly do you mean by "Then the hook prevents the push to the branches."? Are you saying that you want to use the hook only on `master`-branch?
What is the motivation?
I think what you are looking for is merged (not yet released) you can now do: ``` @Value("${wiremock.server.port}") private String wiremockPort; ```
I'll close this issue now and you can try it once we manage to make the first release from Wiremock org...
Is this not what is happening here? https://github.com/wiremock/wiremock-spring-boot/blob/72bd5867ec4ea8e5a85e96ebea5ea9e2bc60c6a8/src/main/java/org/wiremock/spring/internal/WireMockSpringExtension.java#L26 Also added a test to show this bahavior: https://github.com/wiremock/wiremock-spring-boot/blob/f2c35d0bc7e22fd230b4d94192e36b39b2ef45fb/wiremock-spring-boot-example/src/test/java/app/ResetWireMockBetweenTest.java I'm trying to cleanup the issues in this repo, so closing this one....
I opened #34 and #36, I think they are what you want with the last 2 issues in your list. I can also add another issue with **Spring Could Contract...