reta commented on a change in pull request #908:
URL: https://github.com/apache/cxf/pull/908#discussion_r807908124
##########
File path:
rt/frontend/simple/src/main/java/org/apache/cxf/endpoint/dynamic/TypeClassInitializer.java
##########
@@ -50,6 +50,15 @@
boolean isFault;
Bus bus;
+ @Deprecated // CXF-8658
+ public TypeClassInitializer(ServiceInfo serviceInfo,
Review comment:
@rmannibucau afaik does not exist anymore, `ExceptionCreator` is
replaced by `ExceptionClassGenerator` which also needs `bus` ... (because of
ASM Helper).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]