summaryrefslogtreecommitdiffstats
path: root/application
Commit message (Collapse)AuthorAgeFilesLines
* Update ABI specJon Bratseth2023-03-031-1/+2
|
* Use the metric provider returned after configurationJon Bratseth2023-03-033-1/+50
|
* Truncate floating points before comparing JSONBjørn Christian Seime2023-02-282-1/+8
|
* Replace `OnnxEvaluatorCache` with OnnxRuntimeBjørn Christian Seime2023-02-272-5/+11
| | | | | | Require an `OnnxRuntime` instance to create `OnnxEvaluator` instances. Cache underlying `OrtSession` instead of `OnnxEvaluator`. Move static helpers for checking Onnx runtime availability from `OnnxEvaluator` to `OnnxRuntime`.
* Ensure all Apache HC4/5 artifacts are present on classpathBjørn Christian Seime2023-01-251-6/+5
|
* Ensure that we get latest 5.2.1 of core5.httpcore5 and core5.httpcore5-h2Henning Baldersheim2023-01-251-13/+4
|
* Avoid dependency on test code from different module.Henning Baldersheim2023-01-241-2/+21
|
* Unify on Streams.toList()Henning Baldersheim2023-01-171-3/+1
|
* Upgrade Jetty from 9.4.49 to 11.0.13Bjørn Christian Seime2023-01-131-12/+18
|
* Remove all dependencies to io.airlift:aircompressorgjoranv2023-01-031-6/+0
| | | | - Replaced by vespa/airlift-zstd
* update test, short tensors are default nowArne Juul2022-12-131-5/+5
|
* Revert "Upgrade Jetty from 9.4.49 to 11.0.12"Bjørn Christian Seime2022-11-021-18/+12
| | | | This reverts commit f1bc428759b3b1ef6a17b5dad79d237f5f2f7dbf.
* Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-11-011-12/+18
|
* Revert "Upgrade Jetty from 9.4.49 to 11.0.12"Jon Marius Venstad2022-10-311-18/+12
|
* Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-10-311-12/+18
|
* Revert "Bjorncs/jetty [run-systemtest]"Bjørn Christian Seime2022-10-281-18/+12
|
* Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-10-281-12/+18
|
* Revert "Upgrade Jetty from 9.4.49 to 11.0.12"Bjørn Christian Seime2022-10-271-18/+12
| | | | This reverts commit c095cbbf433760100e6d1bf04d88b2f6b1b710e8.
* Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-10-261-12/+18
|
* Update ABI spec format, and update all specsjonmv2022-10-251-144/+144
|
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-061-15/+15
|
* Use consistent terminologyJon Bratseth2022-09-291-10/+10
|
* Remove container-search-guiMorten Tokle2022-08-171-5/+0
|
* Add Felix Logging to container-testBjørn Christian Seime2022-08-151-0/+4
|
* Convert application to junit5Bjørn Christian Seime2022-07-2911-244/+296
|
* Rename testBjørn Meland2022-07-271-2/+1
|
* Default to empty CompiledQueryProfileRegistrybjormel2022-07-261-2/+12
|
* Add getCompiledQueryProfileRegistry() to abi-specbjormel2022-07-261-0/+1
|
* Attempt to use query profiles from applicationbjormel2022-07-265-5/+73
|
* Revert "Merge pull request #23040 from ↵Jon Bratseth2022-06-101-1/+1
| | | | | | | vespa-engine/revert-23039-bratseth/weakand-by-default-take-2" This reverts commit 4b3adbb89f52bb20f2f220fcf1480673cae0881d, reversing changes made to d204179b218af2fdf4b251ede3a465ffabbf6557.
* Revert "Bratseth/weakand by default take 2"Harald Musum2022-06-091-1/+1
|
* Revert "Merge pull request #23036 from ↵Jon Bratseth2022-06-091-1/+1
| | | | | | | vespa-engine/revert-23032-bratseth/weakand-by-default" This reverts commit 1b00635b293901abaef45aca022647c01e840b6b, reversing changes made to 0fd0ba6d04f642095e35ff828e6d7ee334a4bdb8.
* Revert "Change user query default from ALL to WEAKAND on Vespa 8"Håkon Hallingstad2022-06-091-1/+1
|
* Merge pull request #23032 from vespa-engine/bratseth/weakand-by-defaultJon Bratseth2022-06-091-1/+1
|\ | | | | Change user query default from ALL to WEAKAND on Vespa 8
| * Change user query default from ALL to WEAKAND on Vespa 8Jon Bratseth2022-06-091-1/+1
| |
* | Use Inject annotation from 'annotations'Bjørn Christian Seime2022-06-091-1/+1
|/
* Remove jdisc_jettyBjørn Christian Seime2022-06-081-9/+0
|
* Package spifly and asm dependencies into container-spifly bundleBjørn Christian Seime2022-06-081-4/+0
|
* Embed the core Jetty bundles inside container-coreBjørn Christian Seime2022-06-081-0/+45
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Revoke deprecated implementation classes in c.y.docproc from publicgjoranv2022-06-081-13/+2
|
* Don't provide any felix artifacts via 'container'gjoranv2022-06-081-0/+4
| | | | | | | | | | | | | + Stop exporting felix.log packages (org.osgi.service.log) + Completely remove felix.main (the felix launcher including everything in felix.framework). This was probably never needed by vespa. * Add explicit felix.framework dep to vespa-osgi-testrunner and standalone-container, as it's no longer included in container-dev. (The packages are still exported by jdisc_core, so imports will be generated.) * Add felix.framework to 'application', as it's needed for unit tests. * Exclude animal-sniffer-annotations from felix.framework in parent. Not needed anywhere by Vespa.
* Remove all usage and stop providing net.jcip.annotaitonsgjoranv2022-06-082-4/+0
| | | | (only provided build time, not runtime)
* Remove config version on Vespa 8Jon Bratseth2022-06-081-2/+0
|
* Remove support for jdisc tag in services.xmlHarald Musum2022-06-081-2/+1
|
* Remove on Vespa 8Jon Bratseth2022-06-082-30/+0
|
* Remove unnecessary annotations.gjoranv2022-06-082-5/+1
|
* Merge pull request #22801 from vespa-engine/jonmv/hc5-in-metrics-handlersJon Marius Venstad2022-05-311-0/+10
|\ | | | | Use hc5 in metrics handlers
| * Use hc5 in metrics handlersjonmv2022-05-311-0/+10
| |
* | Set apache http-client to test scope in application, depend on it in ↵jonmv2022-05-301-0/+1
|/ | | | container-integration-test