OpenSearch/distribution/bwc
Rene Groeschke f08981c4da
Simplify distribution download configurations (7.x backport) (#61708)
We leverage artifact transforms now when downloading and unpacking elasticsearch distributions.

This has the benefit of

- handcrafted extract tasks on the root project are not required.
- The general tight coupling to the root project has been removed.
- The overall required configurations required to handle a distribution have been reduced
- ElasticsearchDistribution has been simplified by making Extracted an ordinary Configuration
downloaded and unpacked external distributions are reused in later builds by been cached
in the gradle user home.

DistributionDownloadPlugin functional tests have been extended and ported
to DistributionDownloadPluginFuncTest.

* Fix ElasticsearchNode#getDistributionFiles (#61219)

Fixes #61647
2020-08-31 14:36:42 +02:00
..
bugfix Implement VersionCollection in Java (#34050) 2018-11-01 17:43:57 +02:00
maintenance Implement VersionCollection in Java (#34050) 2018-11-01 17:43:57 +02:00
minor Implement VersionCollection in Java (#34050) 2018-11-01 17:43:57 +02:00
staged Implement VersionCollection in Java (#34050) 2018-11-01 17:43:57 +02:00
build.gradle Simplify distribution download configurations (7.x backport) (#61708) 2020-08-31 14:36:42 +02:00