reta commented on a change in pull request #924:
URL: https://github.com/apache/cxf/pull/924#discussion_r828027233
##########
File path: core/src/main/java/org/apache/cxf/common/jaxb/JAXBUtils.java
##########
@@ -1174,6 +1176,54 @@ private static Object createEscapeHandler(Class<?> cls,
String simpleClassName)
}
return null;
}
-
-
+ public static JAXBContext createJAXBContext(Set<Class<?>> classes,
Review comment:
@jimma sorry what is the diff between createJAXBContext and
createContext ? we probably need only one, right?
--
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]