mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-21 22:00:36 -04:00
Linux packages (deb and rpm) for Elasticsearch 6.x don't include a Java runtime. Our packaging tests are designed to use an explicit JDK for packages that do not bundle a JDK. This is not working as intended when running upgrade tests from 6.x versions and we were instead assuming a JDK was bundled. The side effect of this is that those versions of Elasticsearch are using the system JDK, which is different for every Linux distribution. Specifically, RHEL-based distributions have recently introduced an update to their Java 8 packages that are incompatible with the 6.x security manager. This change fixes the logic that determines if a distribution includes a bundled JDK to ensure that all versions prior to 7.0 are assumed to not include a bundled JDK. |
||
---|---|---|
.. | ||
inspectionProfiles | ||
runConfigurations | ||
scopes | ||
checkstyle-idea.xml | ||
eclipseCodeFormatter.xml | ||
externalDependencies.xml |