Tatu Saloranta

Results 3333 comments of Tatu Saloranta

@hartmut-co-uk I would be interested in everything you find! I have been trying to think of ways to support "field name is the REAL name, try to match getters", while...

I think the first step would be to double-check that this occurs with latest patch, 2.8.9.

Thank you for verifying this. I'll create a new issue on databind, linking to this one -- I hope this is reproducible on pure Java version.

Ok, I can not reproduce this with Java, but I do have one guess: could it be that Kotlin module might be recognizing factory method as property-based creator (one that...

Fwtw forcing mode `PROPERTIES` on Java side does produce exception that sounds similar to what was reported. So I suspect my guess is correct.

@jose-cieni-movile It does sound like heuristics to figure out mode may have backfired here, but I think the solution really is to define mode explicitly for `@JsonCreator`. As to type...

@spyro2000 Since you know how to do that and how simple it is, maybe you can submit a fix?

Dup of #409? Note that fix would be in 2.12.2.

@adrianw3 I am hoping to release 2.12.2 soon.

If Kotlin types indicate nullability, this is something that Kotlin module has to provide support for: jackson-databind has no immediate visibility to (or often, concept of) aspects of Kotlin that...