OpenSearch/distribution
Jason Tedor c2fcf15d9d
Fix the ability to remove old plugin
We now read the plugin descriptor when removing an old plugin. This is
to check if we are removing a plugin that is extended by another
plugin. However, when reading the descriptor we enforce that it is of
the same version that we are. This is not the case when a user has
upgraded Elasticsearch and is now trying to remove an old plugin. This
commit fixes this by skipping the version enforcement when reading the
plugin descriptor only when removing a plugin.

Relates #28540
2018-02-06 17:38:26 -05: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 Fix the ability to remove old plugin 2018-02-06 17:38:26 -05: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