epugh commented on code in PR #2120: URL: https://github.com/apache/solr/pull/2120#discussion_r1417852787
########## gradle/testing/randomization/policies/solr-tests.policy: ########## @@ -100,6 +100,9 @@ grant { permission java.lang.RuntimePermission "loadLibrary.jaas"; permission java.lang.RuntimePermission "loadLibrary.jaas_unix"; permission java.lang.RuntimePermission "loadLibrary.jaas_nt"; + // needed by ONNX integration (TODO: there is a cleaner way to handle this) Review Comment: I tried doing the incidivual permissions, and collapsed under the effort ;-). at least this points the way! -- 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...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org