OpenSearch/modules/lang-groovy
Yannick Welsch 380393a5b7 Add permission to access sun.reflect.MethodAccessorImpl from Groovy scripts
Groovy uses reflection to invoke closures. These reflective calls are optimized by the JVM after "sun.reflect.inflationThreshold" number of invocations.
After inflation, access to sun.reflect.MethodAccessorImpl is required from the security manager.

Closes #16536
2016-02-09 16:47:38 +01:00
..
licenses Improve thirdPartyAudit check, round 3 2015-12-28 22:38:55 -05:00
src Add permission to access sun.reflect.MethodAccessorImpl from Groovy scripts 2016-02-09 16:47:38 +01:00
build.gradle Script mode settings as booleans 2016-01-27 06:26:58 -05:00