Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix weird panama integration failure (#96715)
# The issue: VectorUtil will Load the Panama Vector incubator module if users have it enabled. However, if the first time its loaded is in a restricted security context, it will fail. There are two issues: - Accessing the Log4j logger (see related: #93714) - The JDK leaking privileged access via [JDK-8309727 ](https://bugs.openjdk.org/browse/JDK-8309727) # The fix: Eagerly load the module if supported through combining apache/lucene#12362 with `org.elasticsearch.bootstrap.Elasticsearch#ensureInitialized.`
- Loading branch information