Tatu Saloranta

Results 2493 comments of Tatu Saloranta

Another thought here: does Kotlin module provide custom `AccessorNamingStrategy` (added in Jackson 2.12)? If it doesn't (and I think it doesn't), it could provide one to customize handling for Kotlin...

The problem with doing it for all is that semantics of JAva POJOs, Scala Objects and Kotlin Objects vary to some degree. So the applies-to-all solution will never work exactly...

@dinomite looks like `src/test/kotlin/com/fasterxml/jackson/module/kotlin/test/github/failing/Github335.kt` is "failing to fail" (I think?) on 2.12... was mentioned in context of #182 / #419.

Good question. If it is possible to reproduce the problem with just Java, it belongs either on XML module or `jackson-databind`. I would guess it would probably be XML-specific.

@ming0804 Did you create a reproduction test case as requested? Copying from a set of screenshots is unnecessary work and a self-contained unit test would be much preferred. You may...

I can't say for sure whether this would work with Kotlin module, but if you could do the same for plain old `jackson-databind`, that'd be something I could get merged...

For sake of completeness: yes, 2.14 is to be used in this particular case, just to minimize chance of regression for 2.13.

I have no idea unfortunately. I do not know how Kotlin works, or expects things to work. Perhaps @apatrida does. For me Java equivalent version would be needed; exception message...

@apatrida Ok; could you please file an issue for JAXB annotations module? I can do that for 2.10, can not change in patch release.

@nilswieber Or `@JsonProperty("cCase")`