Chris Galardi

Results 4 issues of Chris Galardi

### Version 4.3.1 ### Context Using vertx-web-client to send a MultipartForm to a router constructed using an OpenAPI3 file, the handler's request does not contain attributes or files. We expect...

bug

I am serializing a OAS3 model to YAML using the following boilerplate described in the docs ```java final JsonNode serial = Overlay.of(model).toJson(SerializationOptions.Option.FOLLOW_REFS); final String raw = new YAMLMapper().writerWithDefaultPrettyPrinter().writeValueAsString(serial); ``` My...

According to the spec there are bools for readOnly and writeOnly (https://json-schema.org/draft/2019-09/json-schema-validation.html#rfc.section.9.4) but @JsonProperty(access =...) does not seem to control this. I am aware that i could inject js as...

Sometimes with log4j2 you need to override the file `META-INF/services/org.apache.logging.log4j.core.util.ContextDataProvider` to specify your own ContextDataProvider ( https://logging.apache.org/log4j/2.x/manual/extending.html#ContextDataProvider ). There does not seem to be a way to specify this in...