Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The generated API reference for the Java SDK is published with the Airflow docum
Prerequisites
-------------

* JRE 17 or later must be available on the Airflow worker nodes.
* JRE 11 or later must be available on the Airflow worker nodes.
* The compiled task JAR(s) and JVM dependencies must be accessible from the worker.
* The ``apache-airflow-task-sdk`` package (installed with Airflow) provides the coordinator;
no additional Python packages are needed.
Expand Down
6 changes: 6 additions & 0 deletions java-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ write workflow bundles, and have Airflow consume the result.
The SDK and execution-time logic is implemented in Kotlin.
An example is bundled showing how the SDK can be used in Java.

See also Airflow documentation on Java SDK under *Authoring and Scheduling* for
more details on using the Java SDK.

The SDK requires Java 11 or later at runtime. Optional components and
development tools may have further requirements.

## Building the SDK

```bash
Expand Down