Getting Com.fasterxml.jackson.core.jsonparser.isexpectednumberonytoken() erroe
I am using elastic search java client 7.21.1.
Jackson version 2.15.2.
We have search template to retrieve the response from elastic search.
Getting the response by using SearchTemplateResponse response = restclient.searchtemplate(searchrequest, ObjectNode.class);
We are getting the error in the above line.
In the search template we are using a innerhits and collapse.
After trying to update Jackson version to 2.17.0 it is working in tomcat.
But in the jboss deployment it is getting failed.