Christophe Bornet
Christophe Bornet
Just to be sure : do we need `libaio1` installed to make this work ? From the code, it seems not, but the README seems to indicate it is. How...
Byte array fields of Jackson objects are not serialized. If you have the following ```java JsonNode jsonNode = new ObjectMapper().valueToTree(jo); JacksonJsonValue jsonValue = new JacksonJsonValue(jsonNode); String json = JsonFlattener.flatten(jsonValue) ```...
### What is the issue https://github.com/riptano/cndb/issues/8641 ### What does this PR fix and why was it fixed This pull request introduces new metrics for tracking invalid and other error requests...