aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/main/java/com/yahoo/document/json/JsonReader.java
Commit message (Expand)AuthorAgeFilesLines
* Avoid methods deprecated in jackson 2.17.1Henning Baldersheim2024-05-061-2/+2
* Revert "Update jackson2.vespa.version to v2.17.0"Henning Baldersheim2024-05-061-2/+2
* Avoid deprecated methods.Henning Baldersheim2024-05-061-2/+2
* Use full author nameHarald Musum2024-04-241-1/+1
* Revert "Revert "Jonmv/reapply leaner token buffer""Tor Brede Vekterli2024-01-261-1/+79
* Revert "Jonmv/reapply leaner token buffer"Jon Marius Venstad2024-01-261-79/+1
* Check for "fields" fieldjonmv2024-01-261-1/+2
* Handle other fields in streaming document JSON parsingjonmv2024-01-261-19/+47
* Revert "Merge pull request #30067 from vespa-engine/revert-30038-jonmv/leaner...jonmv2024-01-261-1/+50
* Revert "Jonmv/leaner token buffer"Jon Marius Venstad2024-01-251-50/+1
* Add new LazyTokenBuffer, and wire it into existing tensor parse testsjonmv2024-01-241-1/+50
* Update copyrightJon Bratseth2023-10-091-1/+1
* Revert "Bratseth/restore signature"Arnstein Ressem2022-10-201-6/+1
* Restore legacy signatureJon Bratseth2022-10-171-2/+7
* No functional changesJon Bratseth2022-10-171-1/+1
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-061-11/+12
* Add option to ignore undefined fieldsJon Bratseth2022-07-041-2/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Move un-exported enum to exported packageJon Marius Venstad2020-10-021-1/+1
* Nonfunctional changes onlyJon Bratseth2019-05-171-0/+1
* Revert "Merge pull request #9207 from vespa-engine/revert-9204-bratseth/docum...Jon Bratseth2019-04-291-8/+7
* Revert "Separate user and system exceptions"Harald Musum2019-04-271-7/+8
* Separate user and system exceptionsJon Bratseth2019-04-261-8/+7
* GC unused codeHenning Baldersheim2019-04-241-1/+0
* More document JSON validation to improve error messagesJon Bratseth2018-05-251-1/+0
* JSON feed validation WIPJon Bratseth2018-05-231-0/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Change fieldpath formatfreva2017-02-171-4/+4
* Code review cleanup.Haakon Dybdahl2017-02-131-2/+1
* Move logic around.Haakon Dybdahl2017-02-101-129/+8
* Code review fixesfreva2017-02-101-0/+4
* Added verifyEndState for fieldpaths readfreva2017-02-101-5/+6
* Merge branch 'master' into freva/fieldpath-parsingfreva2017-02-101-7/+7
|\
| * Code review improvements.Haakon Dybdahl2017-02-101-2/+1
| * Merge the two document parsers into one.Haakon Dybdahl2017-02-101-7/+8
* | Implemented parsing of JSON FieldPathUpdatefreva2017-02-101-7/+13
|/
* Set end of feed on errors.Haakon Dybdahl2017-02-091-10/+21
* Revert "Revert "Dybdahl/refactor json reader""Haakon Dybdahl2017-02-091-571/+47
* Revert "Dybdahl/refactor json reader"Haakon Dybdahl2017-02-091-47/+571
* Remove dependency to JsonReader.Haakon Dybdahl2017-02-091-10/+6
* Clean up buffer fill a bit.Haakon Dybdahl2017-02-091-11/+3
* Move more things around.Haakon Dybdahl2017-02-091-75/+13
* Make the API we need for later, and clean up a bit.Haakon Dybdahl2017-02-091-9/+1
* Move stuff around, not perfect yet..Haakon Dybdahl2017-02-091-489/+35
* Make metohds static so they can be moved..Haakon Dybdahl2017-02-091-20/+21
* Move token buffer to parse info.Haakon Dybdahl2017-02-091-75/+86