aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
* Update to latest ph-javacc-maven-plugin.gjoranv2018-12-061-4/+4
| | | | | | | | | - Update FastCharStream method names to follow changes in generated CharStream class. - Update expected test output due to improvements in generated code. - Improve ability to debug tests by more clearly printing out the diff between expected and actual output.
* Revert "Revert "Always output tensor type in toString""Jon Bratseth2018-11-295-18/+18
|
* Revert "Always output tensor type in toString"Håkon Hallingstad2018-11-295-18/+18
|
* Always output tensor type in toStringJon Bratseth2018-11-285-18/+18
| | | | | This allows us to always restore a tensor accurately from its toString form.
* Java type only interface between imported-models and config modelsJon Bratseth2018-11-251-1/+1
| | | | | | | This avoids class incompatibility problems when passing an imported model across bundle boundaries to a config model. Tensor string parsing has been sped up as this relies on it more.
* Address reviewJon Marius Venstad2018-10-311-0/+8
|
* Move classes in com.yahoo.security to security-utilsBjørn Christian Seime2018-10-1910-524/+0
|
* Revert "Move classes in com.yahoo.security to security-utils"Harald Musum2018-10-1910-0/+524
|
* Move classes in com.yahoo.security to security-utilsBjørn Christian Seime2018-10-1710-524/+0
|
* Use full nameHarald Musum2018-10-032-2/+2
|
* Add copyright headerJon Bratseth2018-10-015-1/+6
|
* Just accept that the file being dropped does not exist. Also sync the file ↵Henning Baldersheim2018-09-261-0/+1
| | | | before the dropping it.
* Revert "Revert "Balder/add native fadvise""Henning Baldersheim2018-09-261-0/+34
|
* Revert "Balder/add native fadvise"Jon Marius Venstad2018-09-261-34/+0
|
* Remove empty linesHenning Baldersheim2018-09-261-2/+0
|
* Do not expose error.Henning Baldersheim2018-09-261-10/+11
| | | | Drop from cache after rotation.
* USE jna to provide access to native fadvise system callHenning Baldersheim2018-09-261-0/+35
|
* Ensure that you can not trick invalid characters past the text verification ↵Henning Baldersheim2018-09-191-4/+12
| | | | in stringfieldvalue.
* Support PEM serialization of EC private keysBjørn Christian Seime2018-09-111-1/+11
|
* Add type representing generic TLS config for VespaBjørn Christian Seime2018-09-101-0/+24
|
* Make serial number a BigInteger to allow for >64-bit valuesBjørn Christian Seime2018-09-033-4/+7
|
* Use distinct subject namesBjørn Christian Seime2018-09-031-2/+2
|
* Fix typo in name of enum constantBjørn Christian Seime2018-09-031-1/+1
|
* Use elliptic curve crypto to speed up unit testsBjørn Christian Seime2018-08-309-27/+57
| | | | | | - Fix generating csr with EC - Add unit test of extracting EC public key from private key - Test X509CertificateBuilder using both RSA and EC
* Copy security related utility classes from vespa-athenz to vespajlibBjørn Christian Seime2018-08-309-0/+456
| | | | - The clones in vespa-athenz will be removed in the future
* Fix author tag for SimonBjørn Christian Seime2018-07-0510-10/+10
|
* Replace 'tonytv' with full name in author tagsBjørn Christian Seime2018-07-052-2/+2
|
* add unit test and fix decoding of unicode escapesArne Juul2018-07-041-0/+9
|
* Java 10: Override new method Reader.transferTogjoranv2018-06-291-1/+2
| | | | | * Commented, as it doesn't compile with JDK <10 + fix imports
* 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.
* set-node-state timeout in CCHåkon Hallingstad2018-06-221-2/+15
|
* Remove unused WallClockSource from package to exportHåkon Hallingstad2018-06-222-87/+1
|
* Revert "Revert "Move TimeBudget to vespajlib and use Clock""Håkon Hallingstad2018-06-221-0/+40
|
* Revert "Move TimeBudget to vespajlib and use Clock"Harald Musum2018-06-211-40/+0
|
* Use UncheckedTimeoutException from guavaHåkon Hallingstad2018-06-211-1/+2
|
* Use ManualClock and remove Unchecked prefixHåkon Hallingstad2018-06-211-6/+7
|
* Move TimeBudget to vespajlib and use ClockHåkon Hallingstad2018-06-211-0/+38
|
* Validate that tensor dimensions and labbels are identifiersJon Bratseth2018-06-061-0/+40
|
* Add and update benchmarkJon Bratseth2018-05-232-9/+99
|
* use VESPA_HOSTNAME or "localhost" onlyArne Juul2018-05-141-5/+0
|
* Use new junit APIJon Bratseth2018-05-0711-85/+196
|
* Merge pull request #5783 from vespa-engine/hakonhall/procedural-editorHåkon Hallingstad2018-05-071-0/+21
|\ | | | | Procedural editor
| * Move Comparables to vespajlibHåkon Hallingstad2018-05-061-0/+21
| |
* | Use new junit APIJon Bratseth2018-05-0411-157/+206
| |
* | Remove CachingSearcher and its Cache with SizeCalculatorgjoranv2018-05-042-375/+0
| | | | | | | | | | | | | | | | - The SizeCalculator uses recursive reflective calls in the object tree, and attempts illegal access to e.g. java.lang.module classes on Java 9+. With this access explicitly allowed via "--add-opens" the calculator returns a much larger size than the actual size of the object.
* | Merge pull request #5720 from vespa-engine/gjoranv/java9-prep-03gjoranv2018-04-267-12/+19
|\ \ | | | | | | Gjoranv/java9 prep 03
| * | Fix wrong javadoc tag.gjoranv2018-04-261-1/+1
| | |
| * | Remove usage of apis deprecated in Java 9.gjoranv2018-04-266-11/+18
| |/
* / Remove vespajlib:Utilgjoranv2018-04-261-29/+0
|/ | | | - Vespa no longer supports Java 6 or older.