James Bench
James Bench
- [X] I tried updating to the latest version. - [ ] I can't, there is an issue. - [ ] I Am on Windows - [ ] Ubuntu Bash...
- [X] I tried updating to the latest version - [ ] I can't, there is an issue - [ ] This is about an < latest - [ ]...
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...
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...
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`...
### 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...