You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/07/12 16:43:15 UTC

[GitHub] [nifi] MikeThomsen commented on a change in pull request #4224: NIFI-6576 Add HTTP authentication to confluent schema registry controller

MikeThomsen commented on a change in pull request #4224:
URL: https://github.com/apache/nifi/pull/4224#discussion_r453338197



##########
File path: nifi-nar-bundles/nifi-confluent-platform-bundle/nifi-confluent-schema-registry-service/src/main/java/org/apache/nifi/confluent/schemaregistry/ConfluentSchemaRegistry.java
##########
@@ -52,6 +52,8 @@
 import java.util.concurrent.TimeUnit;
 import java.util.stream.Collectors;
 import java.util.stream.Stream;
+import java.util.regex.Pattern;
+import static org.apache.commons.lang3.StringUtils.trimToEmpty;

Review comment:
       I don't think static imports have ever been blocked by checkstyle. Is that something we need to verify as behavior?




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

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