James Bench

Results 12 issues of James Bench

- [X] I tried updating to the latest version. - [ ] I can't, there is an issue. - [ ] I Am on Windows - [ ] Ubuntu Bash...

bug
enhancement

- [X] I tried updating to the latest version - [ ] I can't, there is an issue - [ ] This is about an < latest - [ ]...

bug
close-on-next-release

I'm trying to use collection.insertDocuments to support upsert but it doesn't support the keepNull property or specifying a custom return type. Similar to #343. I would like to be able...

enhancement

I'm looking to add tracing to our application using the OpenTracing API but I can't see a way to intercept commands sent to Arango other than wrapping every call to...

We're deploying an instance of the metrics exporter to K8s and it would be useful to have a `healthz` endpoint that just returns 200. We're hitting the metrics endpoint at...

Using version 1.1.0 I am unable to generate output in a symlinked directory - it appears that Swagger2Markup doesn't believe that the symlink is a valid directory for writing to...

Hello, When running the code below I get the exception: ``` Exception in thread "main" java.lang.RuntimeException: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Java 8 date/time type `java.time.LocalDateTime` not supported by default: add Module "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" to...

has-failing-test

The InterceptorService currently (AFAICT) creates a new subscription for each http request and never unsubscribes - this causes 3 issues: 1. Memory leak 2. If the token ever gets refreshed...

### Expected Behavior Mockk should match calls to my method when an enum argument is passed. ### Current Behavior When the Enum is a Enum Class with methods a `java.lang.InstantiationError`...

important

### Prerequisites Please answer the following questions for yourself before submitting an issue. - [X] I am running the latest version - [X] I checked the documentation and found no...