Commit Graph

24 Commits

Author SHA1 Message Date
Mark Vieira 4962105eab Fix runtime JAVA_HOME path 2021-06-30 09:39:44 -07:00
Mark Vieira 800a9be9ea Use Oracle JDK for runtime Java in CI 2021-06-30 09:35:36 -07:00
Mark Vieira 3ee8f7dfc4
Bump minimumCompilerVersion to Java 16 (#73913) 2021-06-08 11:35:17 -07:00
Mark Vieira 74270bed2d Revert "Bump minimum compiler version to Java 16 (#71989)"
This reverts commit bc9521e9
2021-05-26 12:40:29 -07:00
Mark Vieira bc9521e9b0
Bump minimum compiler version to Java 16 (#71989) 2021-05-25 12:43:20 -07:00
Mark Vieira a64a6c7ba3 Move CI job configuration to elasticsearch repository 2021-05-06 14:46:09 -07:00
Mark Vieira 3798d7ef46 Bump minimum compile jdk version to 15 (#67126)
(cherry picked from commit c7623e63c8)
2021-01-14 12:29:22 -08:00
Mark Vieira 54f66bda11 Revert "Bump minimum compile jdk version to 15 (#67126)"
This reverts commit c7623e63c8.
2021-01-11 08:24:21 -08:00
Mark Vieira c7623e63c8
Bump minimum compile jdk version to 15 (#67126) 2021-01-11 08:23:56 -08:00
Jason Tedor 5fe52b0688
Require JDK 14 for compilation (#54696)
This commit bumps the minimum JDK required for compilation to JDK 14.
2020-04-08 09:25:27 -04:00
Mark Vieira bdd7bda47b
Upgrade to Gradle 6.1 (#50453) 2020-01-16 11:08:07 -08:00
Jason Tedor e4b9044593
Require JDK 13 for compilation (#50004)
We have a long history of advancing the required compiler to the newest
JDK. JDK 13 has been with us for awhile, but we were blocked from
upgrading since Gradle was not compatible with JDK 13. With the
advancement in our project to Gradle 6 which supports JDK 13, we can now
advance our minimum compiler version. This commit updates the minimum
compiler version to JDK 13.
2019-12-11 16:02:31 -05:00
Mark Vieira 87f9c16e2f
Upgrade to Gradle 6.0 (#49211)
This upgrade required a few significant changes. Firstly, the build
scan plugin has been renamed, and changed to be a Settings plugin rather
than a project plugin so the declaration of this has moved to our
settings.gradle file. Second, we were using a rather old version of the
Nebula ospackage plugin for building deb and rpm packages, the migration
to the latest version required some updates to get things working as
expected as we had some workarounds in place that are no longer
applicable with the latest bug fixes.
2019-12-06 14:44:20 -08:00
Jason Tedor 64691a4a5b
Start testing against AdoptOpenJDK (#45666)
This commit adds AdoptOpenJDK to the testing matrix.
2019-08-29 08:53:17 -04:00
Jason Tedor 4ac51bc630
Enable testing against JDK 13 EA builds (#40829)
This commit adds JDK 13 to the CI rotation for testing. For now, we will
be testing against JDK 13 EA builds.
2019-06-04 20:51:58 -04:00
Jason Tedor 8deadfb2d1
Bump the minimum Java version to Java 11 (#40754)
With the 8.0.0 release of Elasticsearch we will bump the minimum
required Java to Java 11. This commit puts this into effect on the
master branch.
2019-04-07 16:16:23 -04:00
Jason Tedor ccf8f5c07f
Require JDK 12 for compilation (#40231)
This commit switches from requiring JDK 11 for compilation to requiring
JDK 12 for compilation.
2019-03-22 08:32:45 -04:00
Alpar Torok 9a319ec412
Remove ILM specific gradle extra args (#35296) 2018-11-07 14:22:00 +02:00
Colin Goodheart-Smithe 7c7605d3d2
Merge branch 'master' into index-lifecycle 2018-10-17 09:29:06 +01:00
Alpar Torok 2e5e4e1a69
Switch to parametric CI jobs (#34179)
Switch to parametric CI jobs. Given the changes in CI this also switches to running Gradle with the build java version only ( we used to also run it with run-time java version )
2018-10-17 07:57:30 +03:00
Lee Hinman 90c55f5e36 Merge remote-tracking branch 'origin/master' into index-lifecycle 2018-10-03 09:11:28 -06:00
Jason Tedor 86642d29e5
Require JDK 11 for compilation (#34103)
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.
2018-10-03 08:59:00 -04:00
Alpar Torok 3afb8e8e66
Add Gradle attributes to CI jobs (#34178)
Maintain the additional arguments in the branch so CI doesn't have to care.
2018-10-02 17:11:01 +03:00
David Leatherman 1172b3b31b
Java versions for ci (#29320)
* Add test matrix axis files for periodic java testing

* Add properties file defining java versions to use

* We have no openjdk8

* Remove openjdk

Oracle Java and OpenJDK basically only differ in license, so we don't
need to test both.
2018-04-02 14:24:25 -04:00