summaryrefslogtreecommitdiffstats
path: root/container-core/src/test/java/com
Commit message (Expand)AuthorAgeFilesLines
* Avoid deploying revisoins for apps without project id (no orch CD hack)jonmv2022-06-152-5/+6
* Temporarily ignore testsBjørn Christian Seime2022-06-141-0/+2
* try harder to ensure two connections get usedArne H Juul2022-06-131-1/+1
* Test seems to fail occasionally with ConnectionClosedExceptionBjørn Christian Seime2022-06-131-2/+9
* Rewrite test as hc5 is finally dealing with GOAWAY correctlyBjørn Christian Seime2022-06-131-15/+9
* GC deprecated methods and make mebers final.Henning Baldersheim2022-06-081-3/+0
* Remove on Vespa 8Jon Bratseth2022-06-081-1/+0
* Remove on Vespa 8Jon Bratseth2022-06-081-84/+0
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-081-1/+0
* Remove deprecated filter request/response APIsBjørn Christian Seime2022-06-082-40/+25
* Remove deprecated APIs exposing Guava typesBjørn Christian Seime2022-06-085-55/+14
* Remove deprecated http response metricsBjørn Christian Seime2022-06-081-2/+0
* Rewrite current 'SslContextFactoryProvider' impls to 'SslProvider'Bjørn Christian Seime2022-05-311-5/+3
* Ensure proxy-protocol is mandatory when mixed-mode is disabledBjørn Christian Seime2022-05-111-2/+20
* Destroy Jetty client after stopBjørn Christian Seime2022-05-061-0/+1
* Configure timeouts on Jetty client and add retries to access log validationBjørn Christian Seime2022-05-061-2/+15
* Misc code cleanupBjørn Christian Seime2022-05-061-13/+12
* Use renderResponseJon Bratseth2022-04-291-3/+3
* Introduce new metrics for container threadpoolBjørn Christian Seime2022-04-201-2/+4
* Improve class names for the container threadpoolsBjørn Christian Seime2022-04-191-4/+4
* Revert "Merge pull request #22072 from vespa-engine/jonmv/unify-hostname-clas...jonmv2022-04-091-3/+3
* Revert "Merge pull request #22068 from vespa-engine/jonmv/unify-hostname-clas...jonmv2022-04-081-3/+3
* Revert "Merge pull request #22065 from vespa-engine/revert-22049-jonmv/unify-...jonmv2022-04-081-3/+3
* Revert "Jonmv/unify hostname classes"Jon Marius Venstad2022-04-081-3/+3
* Use null rather than "" for no load balancer, as intended(?), and fix some as...jonmv2022-04-081-3/+3
* Use HttpURL for base url and query in StateRequestHandlerJon Marius Venstad2022-04-071-1/+1
* Resolve conflictsJon Marius Venstad2022-04-072-206/+5
* Use HttpURL.Path for Path.getRest()Jon Marius Venstad2022-04-062-4/+9
* Disallow ? and # as well, in default path segment validatorJon Marius Venstad2022-04-061-0/+16
* Simplify Path by using HttpURL.Path for segments, and adding default validationJon Marius Venstad2022-04-061-3/+6
* Remove type from HttpURL and its inner classes, and split validation of path ...Jon Marius Venstad2022-04-061-18/+21
* API brush-up, more unit test coverageJon Marius Venstad2022-04-041-3/+149
* Add HttpURL with Path and Query inner classesJon Marius Venstad2022-04-031-0/+32
* Disallow relative paths and specsMartin Polden2022-03-291-1/+27
* Remove unused optionalPrefixMartin Polden2022-03-291-13/+0
* use toRealPath for both argumentsArne Juul2022-02-171-3/+4
* Deprecate method leaking GuiceBjørn Christian Seime2022-02-083-16/+0
* Reapply "Shutdown reconfiguration thread in a more controlled way [run-system...Bjørn Christian Seime2022-02-071-3/+3
* Revert "Shutdown reconfiguration thread in a more controlled way [run-systemt...Bjørn Christian Seime2022-02-071-3/+3
* Shutdown reconfiguration thread in a more controlled wayBjørn Christian Seime2022-02-041-3/+3
* Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-021-0/+1
* Include generation number in log message for deconstructionBjørn Christian Seime2022-01-251-2/+2
* Rename methods to 'waitForNextGraphGeneration'Bjørn Christian Seime2022-01-252-3/+3
* Delegate responsibility/timing of cleaning up old components to callerBjørn Christian Seime2022-01-252-3/+7
* Rename methods that implicitly waits for a new config generationBjørn Christian Seime2022-01-252-3/+3
* Extend ThreadedHttpReqHndlr instead of deprecated LoggingReqHndlrgjoranv2022-01-171-1/+1
* Remove obsolete usage of ServletPathsConfiggjoranv2022-01-032-5/+0
* GC use of deprecated junit assertThat and unifyHenning Baldersheim2021-12-211-0/+1
* GC deprecated junit assertThat.Henning Baldersheim2021-12-2112-273/+236
* Broken pipe can be reported through SocketExceptionBjørn Christian Seime2021-12-131-1/+2