Update to Kotlin 1.4.31 and Jackson 2.12.1
See original GitHub issueI 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:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top 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 >
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
It’s now in a stable release and should also be available in maven central. fyi @tarciosaraiva , @PeekAndPoke
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.