Now that JDK 11 is GA, we would switch our 6.x and master branches to the JDK 11 compiler. This commit makes this change, as well as removes JDK 10 from the CI configuration.
@@ -4,5 +4,5 @@
# build and test Elasticsearch for this branch. Valid Java versions
# are 'java' or 'openjdk' followed by the major release number.
-ES_BUILD_JAVA=java10
+ES_BUILD_JAVA=java11
ES_RUNTIME_JAVA=java8
@@ -6,5 +6,4 @@
# or 'openjdk' followed by the major release number.
ES_BUILD_JAVA:
- - java10
- java11
@@ -8,5 +8,4 @@
ES_RUNTIME_JAVA:
- java8
- java8fips
@@ -1 +1 @@
-1.10
+1.11