hadjiski

Results 5 issues of hadjiski

Using JUnit 4 classrules: ``` @ClassRule public static WireMockClassRule wireMockRule = new WireMockClassRule(0); @Rule public WireMockClassRule instanceRule = wireMockRule; ``` Having a working jdk8 project with tests using wiremock 1.58,...

## Proposal **Use case. Why is this important?** [MAD using median](https://en.wikipedia.org/wiki/Median_absolute_deviation) [MAD using mean](https://en.wikipedia.org/wiki/Average_absolute_deviation) Mean/Median absolute deviation around a central point (mean, median) is a very popular mechanism (MAD), which...

Hi, I am using a sparse index on the field `fieldFoo` and to best utilize it, I need to add an extra `$exists` condition before the `$eq`one. When I manually...

type: enhancement

Other metrics appear to have default error/exception tags, the `mongodb.driver.commands` one not. Even though a `throwable` is defined in the `CommandFailedEvent` it is not utilized for the default tags: ```...

enhancement
module: micrometer-core
instrumentation

Even the simplest mocking appears to not work properly. The call is properly recognized, because it appears in the Mokku console as mocked call, the delay is working as well,...