mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
The new stable plugin api will have a slightly different descriptor file format. This commit prepares for stable plugins by adding support for reading those new files. The basic info for a plugin is the same like name and version info. Other stuff like classname are not necessary. The one additional property specific to the new plugins is "modular", which indicates whether the jars of the plugin should be loaded as named modules (this is akin to setting the module path when running java). |
||
---|---|---|
.. | ||
src/test/java/org/elasticsearch/bootstrap | ||
build.gradle |