You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2022/03/16 18:37:13 UTC

[GitHub] [cxf] garydgregory commented on a change in pull request #908: [CXF-8658] CXF 3.4.5 breaks binary compatibility with 3.4.1 in TypeClassInitializer

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



##########
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:
       So... what is the plan ;-)




-- 
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: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org