elasticsearch/.idea
Mark Vieira e45f50c5e4
Ensure RUNTIME_JAVA_HOME is used for pre-7.0 package upgrade tests (#91629)
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.
2022-11-16 14:56:38 -08:00
..
inspectionProfiles Improve IntelliJ IDE integration (#53747) 2020-03-19 11:43:33 -07:00
runConfigurations Allow for debugging of rest test clusters during test execution (#79085) (#79194) 2021-10-14 13:52:25 -07:00
scopes [7.x] Keep low level rest client under Apache 2 software license (#68697) 2021-02-08 11:14:18 -08:00
checkstyle-idea.xml Ensure RUNTIME_JAVA_HOME is used for pre-7.0 package upgrade tests (#91629) 2022-11-16 14:56:38 -08:00
eclipseCodeFormatter.xml Format build-tools and build-tools-internal (#78910) 2021-10-14 10:08:46 +01:00
externalDependencies.xml Configure required IDEA plugins (#84674) 2022-03-07 17:02:48 +00:00