Skip to content
Open
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
4 changes: 4 additions & 0 deletions .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ jobs:
with:
distribution: 'temurin'
java-version: 17
- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
target: wasm32-unknown-unknown
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@v4
5 changes: 5 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4

- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
target: wasm32-unknown-unknown

- name: Log into GitHub container registry
uses: docker/login-action@v2
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ jobs:
if: ${{ inputs.serviceImage == '' }}
uses: gradle/actions/setup-gradle@v4

- name: Install Rust toolchain
if: ${{ inputs.serviceImage == '' }}
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
target: wasm32-unknown-unknown

- name: Build restatedev/test-services-java image
if: ${{ inputs.serviceImage == '' }}
run: ./gradlew -Djib.console=plain :test-services:jibDockerBuild
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
java-version: '21'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
target: wasm32-unknown-unknown

- name: Build Javadocs
run: gradle :sdk-aggregated-javadocs:javadoc
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4

- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
target: wasm32-unknown-unknown

# Retrieve the version of the SDK
- name: Install dasel
run: curl -sSLf "$(curl -sSLf https://api.github.com/repos/tomwright/dasel/releases/latest | grep browser_download_url | grep linux_amd64 | grep -v .gz | cut -d\" -f 4)" -L -o dasel && chmod +x dasel && mv ./dasel /usr/local/bin/dasel
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4

- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
target: wasm32-unknown-unknown

- name: Pull Restate docker image
run: docker pull ghcr.io/restatedev/restate:main

Expand Down Expand Up @@ -54,6 +59,10 @@ jobs:
java-version: '21'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
target: wasm32-unknown-unknown

- name: Build Javadocs
run: gradle :sdk-aggregated-javadocs:javadoc
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ build
kls_database.db
.kotlin

.restate
.restate
/sdk-core/src/main/rust/target/
40 changes: 26 additions & 14 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,18 +117,6 @@
[libraries.opentelemetry-kotlin.version]
ref = 'opentelemetry'

[libraries.protobuf-java]
module = 'com.google.protobuf:protobuf-java'

[libraries.protobuf-java.version]
ref = 'protobuf'

[libraries.protobuf-kotlin]
module = 'com.google.protobuf:protobuf-kotlin'

[libraries.protobuf-kotlin.version]
ref = 'protobuf'

[libraries.schema-kenerator-core]
module = 'io.github.smiley4:schema-kenerator-core'

Expand Down Expand Up @@ -213,15 +201,39 @@
[libraries.victools-jsonschema-module-jackson.version]
ref = 'victools-json-schema'

[libraries.chicory-runtime]
module = 'com.dylibso.chicory:runtime'

[libraries.chicory-runtime.version]
ref = 'chicory'

[libraries.chicory-annotations]
module = 'com.dylibso.chicory:annotations'

[libraries.chicory-annotations.version]
ref = 'chicory'

[libraries.chicory-annotations-processor]
module = 'com.dylibso.chicory:annotations-processor'

[libraries.chicory-annotations-processor.version]
ref = 'chicory'

[libraries.jackson-cbor]
module = 'com.fasterxml.jackson.dataformat:jackson-dataformat-cbor'

[libraries.jackson-cbor.version]
ref = 'jackson'

[plugins]
wasm2class = 'at.released.wasm2class.plugin:0.5.0'
aggregate-javadoc = 'io.freefair.aggregate-javadoc:8.14'
dependency-license-report = 'com.github.jk1.dependency-license-report:2.9'
dokka = 'org.jetbrains.dokka:1.9.20'
jib = 'com.google.cloud.tools.jib:3.4.5'
jsonschema2pojo = 'org.jsonschema2pojo:1.2.2'
nexus-publish = 'io.github.gradle-nexus.publish-plugin:1.3.0'
openapi-generator = 'org.openapi.generator:7.17.0'
protobuf = 'com.google.protobuf:0.9.4'
shadow = 'com.gradleup.shadow:9.0.0-beta8'
spotless = 'com.diffplug.spotless:7.2.1'
spring-dependency-management = 'io.spring.dependency-management:1.1.6'
Expand All @@ -233,14 +245,14 @@
ref = 'ksp'

[versions]
chicory = '1.7.5'
jackson = '2.19.4'
junit = '5.14.1'
kotlinx-coroutines = '1.10.2'
kotlinx-serialization = '1.9.0'
ksp = '2.2.10-2.0.2'
log4j = '2.24.3'
opentelemetry = '1.58.0'
protobuf = '4.29.3'
restate = '2.8.0-SNAPSHOT'
schema-kenerator = '2.1.2'
spring-boot = '3.4.13'
Expand Down
Loading
Loading