[
https://issues.apache.org/jira/browse/ARROW-15177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17495529#comment-17495529
]
David Dali Susanibar Arce commented on ARROW-15177:
---------------------------------------------------
Hi Team,
Base on check crossbow information I am seeing JDK11 +check+ for last release
[https://github.com/apache/arrow/tree/release-7.0.0-rc10]
+Completed on Ubuntu:+
[https://github.com/apache/arrow/runs/4987945187?check_suite_focus=true]
!image-2022-02-21-08-14-01-131.png|width=563,height=88!
+Canceled on MacOS:+
[https://github.com/apache/arrow/runs/4987941492?check_suite_focus=true]
!image-2022-02-21-08-26-32-395.png|width=565,height=45!
Base on
[https://github.com/apache/arrow/blob/master/.github/workflows/java.yml#L54-L61]
we are seeing that JDK 11 is offered
{code:java}
strategy:
fail-fast: false
matrix:
jdk: [11]
maven: [3.6.2]
env:
JDK: ${{ matrix.jdk }}
MAVEN: ${{ matrix.maven }}{code}
I need to review that on more detail because for one check any JDK version was
read for environment:
!image-2022-02-21-08-38-18-881.png|width=547,height=43!
> 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.1#820001)