OpenSearch/modules
Ryan Ernst c6a8913c38 Fix java home validation usage by tasks (#49204)
Tasks intending to use a particular java home provided by JAVA<N>_HOME
use the getJavaHome method, which verifies the given java home is
available, or will be if the task will run. However, the verification
logic was broken, in addition to unnecessarily delaying retrieving the
java home until runtime. This commit fixes the verification logic to run
at either config time, delaying verification, or at runtime which
immediately checks if java home is available.

closes #49153
2019-11-19 10:30:19 -08:00
..
aggs-matrix-stats Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00
analysis-common Implement Lucene EstonianAnalyzer, Stemmer (#49149) 2019-11-18 17:24:21 +01:00
ingest-common Introduce dedicated ingest processor exception (#48810) 2019-11-14 11:04:53 -05:00
ingest-geoip Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00
ingest-user-agent update ingest-user-agent regexes.yml (#47807) 2019-10-18 16:26:48 +02:00
lang-expression upgrade to Lucene-8.3.0-snapshot-25968e3b75e (#48227) 2019-10-21 08:21:09 +02:00
lang-mustache Update mustache dependency to 0.9.6 (#46243) 2019-09-09 13:42:03 +02:00
lang-painless Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00
mapper-extras Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00
parent-join Revert #46598 that breaks the cachability of the sub search contexts. 2019-10-15 09:40:59 +02:00
percolator Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00
rank-eval Support `search_type` in Rank Evaluation API (#48542) (#48631) 2019-10-29 14:54:33 +01:00
reindex Fix java home validation usage by tasks (#49204) 2019-11-19 10:30:19 -08:00
repository-url Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00
systemd Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00
transport-netty4 Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00
build.gradle Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00