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.

Update to Kotlin 1.4.31 and Jackson 2.12.1

See original GitHub issue

I recently update the dependencies in a project of mine to Kotlin 1.4.31 and Jackson >= 2.12.

This in fact leads to a NoClassDefFound Exception at the Mapper class of Faker. To be precise at this line:

    init {
        mapper.registerModule(KotlinModule())
    }

So I would highly appreciate an updated version with updated dependencies! Thanks a lot!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
serpro69commented, Apr 16, 2021

It’s now in a stable release and should also be available in maven central. fyi @tarciosaraiva , @PeekAndPoke

1reaction
serpro69commented, Feb 27, 2021

Closed with https://github.com/serpro69/kotlin-faker/commit/668a98a32722cdb2ac484377021770609e7ee291

Until this gets into a stable release you can use release-candidate version with these changes from: https://dl.bintray.com/serpro69/maven-release-candidates/ repo . (See also downloading part of the readme for more details)

Will also add “snapshots” later on when https://github.com/serpro69/kotlin-faker/issues/60 is done.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Broken Kotlin 1.4 support in 2.13.2 · Issue #556 - GitHub
Actual Using Kotlin 1.4.32 and Jackson 2.13.2.20220324 with jackson-module-kotlin I'm getting an exception Caused by: java.lang.
Read more >
Kotlin releases
IntelliJ IDEA and Android Studio suggest updating to a new release once it is out. ... 1.4.31. Released: February 25, 2021. Release on...
Read more >
Compatibility guide for Kotlin 1.4
In this document we introduce several kinds of compatibility: source: source-incompatible change stops code that used to compile fine (without ...
Read more >
What's new in Kotlin 1.4.30
Kotlin 1.4.30 offers preview versions of new language features, promotes the new IR backend of the Kotlin/JVM compiler to Beta, and ships ...
Read more >
io.infinitic : infinitic-common : 0.4.2 - Maven Central Repository Search
Infinitic - Infinitic Orchestration Framework.
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