Commits


Dane Pitkin authored and GitHub committed 9569be83adb
GH-38439: [Java][CI] Use Eclipse Temurin for all Java CI linux jobs (#38440) ### Rationale for this change Use the same JDK vendor for all linux CI jobs and upgrade maven to latest version. ### What changes are included in this PR? * Eclipse Temurin image for Ubuntu is used for JDK 8 and 11 * maven is upgraded to 3.9.5 for all Ubuntu jobs ### Are these changes tested? This will be tested in CI. ### Are there any user-facing changes? No, just a developer change when using docker/archery. The image name is now `java` instead of `eclipse-java` and `debian-java`. * Closes: #38439 Authored-by: Dane Pitkin <dane@voltrondata.com> Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>