Tatu Saloranta
Tatu Saloranta
Newly added "javax-money" and "moneta" modules (see #48) use Moditect to weave in `src/moditect/module-info.java`. As per https://github.com/FasterXML/jackson-future-ideas/wiki/JSTEP-11 we need to convert this (in `master` for 3.0.0) to instead directly use...
Not sure if this can be resolved well, but the way Afterburner is implemented relies on low-level overrides. Will need to solve how to properly solve.
When `ProtobufParser` reaches end of input at top level, it will both: 1. Report `JsonToken.END_OBJECT` to close root level implicit Object value 2. Call `JsonParser.close()` to close input While this...
(note: inspired by https://github.com/FasterXML/jackson-core/issues/1428) Since tag system in CBOR is extensible, users may well want to use custom tags. Although there is a very bare-bones accessibility mechanism with `CBORParser`, basically...
(from #140) StAX and StAX2 properties have remained stable over the years. But wrt the Woodstox-specific (input) properties, the following should be added [to the Wiki](https://github.com/FasterXML/woodstox/wiki/Configuring-Woodstox-III-%E2%80%90-Woodstox%E2%80%90Specific-Properties): * P_ALLOW_SURROGATE_PAIR_ENTITIES * P_MAX_DTD_DEPTH...
So, would be good to fill these 2 Wiki pages: * https://github.com/FasterXML/jackson-core/wiki/StreamReadConstraints * https://github.com/FasterXML/jackson-core/wiki/StreamWriteConstraints with basic listing of available options; copy-pasted from Javadocs as necessary.
Fixes #5152: adds a new `MapperFeature`.
A long-standing problem (I'll list a few existing issues outlining these) is that if the logical property (and matching field): 1. Starts with capitalized letter (like `"Phone"`) OR 2. Has...