summaryrefslogtreecommitdiffstats
path: root/container-core/src/test/java/com
Commit message (Collapse)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
| | | | Also remove some deprecated methods in ConfigGetter
* 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
| | | | | Add the new metrics to improve observability of container threadpools. These will be included in the updated container tuning docs.
* Improve class names for the container threadpoolsBjørn Christian Seime2022-04-191-4/+4
|
* Revert "Merge pull request #22072 from ↵jonmv2022-04-091-3/+3
| | | | | | | vespa-engine/jonmv/unify-hostname-classes" This reverts commit 87e5b33c003d07ca585d73e0166857fe22b4c16f, reversing changes made to 80b96d32550ae0df59572a58cd62f507e8068c2c.
* Revert "Merge pull request #22068 from ↵jonmv2022-04-081-3/+3
| | | | | | | vespa-engine/jonmv/unify-hostname-classes" This reverts commit 8aa4c83df5ce7843c040afa41706fcc7c3afd030, reversing changes made to f95ad44fae879da9db19f73eabe62c53baeb0c36.
* Revert "Merge pull request #22065 from ↵jonmv2022-04-081-3/+3
| | | | | | | vespa-engine/revert-22049-jonmv/unify-hostname-classes" This reverts commit 4ffc54339186574491a32b3166223c3fc50ba8fe, reversing changes made to db9e570a36decb24e6cb13f44bd0ff444ab762e3.
* 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 ↵jonmv2022-04-081-3/+3
| | | | assertions
* 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
| | | | and query
* 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
| | | | | * when comparing the "real" filenames for two paths, we must take care to apply toRealPath() for both of them.
* Deprecate method leaking GuiceBjørn Christian Seime2022-02-083-16/+0
|
* Reapply "Shutdown reconfiguration thread in a more controlled way ↵Bjørn Christian Seime2022-02-071-3/+3
| | | | [run-systemtest]""
* Revert "Shutdown reconfiguration thread in a more controlled way ↵Bjørn Christian Seime2022-02-071-3/+3
| | | | [run-systemtest]"
* Shutdown reconfiguration thread in a more controlled wayBjørn Christian Seime2022-02-041-3/+3
| | | | Use interrupts is a horrible mechanism as we cannot control which part of the code receives the signal.
* 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
|