mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
This ensures we package an aggregation zip with all artifacts we want to publish to maven central as part of a release. Running zipAggregation will produce a zip file in the build/nmcp/zip folder. The content of this zip is meant to match the maven artifacts we have currently declared as dra maven artifacts. |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
README.md |
Entitlement Bridge
This is the code called directly from instrumented methods.
It's a minimal shim that is patched into the java.base
module
so that it is callable from the class library methods instrumented by the agent.
Its job is to forward the entitlement checks to the main library,
which is loaded normally.
It is not responsible for injecting the bytecode instrumentation (that's the agent) nor for implementing the permission checks (that's the main library).