lewismc commented on a change in pull request #417: URL: https://github.com/apache/tika/pull/417#discussion_r769277762
########## File path: tika-server/src/main/java/org/apache/tika/server/mbean/ServerStatusExporter.java ########## @@ -0,0 +1,66 @@ +package org.apache.tika.server.mbean; Review comment: Missing license header? ########## File path: tika-server/src/main/java/org/apache/tika/server/mbean/ServerStatusExporterMBean.java ########## @@ -0,0 +1,44 @@ +package org.apache.tika.server.mbean; Review comment: Missing license header? ########## File path: tika-server/src/main/java/org/apache/tika/server/TikaServerCli.java ########## @@ -70,6 +72,8 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; +import javax.management.*; Review comment: I would remove wildcard 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: dev-unsubscr...@tika.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org