OpenSearch/distribution
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
..
archives Extract distribution archive checks into plugin (7.x backport) (#61567) 2020-08-26 15:04:12 +02:00
bwc Simplify distribution download configurations (7.x backport) (#61708) 2020-08-31 14:36:42 +02:00
docker Implement deprecation logging using log4j (#61629) 2020-08-31 12:42:04 +01:00
licenses Add notice for bundled jdk (#40576) 2019-03-29 17:21:21 -04:00
packages Replace immediate task creations by using task avoidance api (#60071) (#60504) 2020-07-31 13:09:04 +02:00
src Implement deprecation logging using log4j (#61629) 2020-08-31 12:42:04 +01:00
tools Fix deprecated unsave project outputs resolution (#59088) (#59356) 2020-07-10 17:16:47 +02:00
build.gradle Replace immediate task creations by using task avoidance api (#60071) (#60504) 2020-07-31 13:09:04 +02:00