Skip to content

Commit

Permalink
MINOR: [Java][CI][Docs] Add Java crossbow task group (apache#38834)
Browse files Browse the repository at this point in the history
### Rationale for this change

Add a crossbow task group for java, since it is not intuitive to newcomers that "crossbow submit *java*" should be `crossbow submit *java*`.

Also, clarify what is supported/tested in CI under Java build documentation.

### What changes are included in this PR?

* Java crossbow task group added
* Java docs updated to clarify supported JDK versions

### Are these changes tested?

Yes, the crossbow task will be verified in this PR via a github actions request comment.

### Are there any user-facing changes?

No.

Authored-by: Dane Pitkin <dane@voltrondata.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
danepitkin committed Nov 21, 2023
1 parent 490cd83 commit 43f4c28
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ groups:
c-glib:
- test-*c-glib*

java:
- "*java*"

python:
- test-*python*

Expand Down
5 changes: 4 additions & 1 deletion docs/source/developers/java/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,12 @@ Arrow Java uses the `Maven <https://maven.apache.org/>`_ build system.

Building requires:

* JDK 8, 9, 10, 11, 17, or 18, but only JDK 8, 11 and 17 are tested in CI.
* JDK 8+
* Maven 3+

.. note::
CI will test all supported JDK LTS versions, plus the latest non-LTS version.

Building
========

Expand Down

0 comments on commit 43f4c28

Please sign in to comment.