aboutsummaryrefslogtreecommitdiffstats
path: root/application
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Rename the 'searchdefinition' package to 'schema'Jon Bratseth2022-05-191-1/+1
|
* Remove add-opens for unit tests that were added for NativeIOgjoranv2022-04-071-4/+0
| | | | - NativeIO now just gives a warning when failing init.
* Fix TBD comments for Processing.setDocprocServiceRegistry()gjoranv2022-03-071-2/+6
| | | | - Method will be removed
* Suppress removal warnigns for docproc APIs and add TODOs forgjoranv2022-02-281-0/+5
| | | | .. methods where no replacement is available yet.
* Skip tests if onnxruntime unavailable, part 3Harald Musum2022-02-141-0/+3
|
* Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-021-2/+0
|
* unify java warningsArne H Juul2022-01-061-7/+0
| | | | | * these were stricter than in parent, but to simplify we can just use compiler args from parent
* GC use of deprecated junit assertThat and unifyHenning Baldersheim2021-12-218-77/+52
|
* Revert "Merge pull request #20578 from ↵Jon Marius Venstad2021-12-201-11/+0
| | | | | | | vespa-engine/revert-20568-jonmv/replace-optimaize-with-lingua" This reverts commit 5476504932cd90eb2dad82dbab633e3ffa2034c3, reversing changes made to 235a78cc4707f78d18c6818a577de1b7507f5e40.
* Revert "Replace optimaize with OpenNLP language detector [run-systemtest]"Jon Marius Venstad2021-12-181-0/+11
|
* Replace optimaize with OpenNLP language detectorJon Marius Venstad2021-12-171-11/+0
|