This is an automated email from the ASF dual-hosted git repository.
uranusjr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from fc892d7ccb2 Fix exceptions of positional session use in airflow-core
leftover non-models modules (#67810)
add 9b48d893590 Set up Dokka for documentation (#67768)
No new revisions were added by this update.
Summary of changes:
java-sdk/README.md | 14 +++++-
java-sdk/example/build.gradle.kts | 2 -
java-sdk/sdk/build.gradle.kts | 15 +++++-
.../main/kotlin/org/apache/airflow/sdk/Builder.kt | 57 ++++++++++++----------
.../main/kotlin/org/apache/airflow/sdk/Bundle.kt | 30 +++++-------
.../main/kotlin/org/apache/airflow/sdk/Client.kt | 28 ++++++-----
.../main/kotlin/org/apache/airflow/sdk/Context.kt | 10 ++--
.../src/main/kotlin/org/apache/airflow/sdk/Dag.kt | 44 +++++++++--------
.../main/kotlin/org/apache/airflow/sdk/Server.kt | 48 +++++++++---------
.../org/apache/airflow/sdk/execution/Client.kt | 6 +--
.../kotlin/org/apache/airflow/sdk/BundleTest.kt | 4 +-
.../org/apache/airflow/sdk/execution/TaskTest.kt | 2 +-
12 files changed, 145 insertions(+), 115 deletions(-)