You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by is...@apache.org on 2020/06/27 12:30:20 UTC

[lucene-solr] branch branch_8x updated: Revert "SOLR-14598: Granting reflection access for using annotations in SOLR-14404"

This is an automated email from the ASF dual-hosted git repository.

ishan pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 2522292  Revert "SOLR-14598: Granting reflection access for using annotations in SOLR-14404"
2522292 is described below

commit 2522292b04aed2a776d1d2b67a326e3fdee8b304
Author: Ishan Chattopadhyaya <is...@apache.org>
AuthorDate: Sat Jun 27 17:59:16 2020 +0530

    Revert "SOLR-14598: Granting reflection access for using annotations in SOLR-14404"
    
    This reverts commit e6ffa8e9e263a0251202f2ca1bbd3a47cc8c2727.
---
 solr/server/etc/security.policy | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/solr/server/etc/security.policy b/solr/server/etc/security.policy
index aa56a31..bcf82b9 100644
--- a/solr/server/etc/security.policy
+++ b/solr/server/etc/security.policy
@@ -164,9 +164,6 @@ 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