You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "ctubbsii (via GitHub)" <gi...@apache.org> on 2023/03/03 14:36:01 UTC

[GitHub] [accumulo-classloaders] ctubbsii commented on a diff in pull request #19: Remove usage of deprecated AccessController

ctubbsii commented on code in PR #19:
URL: https://github.com/apache/accumulo-classloaders/pull/19#discussion_r1124541575


##########
modules/vfs-class-loader/src/test/java/org/apache/accumulo/classloader/vfs/context/ReloadingVFSContextClassLoaderFactoryTest.java:
##########
@@ -64,43 +62,37 @@ public TestReloadingVFSContextClassLoaderFactory(String dir) {
       this.dir = dir;
     }
 
+    @SuppressFBWarnings(value = "DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED",
+        justification = "Security Manager is deprecated for removal as of JDK 17")

Review Comment:
   I wonder if updating spotbugs would obviate the need for this warning.



-- 
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@accumulo.apache.org

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