aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test/java/com/yahoo/vespa/config/server/http/status/StatusHandlerTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Use static create methods instead of having many public constructor only ↵Henning Baldersheim2022-06-091-1/+1
| | | | used for testing.
* Extend ThreadedHttpReqHndlr instead of deprecated LoggingReqHndlrgjoranv2022-01-171-1/+1
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Move ModelFactoryRegistry out of GlobalComponentRegistryHarald Musum2021-01-211-3/+6
|
* Move secret ConfigserverConfig out of GlobalComponentRegistryHarald Musum2021-01-201-5/+5
|
* Don't test for exact version, just that we get oneHarald Musum2018-01-031-1/+1
|
* Ad some javadoc and do some minor tweaksHarald Musum2018-01-031-1/+1
|
* Rewrite status handlerHarald Musum2018-01-021-0/+40
Rewrite and simplify to use Slime and a regular handler instead of Jersey, so it's not necessary to manually update handler when config changes (which had not been done in years)