Remove jaxws todo (#3840)

This commit is contained in:
Lauri Tulmin 2021-08-14 02:38:45 +03:00 committed by GitHub
parent 84e9d188af
commit 8dc02c6c2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -21,11 +21,6 @@ public class JaxWsServerFactoryBeanInstrumentation implements TypeInstrumentatio
@Override
public ElementMatcher<TypeDescription> typeMatcher() {
// TODO (trask) add test for Tomee JAX-WS (which is based on OpenEJB/CXF)
// in the meantime:
// it's important to instrument this underlying class, instead of
// org.apache.cxf.jaxws.EndpointImpl, because Tomee JAX-WS (which is based on OpenEJB/CXF) has
// it's own copy/variant of that class (org.apache.openejb.server.cxf.CxfEndpoint)
return named("org.apache.cxf.jaxws.JaxWsServerFactoryBean");
}