p-szucs commented on code in PR #8298:
URL: https://github.com/apache/hadoop/pull/8298#discussion_r2906104174


##########
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/jsonprovider/JsonProviderFeature.java:
##########
@@ -28,6 +28,7 @@ public class JsonProviderFeature implements Feature {
   public boolean configure(FeatureContext context) {
     //Auto discovery should be disabled to ensure the custom providers will be 
used
     context.property(CommonProperties.MOXY_JSON_FEATURE_DISABLE, true);
+    context.property("jersey.config.jsonFeature", "JsonProviderFeature");

Review Comment:
   Thanks for the review @brumi1024,  fixed the property



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to