dweiss commented on PR #13146:
URL: https://github.com/apache/lucene/pull/13146#issuecomment-1977178170

   Things like this:
   ```
           at java.base/java.lang.reflect.Method.setAccessible(Method.java:196)
           at 
junit@4.13.1/org.junit.runners.model.FrameworkMethod.<init>(FrameworkMethod.java:35)
           at 
randomizedtesting.runner@2.8.1/com.carrotsearch.randomizedtesting.RandomizedRunner.wrapMethodRules(RandomizedRunner.java:1064)
           at 
randomizedtesting.runner@2.8.1/com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:952)
   ```
   will be very difficult to predict - the runner interacts closely with junit 
in so many places that I think granting it a permission for reflection will be 
an easier workaround than trying to figure out where such calls can be made 
from within junit...
   
   I'm also surprised none of the gradle callbacks violate the security 
permissions. Could it be that I stopped on that breakpoint in gradle's 
server-side code?! it is confusing.


-- 
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: issues-unsubscr...@lucene.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to