David

Results 32 issues of David

It looks to me as if `MockitoExtension` just checks the base type and does not respect the parameterized type of mocks. This test will fail: ```java testCompile group: 'org.mockito', name:...

We are using resilience4j with spring, but without the aop. I would prefer if we could wire the things like the predicates in the java code, but keep stuff like...

**What happened (please include outputs or screenshots)**: Im running `connect_get_namespaced_service_proxy_with_path(name, namespace, path="actuator")` to get JSON data from my webservice. The result is a JSON list: `["foo", "bar"]` but the function...

kind/bug
lifecycle/rotten

Hi, for consistency we would like to always append `-SNAPSHOT` even if we are on tag (for feature branches). Is there a way to always force `-SNAPSHOT`?

Maybe its just me, but I would be mostly interested in if the connection pool is exceeded (maxConnections exceeded). I guess this can implied by `numSuccessfulCheckoutsAfterWait`. But... for me it...

We are trying to enforce some properties via `required` together with `allOf` to reuse existing definitions: ```yaml openapi: 3.0.0 info: title: Minimal OpenAPI 3.0 with required on the same allOf...

Parsing schemas with refs to other files fails with the following exception, when the jar file is run: ``` 08:35:32.381 [main] WARN io.swagger.v3.parser.OpenAPIV3Parser -- Exception while resolving: java.lang.RuntimeException: Unable to...

Given the following files: ```yaml openapi: 3.0.3 info: title: Sample API version: 1.0.0 paths: /users/: get: parameters: - $ref: 'headers.yml#/XRequestId' responses: '200': description: Ok headers: X-Request-Id: $ref: 'headers.yml#/XRequestId' ``` and...

Hi, I tried to use `pymqi` to connect to a MQ and lost a lot of time figuring out how to install the required MQ client. Maybe this should be...

First of all, thanks for the great work on asciidoctor(j)(-pdf)! We are using asciidoctor-pdf to convert our documents, but are not really satisfied with the performance. E.g. converting a 24...