reta commented on a change in pull request #387: [CXF-7640] Create a form to
set the use of Spring in the classHelper …
URL: https://github.com/apache/cxf/pull/387#discussion_r175261437
##########
File path: core/src/main/java/org/apache/cxf/common/util/ClassHelper.java
##########
@@ -28,9 +28,15 @@
*
*/
public class ClassHelper {
+
+ public static final String USE_DEFAULT_CLASS_HELPER =
"org.apache.cxf.useDefaultClassHelper";
Review comment:
Could you please rename it to `org.apache.cxf.useDefaultClassHelpers` to
follow similar `Spring` property name, thanks.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services