Tejaskriya commented on code in PR #7467:
URL: https://github.com/apache/ozone/pull/7467#discussion_r1859995128


##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/debug/TestLDBCli.java:
##########
@@ -19,6 +19,8 @@
 import com.fasterxml.jackson.core.type.TypeReference;
 import com.fasterxml.jackson.databind.ObjectMapper;
 import com.fasterxml.jackson.databind.ObjectWriter;
+import com.google.gson.JsonElement;
+import com.google.gson.JsonParser;

Review Comment:
   We want to use jackson instead of gson due to some issues with gson in 
java17+. Refer this jira: https://issues.apache.org/jira/browse/HDDS-10538.
   Could you please implement the logic with jackson instead?



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