question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Problems with Fasterxml 2.10.0 and Springboot 2.2.1

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
serpro69commented, May 7, 2020

Great, thanks for confirming @rpmoore Closing this for now. @ksinkar feel free to reopen if this is not fixed for you.

1reaction
rpmoorecommented, May 8, 2020

Yeah, it’s working like a champ now. This has been super helpful!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found