Tatu Saloranta
Tatu Saloranta
Currently parsing context at outermost (root) level does not work well with respect to logical model: we should really just have logical `Object`, and no root. Not a big deal...
(note: continuation from #93) Although coercing "undefined" into `null` token works to some degree, it seems better to allow exposing it in a way that allows caller to distinguish between...
As per title: current verifier seems to both be overly sensitive (possibly false alerts) AND also does not indicate what exactly went wrong (just that it did). It should be...
(moved from https://github.com/FasterXML/jackson-dataformat-cbor/issues/1) When `jackson-core` adds the new variant of `writeStartArray`, CBOR module should implement it, at least for cases where length is small enough and we can save one...
So: there has been a new cleaned up release of MSV, see: https://mvnrepository.com/artifact/net.java.dev.msv/msv-core/2022.7 and we should upgrade the dependency. This likely requires at least a minor version bump to `6.4.0`,...
Currently Woodstox 6.2.x only requires Java 6 for compilation and running, but time is probably ripe to move to Java 8 baseline since that is the oldest actively supported JDK/JRE...
Apparently there's a JEP to add Yet Another Set of configuration properties (to overlap with existing) ones: http://openjdk.java.net/jeps/185 and since users will be trying to use them (as per #50)...
While it is possible to configure an `XMLResolver` to use for resolving either general parsed entities, or for processing entities only relevant for DTD subsets, when parsing XML documents with...
Existing symbol-table implementation uses hashing implementation similar to default JDK `String.hashCode()`. While this has benefits like simplicity, and comparable performance to standard String hashing, there are some well-documented issues regarding...
Since this module adds support for JSON "problem" structure, as per RFC 7807: https://www.rfc-editor.org/rfc/rfc7807 it would make sense to add a link on README to make it easier to find,...