jerryshao commented on code in PR #4965:
URL: https://github.com/apache/gravitino/pull/4965#discussion_r1797541881


##########
server/src/main/java/org/apache/gravitino/server/GravitinoServer.java:
##########
@@ -119,6 +120,7 @@ protected void configure() {
     register(JsonParseExceptionMapper.class);
     register(JsonMappingExceptionMapper.class);
     register(ObjectMapperProvider.class).register(JacksonFeature.class);
+    property(CommonProperties.JSON_JACKSON_DISABLED_MODULES, 
"DefaultScalaModule");

Review Comment:
   Why do we need to add this, can you add some comments here?



-- 
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-unsubscr...@gravitino.apache.org

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

Reply via email to