aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-0412-18/+18
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-0412-18/+18
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-0212-18/+18
* Revert "Revert "Let list handling catch up with Java 17""Henning Baldersheim2022-12-021-15/+13
* Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-021-13/+15
* Let list handling catch up with Java 17Henning Baldersheim2022-12-021-15/+13
* Reduce the simple usage of guava where java has caught upHenning Baldersheim2022-11-3025-325/+97
* Move ArchiveStreamReader and its large dependency from vespajlib to applicati...Henning Baldersheim2022-11-263-351/+0
* Faster controller-server unit testsjonmv2022-11-251-0/+1
* Add commentHenning Baldersheim2022-11-211-0/+5
* Wrap openhft in vespajlib to contain dependency.Henning Baldersheim2022-11-211-0/+9
* Exclude transitive depsJon Bratseth2022-11-211-0/+10
* Use dependency management, and add excludes where needed.Henning Baldersheim2022-11-211-3/+0
* Hash using xxh3Jon Bratseth2022-11-211-0/+5
* Improve equals (#24917)Jon Marius Venstad2022-11-181-3/+5
* fix typo invokation -> invocationThinh Bui2022-11-141-1/+1
* Revert "Merge pull request #24781 from vespa-engine/revert-24777-jonmv/reappl...jonmv2022-11-074-2/+64
* Revert "Jonmv/reapply app streams"Jon Marius Venstad2022-11-074-64/+2
* Revert "Merge pull request #24763 from vespa-engine/jonmv/revert-streams"jonmv2022-11-074-2/+64
* Revert "Merge pull request #24725 from vespa-engine/jonmv/application-package...jonmv2022-11-042-55/+2
* Revert "Merge pull request #24762 from vespa-engine/jonmv/memoize"jonmv2022-11-042-9/+0
* Update ABI specValerij Fredriksen2022-11-041-0/+1
* Memoize deployment datajonmv2022-11-041-0/+8
* Use ApplicationPackgeStream for deploymentsjonmv2022-11-031-0/+53
* Non-functional changesjonmv2022-11-031-2/+2
* Merge pull request #24586 from vespa-engine/jonmv/use-classes-as-keysJon Marius Venstad2022-11-013-10/+102
|\
| * Apply suggestions from code reviewJon Marius Venstad2022-11-012-1/+5
| * Remove weak-refsjonmv2022-10-261-6/+3
| * Test caching negative results, and invoke callback for those toojonmv2022-10-262-2/+13
| * Add unit test for method cachejonmv2022-10-262-0/+72
| * Cache negative results as welljonmv2022-10-261-8/+6
| * Use weakly wrapped composite valuesjonmv2022-10-261-9/+15
| * Clear entire cache on class mismatchjonmv2022-10-251-1/+1
| * Use string keys, but clear entries when new class has same namejonmv2022-10-251-3/+7
| * Use actual class, not just its name, as method cache keyjonmv2022-10-251-3/+3
* | Merge pull request #24615 from vespa-engine/hakonhall/coresapihandlerHåkon Hallingstad2022-10-272-54/+36
|\ \ | |/ |/|
| * Add JSON normalize method to test helperHåkon Hallingstad2022-10-271-4/+0
| * Remove throws clauseHåkon Hallingstad2022-10-271-1/+1
| * Add some String utils in SlimeUtilsHåkon Hallingstad2022-10-272-54/+40
* | Add a hook for tracking inserts into the method cache and log whenever clone ...Henning Baldersheim2022-10-251-0/+7
* | Update ABI spec format, and update all specsjonmv2022-10-251-1230/+1230
|/
* More input tests and better error messageJon Bratseth2022-10-196-13/+32
* - Unify on the faster JsonRender. The default Value.toString has a very high ...Henning Baldersheim2022-10-182-14/+14
* - Use a common scratchpad for serializing the different parts of the query.Henning Baldersheim2022-10-121-2/+2
* Reuse scratch buffer to avoid allocating and clearing a new buffer for serial...Henning Baldersheim2022-10-121-10/+8
* - Presize array to its max size.Henning Baldersheim2022-10-121-1/+5
* Prefer ArrayList over LinkedList as it is normally faster.Henning Baldersheim2022-10-121-1/+0
* Correctly propagate argument in UncheckedInterruptedExceptionjonmv2022-10-101-1/+1
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-061-2/+2
* Simplify and unify the use of Timers.Henning Baldersheim2022-09-143-15/+30