summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-06-06 19:43:15 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:30 +0200
commit8d6f093b172ef6001d24dd39c51338b9f7943fc3 (patch)
tree213b24456e16ebcb3ee4eeba5b8eff326480cfb7 /config-model
parenta3836826938bd0414a611c79beadeedd644c6fb0 (diff)
Remove on Vespa 8
Diffstat (limited to 'config-model')
-rwxr-xr-xconfig-model/src/main/java/com/yahoo/vespa/model/container/ContainerCluster.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/config-model/src/main/java/com/yahoo/vespa/model/container/ContainerCluster.java b/config-model/src/main/java/com/yahoo/vespa/model/container/ContainerCluster.java
index e9bf65cda2d..79412368eae 100755
--- a/config-model/src/main/java/com/yahoo/vespa/model/container/ContainerCluster.java
+++ b/config-model/src/main/java/com/yahoo/vespa/model/container/ContainerCluster.java
@@ -171,11 +171,6 @@ public abstract class ContainerCluster<CONTAINER extends Container>
componentGroup = new ComponentGroup<>(this, "component");
addCommonVespaBundles();
-
- // TODO Vespa 8: remove LoggingRequestHandler.Context component if we can break binary compatibility
- // (ThreadedHttpRequestHandler.Context is source compatible.)
- addSimpleComponent("com.yahoo.container.jdisc.LoggingRequestHandler$Context");
-
addSimpleComponent(AccessLog.class);
addComponent(new DefaultThreadpoolProvider(this, defaultPoolNumThreads));
addSimpleComponent(com.yahoo.concurrent.classlock.ClassLocking.class);