rfelgent

Results 8 issues of rfelgent

Hello people, I very much depend on analysis of HAR for my selenium integration tests in case of errors. I recognised that the blacklisted (or non-whitelisted) urls are *not* reported...

Hello, mongock gets triggered in a test without any problem when performing a fully fledged spring boot test e.g. ``` @SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT) @Testcontainers // spinning up mongdb container by...

Hello, it would be great that spring boot actuator provides a locking/semaphore/mutex logic out-of-the box to prevent its endpoints from flooding. I have the "actuator/health" especially in mind, as this...

type: enhancement
status: pending-design-work

Hello guys, i would like to switch or/and configure the RequestExecutor to my needs. Currently, external task client is dependent on Apache http client and the configuration of it is...

hi @maciejwalkowiak , here is the pull request for https://github.com/maciejwalkowiak/wiremock-spring-boot/issues/28. Please let me know what else I can do for this pull request to be accepted.

Hi @maciejwalkowiak, I have a feature request: automatic reset of all stubs of each WireMock instance _after_ each test execution. If you are convinced by that feature request, I will...

Hi @maciejwalkowiak I would like to suggest one enhancement: introduction of multiple property mapping (instead of a single one): This leads to a simplified setup, for example: current, complex approach:...