aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main
Commit message (Expand)AuthorAgeFilesLines
* Remove the jdisc_http_service module.gjoranv2021-03-232-0/+2
* Add main java source from jdisc_http_service.gjoranv2021-03-23113-0/+11601
* Add config defs from jdisc_http_service and container-core-configgjoranv2021-03-236-0/+268
* Create copy of default ObjectMapper instanceBjørn Christian Seime2021-03-231-1/+1
* Add getter for restapi instanceBjørn Christian Seime2021-03-231-0/+2
* Retrieve path suffix with '*'Bjørn Christian Seime2021-03-231-1/+8
* Move client builders to major specific sub packagesJon Marius Venstad2021-03-232-3/+2
* Make request content methods result in error response on parse failuresBjørn Christian Seime2021-03-222-10/+77
* Add exception variant for 'forbidden'Bjørn Christian Seime2021-03-221-0/+5
* Add constructor also taking status codeBjørn Christian Seime2021-03-191-0/+4
* Introduce simplified Rest API builder (for replacing Jax-rs ressources)Bjørn Christian Seime2021-03-193-0/+474
* Add exception type for restapi error responsesBjørn Christian Seime2021-03-191-0/+63
* Optional pretty printing + move mapper instance to separate classBjørn Christian Seime2021-03-192-8/+38
* Remove optional /api prefixValerij Fredriksen2021-03-191-0/+1
* Add copyright headersJon Bratseth2021-03-184-0/+4
* Remove com.yahoo.vespa.jdk8compatBjørn Christian Seime2021-03-101-5/+6
* Non-functional changes onlyJon Bratseth2021-03-041-1/+1
* Merge pull request #16565 from vespa-engine/gjoranv/merge-processing-into-coregjoranv2021-02-1961-0/+5522
|\
| * Add java source files from the processing module.gjoranv2021-02-1760-0/+5480
| * Add config def from the processing module.gjoranv2021-02-171-0/+42
* | Update container-core/src/main/java/com/yahoo/container/handler/LogHandler.javaHenning Baldersheim2021-02-171-1/+1
* | Update container-core/src/main/java/com/yahoo/container/handler/LogHandler.javaHenning Baldersheim2021-02-171-1/+3
* | Add proper excetion handling ensuring we are tracking pending bytes correctly.Henning Baldersheim2021-02-172-9/+19
* | Track sent and acked bytes to ensure a smooth flow of bytes not exceeding max...Henning Baldersheim2021-02-173-22/+60
|/
* Flush based on characters instead of lines to keep a small predictable memory...Henning Baldersheim2021-02-171-4/+10
* Rename field 'VOID_INSTANCE' => 'NONE_INSTANCE'Bjørn Christian Seime2021-02-151-1/+1
* Use singletons for all fallback componentsBjørn Christian Seime2021-02-151-2/+7
* Provide fallback ConnectionLog instance for all container typesBjørn Christian Seime2021-02-151-3/+0
* Merge pull request #16363 from vespa-engine/gjoranv/cleanup-StateHandlerJon Bratseth2021-02-032-26/+17
|\
| * Fix ToDos. The snapshotProvider is null checked in the ctor.gjoranv2021-02-032-12/+2
| * Throw if no snapshot provider is given.gjoranv2021-02-032-17/+19
| * Clean up unused MetricsPresentationConfiggjoranv2021-02-032-5/+4
* | Create FilterBackingRequestHandlerValerij Fredriksen2021-02-031-0/+31
|/
* Remove usage of org.jsonBjørn Christian Seime2021-02-028-214/+161
* Remove usage of org.jsonBjørn Christian Seime2021-02-021-1/+1
* Revert "Remove org.json usage [run-systemtest]"Bjørn Christian Seime2021-02-018-131/+202
* Remove usage of org.json:jsonBjørn Christian Seime2021-01-298-202/+131
* Merge pull request #16227 from vespa-engine/gjoranv/remove-StateMetricConsumergjoranv2021-01-296-175/+26
|\
| * Remove the StateMetricConsumer class and its factory.gjoranv2021-01-262-56/+0
| * Remove usage of MetricsPresentationConfig.slidingwindowgjoranv2021-01-262-7/+2
| * Update package-info description.gjoranv2021-01-261-7/+5
| * Remove metrics handling from the StateMonitor class.gjoranv2021-01-263-100/+10
| * Handle null dimensions without throwing NPE.gjoranv2021-01-252-7/+11
| * Revert "Access log optimizations [run-systemtest]"Morten Tokle2021-01-222-27/+87
* | Revert "Revert "Jonmv/reapply document protocol super config [run-systemtest]""Jon Marius Venstad2021-01-282-5/+13
* | Revert "Jonmv/reapply document protocol super config [run-systemtest]"Jon Marius Venstad2021-01-282-13/+5
* | Move new config to already used packageJon Marius Venstad2021-01-272-2/+2
* | Revert "Revert "Jonmv/document protocol super config""Jon Marius Venstad2021-01-272-5/+13
* | Revert "Jonmv/document protocol super config"Harald Musum2021-01-272-13/+5
* | Merge pull request #16089 from vespa-engine/jonmv/document-protocol-super-configJon Marius Venstad2021-01-272-5/+13
|\ \