smiklosovic commented on code in PR #3898:
URL: https://github.com/apache/cassandra/pull/3898#discussion_r1965242541


##########
src/java/org/apache/cassandra/security/ThreadAwareSecurityManager.java:
##########
@@ -216,6 +214,7 @@ public void checkPermission(Permission perm)
 
         // required by JavaDriver 2.2.0-rc3 and 3.0.0-a2 or newer
         // code in com.datastax.driver.core.CodecUtils uses Guava stuff, which 
in turns requires this permission
+        // Evaluate removing this once the driver is removed as a dependency 
(see CASSANDRA-20326).

Review Comment:
   @tolbertam prefix it with `TODO` maybe? Ides (idea) will mark it with a 
different color when detected as TODO so it catches an eye.



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