You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@zookeeper.apache.org by GitBox <gi...@apache.org> on 2022/01/17 07:43:38 UTC

[GitHub] [zookeeper] eolivelli commented on a change in pull request #1787: ZOOKEEPER-4429: Update jackson-databind to 2.13.1

eolivelli commented on a change in pull request #1787:
URL: https://github.com/apache/zookeeper/pull/1787#discussion_r785704190



##########
File path: zookeeper-server/src/main/java/org/apache/zookeeper/server/admin/JsonOutputter.java
##########
@@ -19,10 +19,8 @@
 package org.apache.zookeeper.server.admin;
 
 import com.fasterxml.jackson.core.JsonGenerationException;
-import com.fasterxml.jackson.databind.JsonMappingException;
-import com.fasterxml.jackson.databind.ObjectMapper;
-import com.fasterxml.jackson.databind.PropertyNamingStrategy;
-import com.fasterxml.jackson.databind.SerializationFeature;
+import com.fasterxml.jackson.databind.*;

Review comment:
       please do not use star imports




-- 
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: notifications-unsubscribe@zookeeper.apache.org

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