summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/test/java/com/yahoo/text
Commit message (Collapse)AuthorAgeFilesLines
* Fix parsing of array query properties in JSON payloadJon Bratseth2019-03-071-0/+14
| | | | | | | | | These were translated to request properties by calling asString on the payload, which returns an empty value for arrays. toString returns the correct value. This also improves error messages for Slime JSON parsing of queries, and in general.
* Remove deprecated LanguageHacks.gjoranv2019-01-211-28/+0
|
* Remove deprecated DoubleParser.gjoranv2019-01-211-159/+0
|
* Remove deprecated DoubleFormatter with tests.gjoranv2019-01-212-329/+0
|
* Add copyright headerJon Bratseth2018-10-011-0/+1
|
* Ensure that you can not trick invalid characters past the text verification ↵Henning Baldersheim2018-09-191-4/+12
| | | | in stringfieldvalue.
* Fix author tag for SimonBjørn Christian Seime2018-07-051-1/+1
|
* mark obsolete classes as DeprecatedArne Juul2018-06-253-0/+3
|
* use standard methods in Double Parser and FormatterArne Juul2018-06-251-7/+7
| | | | | | * in newer Java versions there is no longer contention around the powers-of-5 tables in floating-point formatting and parsing, so we don't need to have our own implementation anymore.
* Remove usage of apis deprecated in Java 9.gjoranv2018-04-261-2/+3
|
* Add stripInvalidCharactersJon Bratseth2018-04-061-0/+41
|
* Nonfunctional changes onlyJon Bratseth2018-01-151-1/+2
|
* Update copyright headersJon Bratseth2017-06-1426-26/+26
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1426-26/+26
|
* Update copyright headersJon Bratseth2017-06-1426-26/+26
|
* Revert "Copyright header"Jon Bratseth2017-06-1326-26/+26
|
* Copyright headerJon Bratseth2017-06-1326-26/+26
|
* Merge pull request #19 from yahoo/bratseth/use-github-name-in-authorHenning Baldersheim2016-06-176-6/+6
|\ | | | | Use github name in @author
| * Use github name in @authorJon Bratseth2016-06-166-6/+6
| |
* | User: balder -> @author baldersheimHenning Baldersheim2016-06-174-20/+4
|/
* PublishJon Bratseth2016-06-1526-0/+3707