You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it looks like that the _allowMultipleMatches attribute in FilteringGeneratorDelegate is not utilised (i.e. no value is assigned to this variable). Re. the documentation this attribute offers some useful functionality. So it would be nice, if it could be implemented properly. See https://groups.google.com/d/msg/jackson-user/VzZ94G9hvrs/JGFozl6lCQAJ
The text was updated successfully, but these errors were encountered:
cowtowncoder
changed the title
make use of _allowMultipleMatches in FilteringGeneratorDelegate
make use of _allowMultipleMatches in FilteringParserDelegate
Dec 12, 2015
cowtowncoder
changed the title
make use of _allowMultipleMatches in FilteringParserDelegate
Make use of _allowMultipleMatches in FilteringParserDelegateMar 22, 2016
JsonParser has not been working well with JSON Pointer for consequent multiple JSONs
when used with Jackson 2.7.4+.
For example of multiple JSONs in one stream: {"a": {"b": 1}} {"a": {"b": 2}}
It happened because Jackson 2.7.3 or earlier ignored the `allowMultipleMatches` option.
FasterXML/jackson-core#209
This commit fixes this problem by setting the option when used with Jackson 2.7.4+.
Currently, it looks like that the _allowMultipleMatches attribute in FilteringGeneratorDelegate is not utilised (i.e. no value is assigned to this variable). Re. the documentation this attribute offers some useful functionality. So it would be nice, if it could be implemented properly. See https://groups.google.com/d/msg/jackson-user/VzZ94G9hvrs/JGFozl6lCQAJ
The text was updated successfully, but these errors were encountered: