Tatu Saloranta

Results 3333 comments of Tatu Saloranta

Chances are this is due to Kotlin module's special handling of names, attempting to follow deviations Kotlin has from Java Beans specification (and sometimes from field-first aspect). So will transfer...

Ok this is up to Kotlin module maintainers, but just quick question: would it be possible to add bit more description on usage? It sounds like this would add compatibility...

@johnowl Maybe you can explain what do you think is an issue here? I am tempted to close this because all I see are vague warnings that seem to call...

@davinkevin Jackson will internally use either `Writer` or `OutputStream` abstraction for all generation code paths, so code that only looks at APIs may deduce there is a chance of blocking....

@davinkevin interesting! That makes more sense based on your explanation. In general, I think users would be better of avoiding use of `findModules()` anyway: while it was added (despite my...

This probably needs to go under `jackson-dataformats-text` repo. But if so, would need plain Java reproduction. I suspect this is not related to Kotlin. One quick note tho: for testing,...

@dinomite Not sure if you might know what might be causing these.

Quick note: 2.9.8 is pretty old version so probably best to reproduce with 2.11.3.

I think this might be Kotlin-specific, so moving. One question: is this with Jackson 2.12(.3) or earlier? 2.12 added a few improvements to null handling, although I suspect this issue...

Couple of notes: first, use of `IterableSerializer` for `Sequence` should work fine, I think. But there are some aspects of achieving this that can get tricky, esp. regarding handling of...