reta commented on a change in pull request #908:
URL: https://github.com/apache/cxf/pull/908#discussion_r828316242



##########
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,
+            S2JJAXBModel model,
+            boolean allowWr) {
+        super(serviceInfo);

Review comment:
       Suggestions are in place:
    a) change code (if possible)
    b) use `BusFactory.getDefaultBus()` 
   




-- 
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]


Reply via email to