summaryrefslogtreecommitdiffstats
path: root/container-core/src/test/java/com/yahoo/container/jdisc/LoggingRequestHandlerTestCase.java
Commit message (Collapse)AuthorAgeFilesLines
* Convert container-core to junit5Bjørn Christian Seime2022-07-281-5/+5
|
* Deprecate method leaking GuiceBjørn Christian Seime2022-02-081-5/+0
|
* Extend ThreadedHttpReqHndlr instead of deprecated LoggingReqHndlrgjoranv2022-01-171-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Deprecate LoggingRequestHandler constructors taking AccessLogBjørn Christian Seime2021-01-211-8/+3
| | | | | Add replacement constructors without AccessLog. Remove use of deprecated constructors for internal handlers.
* Replace AccessLogEntry with non-blocking RequestLogEntryBjørn Christian Seime2021-01-211-61/+21
| | | | | | | Keep AccessLogEntry as interface for adding extra information in handlers, but use the new RequestLogEntry for access log serialization. Introduce new interface RequestLog that AccessLog class implements (to simplify unit testing). Rename AccessLogInterface to RequestLogHandler. Remove unused class AccessLogSampler.
* Add coverage info to access logHenning Baldersheim2019-03-121-1/+2
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* PublishJon Bratseth2016-06-151-0/+224