summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17385 from vespa-engine/bjorncs/rewrite-to-request-handlerHåkon Hallingstad2021-04-135-6/+29
|\
| * Create valid builder when URI has implicit portBjørn Christian Seime2021-04-121-1/+4
| * Expose RestApi and ObjectMapper to handler implementationBjørn Christian Seime2021-04-123-1/+4
| * Add type for '409 - Conflict' + extra constructorsBjørn Christian Seime2021-04-122-4/+21
* | Merge pull request #17380 from vespa-engine/gjoranv/merge-di-into-core_2gjoranv2021-04-1329-0/+2870
|\ \ | |/ |/|
| * Add java source from container-di.gjoranv2021-04-1229-0/+2870
* | Jetty request is wrapped when filtering on jaxrs resource or servletBjørn Christian Seime2021-04-121-3/+10
* | Add HTTP/2 support to jdiscBjørn Christian Seime2021-04-1214-87/+159
|/
* Revert "Revert "Revert "Bjorncs/jdisc http2 preps [run-systemtest]"""Bjørn Christian Seime2021-04-1214-159/+87
* Revert "Revert "Bjorncs/jdisc http2 preps [run-systemtest]""Bjørn Christian Seime2021-04-1214-87/+159
* Revert "Bjorncs/jdisc http2 preps [run-systemtest]"Harald Musum2021-04-0914-159/+87
* fixup! Add HTTP/2.0 configuration of connector and connection factoriesBjørn Christian Seime2021-04-091-1/+1
* Rename HttpServletRequestUtils => RequestUtils + make HTTP/2 compatibleBjørn Christian Seime2021-04-0912-69/+82
* Add enum variant for HTTP/2.0Bjørn Christian Seime2021-04-091-1/+2
* Add HTTP/2.0 configuration of connector and connection factoriesBjørn Christian Seime2021-04-091-17/+75
* Revert "Gjoranv/merge di into core (rebased)"Harald Musum2021-04-0629-2870/+0
* Merge pull request #17263 from vespa-engine/gjoranv/merge-di-into-core_rebasedBjørn Christian Seime2021-04-0629-0/+2870
|\
| * Add java source from container-di.gjoranv2021-04-0229-0/+2870
* | Add new method QueryParameters.getStringList()Bjørn Christian Seime2021-03-262-1/+9
|/
* Add 'RequestContext.uriBuilder()'Bjørn Christian Seime2021-03-262-0/+6
* Rename class 'Uri' to 'UriBuilder'Bjørn Christian Seime2021-03-262-13/+13
* Rename 'toHttpResponse' to 'executeHandler'Bjørn Christian Seime2021-03-261-2/+2
* Be explicit if generic type is for request or response entityBjørn Christian Seime2021-03-261-12/+12
* Reorder generic types for request and response in handlerBjørn Christian Seime2021-03-262-14/+14
* Optional inject request entity to handler for POST,PUT,PATCHBjørn Christian Seime2021-03-262-128/+265
* Jdisc access log: rename 'contentSize'=>'responseSize' + add 'requestsize'Bjørn Christian Seime2021-03-254-8/+15
* Remove the jdisc_http_service module.gjoranv2021-03-231-0/+1
* Add main java source from jdisc_http_service.gjoranv2021-03-23113-0/+11601
* 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-1960-0/+5480
|\
| * Add java source files from the processing module.gjoranv2021-02-1760-0/+5480
* | 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