You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/02 13:54:14 UTC

[GitHub] [arrow] raulcd commented on a diff in pull request #13021: ARROW-16327: [Java][CI] Add Java 17 to CI matrix for java workflows

raulcd commented on code in PR #13021:
URL: https://github.com/apache/arrow/pull/13021#discussion_r862865731


##########
docker-compose.yml:
##########
@@ -1488,6 +1482,18 @@ services:
         /arrow/ci/scripts/java_build.sh /arrow /build &&
         /arrow/ci/scripts/java_test.sh /arrow /build"
 
+  oracle-java:

Review Comment:
   the maven image for openjdk 17 is based on Oracle Linux instead of debian `maven:3.8.5-openjdk-17`:
   ```
   $ docker run --rm maven:3.8.5-openjdk-17 cat /etc/system-release
   Oracle Linux Server release 8.5
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org