[
https://issues.apache.org/jira/browse/ARROW-15177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17525738#comment-17525738
]
Raúl Cumplido commented on ARROW-15177:
---------------------------------------
>From what I can see we are only testing with JDK 11.
We could add JDK 17, I can see there are docker images on the docker hub repo
with maven version 3.8.5 (up until 3.8.1). See:
[https://hub.docker.com/r/amd64/maven/] and
[https://github.com/carlossg/docker-maven/commits/925e49a1d0986070208e3c06a11c41f8f2cada82/openjdk-17/Dockerfile]
to see the history of maven versions for openjdk 17.
We will need to do slight changes on our Dockerfile to use openjdk
(s/jdk/openjdk/), see the image name here:
[https://github.com/apache/arrow/blob/master/ci/docker/debian-9-java.dockerfile#L21]
I think it requires some tweaking but it shouldn't be too hard to add JDK 17 to
the matrix of CI jobs.
> [Java] Check which Java versions we are packaging for
> -----------------------------------------------------
>
> Key: ARROW-15177
> URL: https://issues.apache.org/jira/browse/ARROW-15177
> Project: Apache Arrow
> Issue Type: Sub-task
> Components: Java
> Reporter: Alessandro Molina
> Assignee: David Dali Susanibar Arce
> Priority: Major
> Fix For: 8.0.0
>
> Attachments: image-2022-02-21-08-14-01-131.png,
> image-2022-02-21-08-26-32-395.png, image-2022-02-21-08-38-18-881.png
>
>
> Check if we are building multiple artifacts for Java and eventually which
> Java versions we are packaging for.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)