You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/06/21 02:32:36 UTC

[GitHub] [inlong] kipshi commented on a diff in pull request #4712: [INLONG-4711][Manager] Fix JSON parse failed in client

kipshi commented on code in PR #4712:
URL: https://github.com/apache/inlong/pull/4712#discussion_r902110035


##########
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/util/JsonUtils.java:
##########
@@ -50,6 +51,7 @@ public class JsonUtils {
 
     static {
         OBJECT_MAPPER.configure(SerializationFeature.FAIL_ON_EMPTY_BEANS, false);
+        OBJECT_MAPPER.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);

Review Comment:
   Very reasonable



-- 
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: commits-unsubscribe@inlong.apache.org

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