Tatu Saloranta

Results 3335 comments of Tatu Saloranta

Unfortunately textual description isn't quite enough, we would need a reproduction (unit test). But quick question: title refers to both `AsDeductionTypeDeserializer` and `AsPropertyTypeDeserializer` -- but nothing in description refers to...

Quick note: first of all; thank you for reporting the issue and providing a test case. Unfortunately we would need a reproduction that does not use Lombok, since project cannot...

Also: while I don't think there is difference, trying with 2.18.0 would be good, to ensure issue has not been resolved in the latest minor version upgrade.

Ok, while @pjfanning is correct in that we are moving to Builder-based configuration, there does need to be some support for old-style direct configuration for compatibility reasons. For new functionality...

@wilkinsona I did add the obvious 2.x, non-builder mechanism (see https://github.com/FasterXML/jackson-core/issues/962), that is, `JsonFactory.setStreamReadConstraints()`. It will be in 2.15.0-rc2. Thank you for outlining this obvious (in hindsight, although I really...

Correct @wilkinsona, that's the idea.

I think this issue should be closed as the original change was done. And if there are follow-up issues, file issue in appropriate place(s).

Jackson does not offer much any global configutation, by design -- it is typically embedded as a component so global configuration tends to break usage in unintended places. So no...

@wilkinsona Thank you for pointing this out -- yeah I should pay attention to where issue exists, not just look at title & update :)

Looks promising: I'll try to review soon -- next PR on my list to handle.