aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/processing
Commit message (Expand)AuthorAgeFilesLines
* Use a common map for getters and settersHenning Baldersheim2023-08-021-1/+1
* Use a map of setter lambdas.Henning Baldersheim2023-08-021-5/+5
* No functional changesJon Bratseth2023-06-142-4/+2
* Use List.ofJon Bratseth2023-06-131-2/+1
* Non-functional changes onlyJon Bratseth2023-06-133-11/+11
* Honour the cache recursivelyHenning Baldersheim2023-03-301-12/+31
* Use CompoundName.from for handler parameters too.Henning Baldersheim2023-03-291-4/+3
* Use CompoundName.from in tests and construction of static objects.Henning Baldersheim2023-03-294-11/+10
* Update ABIHenning Baldersheim2023-03-291-0/+4
* Stay with from.Henning Baldersheim2023-03-291-5/+0
* Add a general cache for compound namesHenning Baldersheim2023-03-281-2/+20
* CompoundName.first(int n) is called multiple time from QueryProfileProperties...Henning Baldersheim2023-03-271-8/+14
* Revert "Disallow incremental non-exclusive container allocation"Valerij Fredriksen2023-03-221-1/+1
* Disallow incremental non-exclusive container allocationJon Bratseth2023-03-211-1/+1
* Upgrade apache 5.1 => 5.2 and add deprecation suppressions.Henning Baldersheim2023-01-261-2/+1
* Move com.yahoo.processing.test to test scopeHenning Baldersheim2023-01-242-587/+0
* Render completely when the response is malformedJon Bratseth2022-12-091-3/+7
* Revert "Revert "Let list handling catch up with Java 17""Henning Baldersheim2022-12-021-4/+3
* Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-021-3/+4
* Let list handling catch up with Java 17Henning Baldersheim2022-12-021-4/+3
* Remove now redundant try-catchjonmv2022-10-251-14/+2
* Add a hook for tracking inserts into the method cache and log whenever clone ...Henning Baldersheim2022-10-251-1/+1
* Fall back to comparing exception messagejonmv2022-10-251-1/+3
* Optimize CompoundName.first with 0 elements to return CompoundName.empty.Henning Baldersheim2022-10-111-0/+2
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-061-1/+1
* ClassCastException will be wrapped in an IllegalArgumentExceptionjonmv2022-09-081-1/+4
* Clone map with sufficient initial sizeJon Bratseth2022-08-282-13/+5
* Remove printlnJon Bratseth2022-08-261-1/+0
* Fastpast HashMap and HashSetJon Bratseth2022-08-261-1/+8
* Wire in query parameter profileDepth to control how deep down in the depency ...Henning Baldersheim2022-08-251-4/+3
* removal suppressionHenning Baldersheim2022-08-252-15/+9
* If you get a ClassCastException when doing clone by reflection it might be th...Henning Baldersheim2022-08-252-7/+24
* Rewrite to use native arrays instead of List<String> => Cpu cost cut in half.Henning Baldersheim2022-06-301-19/+56
* Join 2 testcases for CompoundName.Henning Baldersheim2022-06-291-7/+7
* Use List.of/copyOf instead of ImmutableList.Henning Baldersheim2022-06-291-16/+10
* Use Inject annotation from 'annotations'Bjørn Christian Seime2022-06-092-2/+2
* Remove deprecated APIs exposing Guava typesBjørn Christian Seime2022-06-088-79/+4
* Resolve rank profile inputsJon Bratseth2022-04-211-65/+39
* Set both profile and source info firstJon Bratseth2022-04-111-0/+2
* Validate query feature tensor typesJon Bratseth2022-03-291-1/+1
* No functional changesJon Bratseth2022-03-231-1/+1
* Deprecate LoggingRequestHandler (replaced by ThreadedHttpReqHndlr)gjoranv2022-01-181-0/+1
* Keep LoggingRequestHandler as base class for public api handlers.gjoranv2022-01-171-2/+2
* Extend ThreadedHttpReqHndlr instead of deprecated LoggingReqHndlrgjoranv2022-01-171-2/+2
* Rename method 'future' => 'completedFuture'Bjørn Christian Seime2021-12-084-7/+7
* Rename method 'future' => 'completeFuture'Bjørn Christian Seime2021-12-085-9/+9
* Deprecate methods using Guava ListenableFutureBjørn Christian Seime2021-12-089-66/+125
* Deprecate public APIs using Guava's ListenableFutureBjørn Christian Seime2021-12-064-28/+53
* Add custom `@Beta` annotationBjørn Christian Seime2021-12-031-1/+1
* If execution is rejected, fall back to doing it yourself.Henning Baldersheim2021-10-071-2/+10