Problems with Fasterxml 2.10.0 and Springboot 2.2.1
See original GitHub issueI cannot use Faker with my latest Springboot project (2.2.1.RELEASE)
java.lang.NoSuchMethodError: com.fasterxml.jackson.module.kotlin.KotlinModule.<init>(IZZZILkotlin/jvm/internal/DefaultConstructorMarker;)V
at io.github.serpro69.kfaker.Mapper.<clinit>(Mapper.kt:12)
at io.github.serpro69.kfaker.FakerService.readCategory(FakerService.kt:121)
at io.github.serpro69.kfaker.FakerService.load(FakerService.kt:65)
at io.github.serpro69.kfaker.FakerService.<init>(FakerService.kt:30)
at io.github.serpro69.kfaker.Faker.<init>(Faker.kt:13)
at io.github.serpro69.kfaker.Faker.<init>(Faker.kt:12)
I fixed it by upgrading fasterxml to 2.10.1.
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
Jackson Dependency Issue in Spring Boot with Maven Build
This error occurs due to Jackson dependency conflict. We are working on a Spring Boot project and it's inheriting from the Spring Boot...
Read more >Jackson Dependency Issue in Spring Boot with Maven Build
To use the latest Jackson library, you need to add the following dependency in the Maven POM: . . . <dependency> <groupId>com.fasterxml.jackson.
Read more >Unable to start application after upgrading jackson-databind ...
I am working on a spring boot application, ...
Read more >[JBPM-8937] Please update the jackson-databind dependency
I'm trying to use the latest spring boot to make sure my app is secure. But that at the moment is impossible because...
Read more >com.fasterxml.jackson.core:jackson-databind vulnerabilities
version published direct vulnerabilities
2.14.1 21 Nov, 2022 0. C. 0. H. 0. M. 0. L
2.14.0 5 Nov, 2022 0. C. 0. H. 0....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Great, thanks for confirming @rpmoore Closing this for now. @ksinkar feel free to reopen if this is not fixed for you.
Yeah, it’s working like a champ now. This has been super helpful!