mirror of https://github.com/apache/lucene.git
SOLR-14598: Granting reflection access for using annotations in SOLR-14404
This commit is contained in:
parent
b7f8baab05
commit
e6ffa8e9e2
|
@ -167,6 +167,9 @@ grant {
|
|||
|
||||
// used by solr to create sandboxes (e.g. script execution)
|
||||
permission java.security.SecurityPermission "createAccessControlContext";
|
||||
|
||||
// Needed for annotations for V2 APIs.
|
||||
permission java.lang.RuntimePermission "accessClassInPackage.jdk.internal.reflect";
|
||||
};
|
||||
|
||||
// additional permissions based on system properties set by /bin/solr
|
||||
|
|
Loading…
Reference in New Issue