-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Problems with Fasterxml 2.10.0 and Springboot 2.2.1 #20
Comments
This could be caused by differences in 2.10.0 and 2.10.1 I've had the "need to fix dependencies" thought in the back of my head for awhile now (probably using the shadow plugin), but didn't have time as of late to add this. Feel free to submit a PR if you want. For now upgrading your dependency seems like the best workaround. Else you can also try to exclude |
I'm also encountering the same issue but with Jackson 2.11. Exact same stack trace. |
What springboot version are you using @rpmoore ? Will try to reproduce it. |
We're not using spring. I also tried down reving Jackson to 2.10.1 and that didn't resolve the issue. I can play with some of the other dependencies to see what it is. |
Doing a little digging I found this issue FasterXML/jackson-module-kotlin#279 Seems like if you update to 2.10.2 that should resolve some of the issues going forward. |
Thanks for digging that up @rpmoore Will update all of the dependencies and push the change on the weekend. Hopefully that will help. |
@rpmoore please check if faker version |
I'll give it a try today and let you know. |
That seemed to do the trick for me! I can run my tests without issue now. |
Yeah, it's working like a champ now. This has been super helpful! |
I cannot use Faker with my latest Springboot project (2.2.1.RELEASE)
I fixed it by upgrading fasterxml to 2.10.1.
The text was updated successfully, but these errors were encountered: