summaryrefslogtreecommitdiffstats
path: root/vespaclient-core/src
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate ConfigGetterHarald Musum2022-07-071-0/+1
|
* Move and update TODO to Vespa 9gjoranv2022-06-081-1/+1
|
* Remove top-level <clients> element and LoadType conceptTor Brede Vekterli2022-06-082-53/+3
| | | | | | | 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.
* Flip default from xml to json for incomming feed format.Henning Baldersheim2022-06-081-3/+2
|
* Deprecate load types from Java APIsTor Brede Vekterli2022-04-052-3/+20
| | | | | | | | | | | Load types have not been used in practice for years, and supporting them in backend metrics etc. has long since been lacking. Prepare for removing these on Vespa 8. Most callsites are unchanged, aside from presumed safe changes such as constructors used by dependency injection. Have added new overloads without load types where these did not already exist to allow for an orderly transition.
* Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-021-0/+1
|
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-0726-26/+26
|
* Use an injected VespaDocumentAccess for streaming searchJon Marius Venstad2021-06-301-20/+3
|
* More lazy debug log message generationJon Marius Venstad2021-04-281-5/+3
|
* Use "[Content:cluster=...]" for routes instead of (only-sometimes-)generated ↵Jon Marius Venstad2021-01-051-1/+1
| | | | -direct route
* Revert "Revert "Jonmv/remove storage policy""Jon Marius Venstad2021-01-052-23/+15
| | | | This reverts commit 75b2e4c11ea6463c335f1c77dab3fdb5493e5600.
* Revert "Jonmv/remove storage policy"Jon Marius Venstad2021-01-052-15/+23
|
* Use clustername-direct routes for visitorsJon Marius Venstad2021-01-041-6/+3
|
* Replace use of [Storage... with [Content... and avoid overriding config idJon Marius Venstad2020-12-302-18/+13
|
* Add DocumentOperationParameters to document session APIJon Marius Venstad2020-09-241-1/+1
|
* Use full name in config definition file namesHarald Musum2020-09-101-0/+0
|
* LogLevel -> Level for isLoggable()gjoranv2020-04-252-2/+2
|
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-251-1/+1
|
* LogLevel.SPAM -> Level.FINESTgjoranv2020-04-251-1/+1
|
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-252-3/+3
|
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-252-2/+2
|
* GC unused codeHenning Baldersheim2020-04-231-72/+0
|
* Add timeout controlHenning Baldersheim2020-04-141-8/+0
|
* Add/corect copyright headersJon Bratseth2020-01-031-0/+1
|
* Nonfunctional changes only#Jon Bratseth2019-09-161-3/+3
|
* Revert "Handle xml feed without the wrapping <vespafeed> tag"Henning Baldersheim2019-05-011-1/+1
|
* Handle xml feed without the wrapping <vespafeed> tagHenning Baldersheim2019-05-011-1/+1
|
* Add back config fields.Henning Baldersheim2019-04-301-0/+9
|
* Merge branch 'master' into balder/gc-some-unused-optionsHenning Baldersheim2019-04-291-0/+6
|\
| * Revert "GC some options that are not used."Harald Musum2019-04-291-0/+6
| |
* | GC unused configHenning Baldersheim2019-04-293-99/+11
|/
* GC some options that are not used.Henning Baldersheim2019-04-281-6/+0
|
* Replace the multipurpose VespaXMLFeeder.Operation with more to the point ↵Henning Baldersheim2019-04-251-1/+0
| | | | classes with proper final members.
* Refactor to allow for lazy decode.Henning Baldersheim2019-04-252-5/+5
|
* Remove the tea spoon.Henning Baldersheim2019-04-231-3/+0
|
* Move the NullFeedMetric too where it is used.Henning Baldersheim2019-04-231-35/+0
|
* Some more cleanup.Henning Baldersheim2019-04-2310-339/+73
|
* Remove dependency to unmaintained metrics library and stuff only used for ↵Henning Baldersheim2019-04-239-247/+41
| | | | /feed api.
* Hmm, try to get average metric working properly....Henning Baldersheim2019-04-231-1/+1
|
* Actually use the threaded senderHenning Baldersheim2019-04-211-1/+1
|
* Avoid '*' imports.Henning Baldersheim2019-04-205-108/+11
| | | | Some minor cleanup while reading code.
* Since internals here are not thread safe we need to guard it here to.Henning Baldersheim2019-04-131-1/+1
|
* Guard metrics and GC unused codeHenning Baldersheim2019-04-127-103/+51
|
* Remove wrong TODO - this is needed for vespafeederJon Bratseth2019-01-211-1/+0
|
* Remove spooler from config-modelBjørn Christian Seime2019-01-211-34/+0
|
* Nonfunctional changes onlyJon Bratseth2018-12-131-0/+1
|
* Revert "Also obey the timeout."Harald Musum2018-10-296-23/+10
|
* Also obey the timeout.Henning Baldersheim2018-10-296-10/+23
|
* Catch and abort on NullPointerException.Henning Baldersheim2018-10-291-0/+3
|