File tree Expand file tree Collapse file tree
functional_test/src/test/java/com/newrelic/agent/instrumentation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212import com .newrelic .agent .instrumentation .pointcuts .frameworks .cxf .CXFInvokerPointCut ;
1313import com .newrelic .agent .instrumentation .pointcuts .frameworks .cxf .CXFPointCut ;
1414import com .newrelic .agent .instrumentation .pointcuts .frameworks .cxf .ClientProxyPointCut ;
15- import com .newrelic .agent .instrumentation .pointcuts .frameworks .spring .HandlerMethodInvokerPointCut ;
1615import com .newrelic .agent .instrumentation .pointcuts .frameworks .spring .SpringPointCut ;
1716import com .newrelic .agent .service .ServiceFactory ;
1817import org .junit .Assert ;
@@ -48,7 +47,6 @@ public void test() {
4847 // Spring
4948 new SpringPointCut (classTransformer ),
5049 // new SpringWildcardPathPointCut(classTransformer),
51- new HandlerMethodInvokerPointCut (classTransformer ),
5250 // CXF
5351 new CXFPointCut (classTransformer ),
5452 new CXFInvokerPointCut (classTransformer ),
You can’t perform that action at this time.
0 commit comments