OpenSearch/distribution
Ryan Ernst a55eda626f
Plugins: Store elasticsearch and java versions in PluginInfo (#28556)
Plugin descriptors currently contain an elasticsearch version,
which the plugin was built against, and a java version, which the plugin
was built with. These versions are read and validated, but not stored.
This commit keeps them in PluginInfo so they can be used later.
While seeing the elasticsearch version is less interesting (since it is
enforced to match that of the running elasticsearc node), the java
version is interesting since we only validate the format, not the actual
version. This also makes PluginInfo have full parity with the plugin
properties file.
2018-02-08 08:31:39 -08:00
..
bwc Require JDK 9 for compilation (#28071) 2018-01-16 13:45:13 -05:00
deb Remove RPM and Debian integration tests 2017-12-11 15:40:10 -05:00
integ-test-zip Enable GC logs by default 2017-12-03 08:33:21 -05:00
rpm Remove RPM and Debian integration tests 2017-12-11 15:40:10 -05:00
src/main Pass `java.locale.providers=COMPAT` to Java 9 onwards (#28080) 2018-01-04 16:43:51 +01:00
tar Enable GC logs by default 2017-12-03 08:33:21 -05:00
tools Plugins: Store elasticsearch and java versions in PluginInfo (#28556) 2018-02-08 08:31:39 -08:00
zip Enable GC logs by default 2017-12-03 08:33:21 -05:00
build.gradle Painless: Add spi jar that will be published for extending whitelists (#28302) 2018-01-18 19:16:26 -08:00