David Valenzuela

Results 1 issues of David Valenzuela

**Description** When using JacksonJsonHandler with a default `ObjectMapper`, multisearch throws `InvalidDefinitionException` when serializing request. As a work around updating property visibility fixes it. ``` objectMapper.setVisibility(PropertyAccessor.FIELD, JsonAutoDetect.Visibility.ANY) ``` **Expected behavior** It...

bug
good first issue