You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RestClientTransport it need JacksonJsonpMapper which is limiting
if app use jackson with different version than you will have erros like java.lang.NoSuchMethodError: com.fasterxml.jackson.core.JsonParser.isExpectedNumberIntToken
with RestHighLevelClient you could deserialize raw string response with your own mapper
is there any way to use ElasticsearchClient without jackson mapper?
The text was updated successfully, but these errors were encountered:
Description
java.lang.NoSuchMethodError: com.fasterxml.jackson.core.JsonParser.isExpectedNumberIntToken
The text was updated successfully, but these errors were encountered: