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



##########
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:
       ```suggestion
           this(BusFactory.getDefaultBus(), serviceInfo, model, allowWr);
   ```
   I think this is the best we can do there ... :-\
   




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