-
Notifications
You must be signed in to change notification settings - Fork 40.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SpringBoot 1.4.2 having issue with ElasticSearch/Jackson autoconfiguration #7808
Comments
This looks like a duplicate of #6508 but we'll need a bit more information. Can you please attache the full stack-trace along with the output of |
My Gradle File is below
Below is the stacktrace
|
Could you as well provide the output of |
It's not clear why but you appear to have Jackson 2.7 and Elasticsearch 2.4. This combination isn't compatible. Your easiest fix is to upgrade to Jackson 2.8. |
Well Adding this dependency solved the problem. My jackson was already in 2.8.
|
Not according to your stack trace:
jackson-dataformat-smile-2.7.3.jar:2.7.3 |
I am using elastic search 2.x and SpringBoot 1.4.2.RELEASE. I am getting the below error. I know the issue exists in earlier version like 1.4.0, but isn't supposed to be fixed now?
The text was updated successfully, but these errors were encountered: