rmannibucau commented on a change in pull request #908:
URL: https://github.com/apache/cxf/pull/908#discussion_r809728798
##########
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:
Sounds like the bus is passed just for the extensions so replacing it by
a `Function<Class<?>, Object>` (real extension "lookup") could make it trivial
to replace wen bus is null, no?
--
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]