imbajin commented on code in PR #2792:
URL: 
https://github.com/apache/incubator-hugegraph/pull/2792#discussion_r2347415618


##########
hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeFactoryAuthProxy.java:
##########
@@ -636,8 +633,10 @@ public static void optionalMethodsToFilter(String 
className, String... methodNam
         try {
             clazz = Class.forName(className);
         } catch (ClassNotFoundException e) {
-            // TODO: we just ignore the exception, change it after we drop 
Java8 support
-            LOG.warn("Skip register class {} to filter", className);
+            LOG.debug(
+                    "Internal class {} not found in this JDK implementation, 
skipping filter " +
+                    "registration",
+                    className, e);

Review Comment:
   format



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