Tatu Saloranta

Results 200 issues of Tatu Saloranta

(note: moved from https://github.com/FasterXML/jackson-dataformat-properties/issues/5) Comma-separated lists are quite common in property or *.ini style configuration files. The only way I found to generate/parse these with `JavaPropsMapper` is to annotate a...

Properties

Looks like I severely under-designed `StringQuotingChecker` so that: 1. Handler is not passed enough pertinent information about either output context or generator configuration 2. Handler can only give "yes"/"no" style...

yaml

(moved from: https://github.com/FasterXML/jackson-dataformat-yaml/issues/24) While Native Object Id handling works just fine in general (as well as when buffering with `TokenBuffer`), it does not work when reading contents as trees (`JsonNode`),...

yaml
has-failing-test

(moved from https://github.com/FasterXML/jackson-dataformat-csv/issues/116 by @georgewfraser) When writing arrays to CSV, if there is a null, columns get written out of order. Reproduced in 2.7.1 with this test: https://gist.github.com/georgewfraser/164647fbaca61aadf9ee : ```java...

csv
has-failing-test

Looks like a very simple case of using `MappingIterator` with "untyped" type of `String[]` fails to properly detect end of input.

csv

(see #132 for background) So: handling of a single physical document containing multiple logical documents is quite specific in that one has to use `mapper.readValues()` to deal with it, and...

yaml
good first issue
documentation

(note: lots of background, and follow-up for #98) So: handling of YAML Anchors, References, is problematic since: JSON has no directly equivalent notion. And although similar logical concept has been...

yaml

(from https://github.com/FasterXML/jackson-dataformat-csv/issues/141 by @jefferyyuan) It's common that we use multiple-characters delimiter to separate columns in CVS: such as: [|] Sometimes, we have no choice as third-party defines the csv format...

csv

(note: follow up to #98) Since `SnakeYAML` provides information on anchors, references, and since it can natively resolve these in some modes, it might be worth looking to see if...

yaml
3.x

Since Mongo(DB) defines a set of extensions ("shell mode" -- see https://docs.mongodb.com/manual/reference/mongodb-extended-json/), and since support for reading such "enhanced" content seems sparse, it seems useful to add a backend to...

mongo