summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo
Commit message (Expand)AuthorAgeFilesLines
* Deprecate method leaking GuiceBjørn Christian Seime2022-02-081-5/+0
* Throw exception if subscriber is invoked after it's closedBjørn Christian Seime2022-02-071-1/+2
* Reapply "Shutdown reconfiguration thread in a more controlled way [run-system...Bjørn Christian Seime2022-02-072-2/+4
* Revert "Shutdown reconfiguration thread in a more controlled way [run-systemt...Bjørn Christian Seime2022-02-072-4/+2
* Only deconstruct components from failed graph that are newBjørn Christian Seime2022-02-071-1/+13
* Shutdown reconfiguration thread in a more controlled wayBjørn Christian Seime2022-02-042-2/+4
* Ensure instance is visible for all threadsBjørn Christian Seime2022-02-041-1/+1
* Rename and remove unnecessary parameterBjørn Christian Seime2022-02-041-13/+12
* Deconstruct partial graph if construction failBjørn Christian Seime2022-02-041-1/+9
* Filter out components not constructedBjørn Christian Seime2022-02-041-1/+4
* Merge pull request #21013 from vespa-engine/deprecate-config.subscriptionHarald Musum2022-02-024-0/+4
|\
| * Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-024-0/+4
* | Merge pull request #20960 from vespa-engine/bjorncs/connection-logØyvind Grønnesby2022-01-303-6/+42
|\ \ | |/ |/|
| * Add issuer and fingerprint of peer certificate to connection logBjørn Christian Seime2022-01-273-6/+42
* | Log time spent shutting down JettyBjørn Christian Seime2022-01-281-3/+6
|/
* Include generation number in log message for deconstructionBjørn Christian Seime2022-01-253-4/+4
* Redesign ComponentDeconstructor to start deconstruction immediatelyBjørn Christian Seime2022-01-254-6/+8
* Rename methods to 'waitForNextGraphGeneration'Bjørn Christian Seime2022-01-253-5/+5
* Reduce default timeout for metrics requests from 300s to 25s to ensure it is ...Henning Baldersheim2022-01-251-0/+12
* Delegate responsibility/timing of cleaning up old components to callerBjørn Christian Seime2022-01-253-13/+32
* Rename methods that implicitly waits for a new config generationBjørn Christian Seime2022-01-253-10/+8
* Ensure only provider shuts down the VespaDocumentAccessJon Marius Venstad2022-01-242-3/+10
* Provider is not a componentBjørn Christian Seime2022-01-211-4/+2
* Use refer() overload with contextBjørn Christian Seime2022-01-211-1/+1
* Fail-fast if reconfigurer thread is interruptedBjørn Christian Seime2022-01-211-1/+6
* Deprecate LoggingRequestHandler (replaced by ThreadedHttpReqHndlr)gjoranv2022-01-182-1/+4
* Keep LoggingRequestHandler as base class for public api handlers.gjoranv2022-01-171-2/+2
* Extend ThreadedHttpReqHndlr instead of deprecated LoggingReqHndlrgjoranv2022-01-174-12/+12
* Allow Response to populate the access log from ThreadedHttpReqHndlrgjoranv2022-01-171-1/+40
* Ensure that components configs are usedgjoranv2022-01-141-1/+15
* Inline getConfigsOptional()gjoranv2022-01-141-6/+0
* Don't expose types that are not available from other bundlesBjørn Christian Seime2022-01-112-15/+41
* Remove package-info for empty c.y.container.servlet packagegjoranv2022-01-031-7/+0
* Revert "Merge pull request #20578 from vespa-engine/revert-20568-jonmv/replac...Jon Marius Venstad2021-12-201-2/+4
* Revert "Replace optimaize with OpenNLP language detector [run-systemtest]"Jon Marius Venstad2021-12-181-4/+2
* Move model to module where it is needed, to simplify, at the cost of larger b...Jon Marius Venstad2021-12-181-3/+2
* Replace optimaize with OpenNLP language detectorJon Marius Venstad2021-12-171-2/+5
* Put back Context class to LoggingRequestHandlergjoranv2021-12-162-9/+42
* Move the Context class to ThreadedHttpRequestHandlergjoranv2021-12-162-38/+44
* Merge pull request #20512 from vespa-engine/arnej/ignore-some-user-agentsArne H Juul2021-12-152-5/+23
|\
| * keep methods package-privateArne H Juul2021-12-151-1/+1
| * minimal implementation of "ignore some user agents"Arne H Juul2021-12-142-5/+23
* | Merge pull request #20532 from vespa-engine/bjorncs/injectBjørn Christian Seime2021-12-151-2/+2
|\ \
| * | Add custom Inject annotation so Guice is not needed just for the annotationBjørn Christian Seime2021-12-151-2/+2
* | | No functional changesJon Bratseth2021-12-155-8/+13
|/ /
* | Revert "Move the Context class to ThreadedHttpRequestHandler [run-systemtest]"Harald Musum2021-12-152-44/+38
* | Move the Context class to ThreadedHttpRequestHandlergjoranv2021-12-142-38/+44
|/
* Remove unused methodBjørn Christian Seime2021-12-131-18/+0
* Remove use of deprecated methodBjørn Christian Seime2021-12-131-5/+3
* Handle write race between handler response and error responseBjørn Christian Seime2021-12-131-68/+105