elasticsearch/qa/no-bootstrap-tests
Ryan Ernst 0986d8b44e
Add support for reading stable plugin descriptors (#88731)
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).
2022-07-26 10:28:24 +09:30
..
src/test/java/org/elasticsearch/bootstrap Add support for reading stable plugin descriptors (#88731) 2022-07-26 10:28:24 +09:30
build.gradle Update sources with new SSPL+Elastic-2.0 license headers 2021-02-02 16:10:53 -08:00