summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove support for jvmargs attribute in nodes element in services.xmlHarald Musum2022-06-087-92/+5
|
* flip two defaults for Vespa 8Arne H Juul2022-06-081-2/+2
| | | | | * no more "qrserver" service name * unwrap summary features wrapped inside in rankingExpression()
* Stop supporting top-level configserver element in services.xmlHarald Musum2022-06-082-8/+3
|
* Use DocumentOnly-fieldset by defaultTor Brede Vekterli2022-06-0812-38/+20
| | | | Also remove deprecated and unsupported header-only visitor parameter
* Remove unused fieldsJon Bratseth2022-06-083-8/+0
|
* use [document] not [all]Arne H Juul2022-06-083-7/+7
|
* Use exact document type matching semantics for C++ document selector ↵Tor Brede Vekterli2022-06-083-20/+5
| | | | implementation
* Use exact document type matching semantics for Java document selector ↵Tor Brede Vekterli2022-06-082-24/+2
| | | | implementation
* Remove support for 'aliases' elementMartin Polden2022-06-085-98/+1
|
* Remove dependency to javax.annotation-apigjoranv2022-06-081-8/+0
| | | | | - Was required by javax.ws.rs-api exceptions that are no longer thrown by this module.
* Add dependency to javax.annotation-apigjoranv2022-06-081-0/+8
| | | | | .. to avoid ClassNotFound in unit test, but probably required runtime too.
* Add temporary "fake" export for javax.annotation(.security)gjoranv2022-06-081-0/+4
| | | | - Required by org.glassfish.hk2.api and jersey-server
* Remove javax.annotation-api as provided dependency.gjoranv2022-06-086-16/+10
| | | | .. and from jdisc_core
* Move guava exclusions to parent dependencyManagementgjoranv2022-06-082-22/+27
| | | | | - Does not affect user projects, and saves us from duplicating the exclusions.
* Stop using guava-testlib for simple tests.gjoranv2022-06-084-18/+5
|
* Don't embed guava in docprocs bundle.gjoranv2022-06-081-0/+4
|
* Remove explicit operation priority from DocumentAPI session public APIsTor Brede Vekterli2022-06-088-301/+0
|
* Move exclusions from container-dep-versions to container-devgjoranv2022-06-084-19/+17
| | | | | - The exclusions in container-dep-versions would affect users that explicitly depend on guava.
* Upgrade findbugs:jsr305 and stop providing from container-devgjoranv2022-06-086-17/+13
| | | | - Version is linked to guava version (see guava-parent)
* Remove unnecessary annotations.gjoranv2022-06-082-5/+1
|
* Remove top-level <clients> element and LoadType conceptTor Brede Vekterli2022-06-0847-786/+40
| | | | | | | Load types have not been properly supported for some time, so remove the remaining API surfaces exposing them. Since load type config was the last remaining use of <clients> in services.xml, remove that one as well.
* Remove '/access'Bjørn Meland2022-06-081-1/+0
|
* Revert "Revert "Rename 'qrs' to 'access'""Bjørn Meland2022-06-083-3/+4
|
* Remove guice-multibindings, which is now empty and included ingjoranv2022-06-084-21/+1
| | | | .. the main guice artifact.
* Upgrade to guice 4.2.3 and guava 27.1gjoranv2022-06-087-6/+36
|
* Revert "Rename 'qrs' to 'access'"gjoranv2022-06-083-4/+3
| | | | This reverts commit 22ed2d2102e356396444ed5461c8bbdc77e80c4e.
* Fix TODOs for Vespa 8.Yngve Aasheim2022-06-081-41/+1
|
* Rename 'qrs' to 'access'bjormel2022-06-083-3/+4
|
* Test new language features from Java 11 to 17gjoranv2022-06-083-0/+65
| | | | - Records, switch statements and pattern matching for instanceof.
* switch default for map and wset renderingArne H Juul2022-06-082-11/+16
|
* Remove '.sum' form vds sum metrics.Henning Baldersheim2022-06-0818-2991/+277
| | | | | | | | Remove '.sum' from metric names for storage node and also remove the average metrics for the same. Remove '.sum' from distributor metrics set and remove distributor average metrics. GC '.sum' from distributor metric names. Remove '.alldisks' from metric names and update tests. GC '.alldisks' from filestor metrics.
* Remove deprecated APIs exposing Jackson typesBjørn Christian Seime2022-06-083-43/+4
|
* Remove deprecated APIs exposing Guava typesBjørn Christian Seime2022-06-0830-286/+25
|
* Remove deprecated http response metricsBjørn Christian Seime2022-06-084-9/+1
|
* use IllegalInputExceptionArne H Juul2022-06-081-1/+2
|
* GC deprecated statistics moduleHenning Baldersheim2022-06-0856-4628/+1
|
* flip defaultArne H Juul2022-06-081-1/+1
|
* Update default grouping configuration for Vespa 8Bjørn Christian Seime2022-06-081-5/+4
|
* Enable filtering 'strict-mode' by defaultBjørn Christian Seime2022-06-082-7/+45
|
* update unit testsArne H Juul2022-06-083-8/+8
|
* never use "qrserver" as service nameArne H Juul2022-06-081-1/+1
|
* Flip default from xml to json for incomming feed format.Henning Baldersheim2022-06-082-4/+3
|
* Remove 'jetty' attribute from container elementBjørn Christian Seime2022-06-083-16/+4
|
* allow empty stringArne H Juul2022-06-081-2/+6
|
* GC compression inside documentHenning Baldersheim2022-06-081-49/+1
|
* allow null pointer for summary classArne H Juul2022-06-081-1/+1
|
* just fail when unknown summary class is requestedArne H Juul2022-06-081-3/+1
|
* Remove unused test datajonmv2022-06-083-19/+0
|
* Remove compatibility translation Storage --> Content policyjonmv2022-06-081-2/+1
|
* Remove DocumentAccess.createDefaultjonmv2022-06-082-19/+1
|