-
Notifications
You must be signed in to change notification settings - Fork 42
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
Jackson 2.8+ conflict #80
Comments
@kaplanke can you help us by proving a test code to reproduce this issue, then we will be able to do the modifications quite fast and release a version for you. |
Hi, You can find a sample project at the following repo; The thing is, if your siddhi json mapping dependency comes before the eureka client or any other jackson containing dependency, the conflict occurs. To run the example please first run the eureka server, (ignore the initial discovery errors, it will connect to itself soon) then run the test. Regards, |
We have released the siddhi-map-json version 5.0.5, please use it. |
Description:
Embedded Jackson classes causes problems if the target project has jackson core 2.8 or above. The error message is;
Suggested Labels:
jackson conflict
Affected Product Version:
Tested in 5.0.0 and 5.0.4
OS, DB, other environment details and versions:
Windows, Linux
Steps to reproduce:
A spring boot application with @EnableDiscoveryClient annotation which tries to register an Eureka Dİscovery server
Workaround
If there is no standalone packaging for this library, add two java classes and annotation definitons to the target project. (Btw, The same issue also exists in avro mapper).
The text was updated successfully, but these errors were encountered: