From 1af78d543b0743474c1e60bee710e858c51e31a4 Mon Sep 17 00:00:00 2001 From: Konrad Geller <45310290+konradge@users.noreply.github.com> Date: Fri, 8 May 2026 15:49:26 +0200 Subject: [PATCH 1/5] chore: pin github action versions From 31c9827856295e72821cb8ae4ccee3a4012578c8 Mon Sep 17 00:00:00 2001 From: Konrad Geller <45310290+konradge@users.noreply.github.com> Date: Fri, 8 May 2026 15:51:26 +0200 Subject: [PATCH 2/5] . --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2e180fc86a4..ecaa11793be 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # EDC Connector +a [![documentation](https://img.shields.io/badge/documentation-8A2BE2?style=flat-square)](https://eclipse-edc.github.io) [![discord](https://img.shields.io/badge/discord-chat-brightgreen.svg?style=flat-square&logo=discord)](https://discord.gg/n4sD9qtjMQ) From 3af1e05368a65494669e7bedc60efb15135f73e4 Mon Sep 17 00:00:00 2001 From: Konrad Geller <45310290+konradge@users.noreply.github.com> Date: Fri, 8 May 2026 15:53:50 +0200 Subject: [PATCH 3/5] update internal shas --- .github/workflows/bump-version.yaml | 2 +- .github/workflows/prepare-release.yml | 2 +- .github/workflows/publish-autodoc.yml | 2 +- .github/workflows/publish-openapi-ui.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/scan-pull-request.yaml | 2 +- .github/workflows/trigger_snapshot.yml | 4 ++-- .github/workflows/verify.yaml | 20 ++++++++++---------- README.md | 1 - 9 files changed, 18 insertions(+), 19 deletions(-) diff --git a/.github/workflows/bump-version.yaml b/.github/workflows/bump-version.yaml index bbbc60f7b01..ccd03abcf77 100644 --- a/.github/workflows/bump-version.yaml +++ b/.github/workflows/bump-version.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: sovity/core-edc-github/.github/actions/bump-version@0.14.0_2025-08-21_1 + - uses: sovity/core-edc-github/.github/actions/bump-version@afc78987f721e601d228b50b55e098392397f006 #0.14.0_2025-08-21 name: Bump version with: target_branch: ${{ inputs.target_branch }} diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 4ac88a2695c..9f065773d06 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -10,7 +10,7 @@ on: jobs: Prepare-Release: - uses: sovity/core-edc-github/.github/workflows/prepare-release.yml@0.14.0_2025-08-21_1 + uses: sovity/core-edc-github/.github/workflows/prepare-release.yml@afc78987f721e601d228b50b55e098392397f006 #0.14.0_2025-08-21 secrets: inherit with: version: ${{ inputs.version }} diff --git a/.github/workflows/publish-autodoc.yml b/.github/workflows/publish-autodoc.yml index c39a304ff29..5c9fa6d8f24 100644 --- a/.github/workflows/publish-autodoc.yml +++ b/.github/workflows/publish-autodoc.yml @@ -13,7 +13,7 @@ on: jobs: publish: - uses: sovity/core-edc-github/.github/workflows/publish-autodoc.yml@0.14.0_2025-08-21_1 + uses: sovity/core-edc-github/.github/workflows/publish-autodoc.yml@afc78987f721e601d228b50b55e098392397f006 #0.14.0_2025-08-21 secrets: inherit with: version: ${{ github.event.inputs.version }} diff --git a/.github/workflows/publish-openapi-ui.yml b/.github/workflows/publish-openapi-ui.yml index c8c974a0487..e0c3b43e080 100644 --- a/.github/workflows/publish-openapi-ui.yml +++ b/.github/workflows/publish-openapi-ui.yml @@ -7,5 +7,5 @@ on: jobs: publish: - uses: sovity/core-edc-github/.github/workflows/publish-openapi-ui.yml@0.14.0_2025-08-21_1 + uses: sovity/core-edc-github/.github/workflows/publish-openapi-ui.yml@afc78987f721e601d228b50b55e098392397f006 #0.14.0_2025-08-21 secrets: inherit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93bbb7e0f06..4ea7e47e8b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: jobs: Release: - uses: sovity/core-edc-github/.github/workflows/release.yml@0.14.0_2025-08-21_1 + uses: sovity/core-edc-github/.github/workflows/release.yml@afc78987f721e601d228b50b55e098392397f006 #0.14.0_2025-08-21 secrets: inherit with: publish-autodoc: true diff --git a/.github/workflows/scan-pull-request.yaml b/.github/workflows/scan-pull-request.yaml index 9ac960f4759..73148dc4873 100644 --- a/.github/workflows/scan-pull-request.yaml +++ b/.github/workflows/scan-pull-request.yaml @@ -11,6 +11,6 @@ concurrency: jobs: trigger-workflow: - uses: sovity/core-edc-github/.github/workflows/scan-pull-request.yml@0.14.0_2025-08-21_1 + uses: sovity/core-edc-github/.github/workflows/scan-pull-request.yml@afc78987f721e601d228b50b55e098392397f006 #0.14.0_2025-08-21 secrets: envGH: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/trigger_snapshot.yml b/.github/workflows/trigger_snapshot.yml index 1883aa01420..e083738599f 100644 --- a/.github/workflows/trigger_snapshot.yml +++ b/.github/workflows/trigger_snapshot.yml @@ -9,9 +9,9 @@ on: jobs: Publish-Snapshot: # This workflow will abort if the required secrets don't exist - uses: sovity/core-edc-github/.github/workflows/publish-snapshot.yml@0.14.0_2025-08-21_1 + uses: sovity/core-edc-github/.github/workflows/publish-snapshot.yml@afc78987f721e601d228b50b55e098392397f006 #0.14.0_2025-08-21 secrets: inherit Publish-Dependencies: - uses: sovity/core-edc-github/.github/workflows/publish-dependencies.yml@0.14.0_2025-08-21_1 + uses: sovity/core-edc-github/.github/workflows/publish-dependencies.yml@afc78987f721e601d228b50b55e098392397f006 #0.14.0_2025-08-21 secrets: inherit diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml index 11ab366cb46..56e57a6465d 100644 --- a/.github/workflows/verify.yaml +++ b/.github/workflows/verify.yaml @@ -24,14 +24,14 @@ concurrency: jobs: CodeQL: - uses: sovity/core-edc-github/.github/workflows/codeql-analysis.yml@0.14.0_2025-08-21_1 + uses: sovity/core-edc-github/.github/workflows/codeql-analysis.yml@afc78987f721e601d228b50b55e098392397f006 #0.14.0_2025-08-21 secrets: inherit Checkstyle: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: sovity/core-edc-github/.github/actions/setup-build@0.14.0_2025-08-21_1 + - uses: sovity/core-edc-github/.github/actions/setup-build@afc78987f721e601d228b50b55e098392397f006 #0.14.0_2025-08-21 - name: Run Checkstyle run: ./gradlew checkstyleMain checkstyleTest checkstyleTestFixtures @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: sovity/core-edc-github/.github/actions/setup-build@0.14.0_2025-08-21_1 + - uses: sovity/core-edc-github/.github/actions/setup-build@afc78987f721e601d228b50b55e098392397f006 #0.14.0_2025-08-21 - name: Run Javadoc run: ./gradlew javadoc @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: sovity/core-edc-github/.github/actions/setup-build@0.14.0_2025-08-21_1 + - uses: sovity/core-edc-github/.github/actions/setup-build@afc78987f721e601d228b50b55e098392397f006 #0.14.0_2025-08-21 - name: Run unit tests run: ./gradlew test @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: sovity/core-edc-github/.github/actions/setup-build@0.14.0_2025-08-21_1 + - uses: sovity/core-edc-github/.github/actions/setup-build@afc78987f721e601d228b50b55e098392397f006 #0.14.0_2025-08-21 - name: Postgresql Tests run: ./gradlew test -DincludeTags="PostgresqlIntegrationTest" @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: sovity/core-edc-github/.github/actions/setup-build@0.14.0_2025-08-21_1 + - uses: sovity/core-edc-github/.github/actions/setup-build@afc78987f721e601d228b50b55e098392397f006 #0.14.0_2025-08-21 - name: End to End Integration Tests run: ./gradlew test -DincludeTags="EndToEndTest" @@ -71,7 +71,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: sovity/core-edc-github/.github/actions/setup-build@0.14.0_2025-08-21_1 + - uses: sovity/core-edc-github/.github/actions/setup-build@afc78987f721e601d228b50b55e098392397f006 #0.14.0_2025-08-21 - name: Component Tests run: ./gradlew test -DincludeTags="ComponentTest" @@ -79,7 +79,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: sovity/core-edc-github/.github/actions/setup-build@0.14.0_2025-08-21_1 + - uses: sovity/core-edc-github/.github/actions/setup-build@afc78987f721e601d228b50b55e098392397f006 #0.14.0_2025-08-21 - name: Component Tests run: ./gradlew test -DincludeTags="ApiTest" @@ -87,13 +87,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: sovity/core-edc-github/.github/actions/setup-build@0.14.0_2025-08-21_1 + - uses: sovity/core-edc-github/.github/actions/setup-build@afc78987f721e601d228b50b55e098392397f006 #0.14.0_2025-08-21 - name: TCK Tests run: ./gradlew compileJava compileTestJava test -DincludeTags="TckTest" -PverboseTest=true Verify-OpenApi: if: github.event_name == 'pull_request' - uses: sovity/core-edc-github/.github/workflows/verify-openapi.yml@0.14.0_2025-08-21_1 + uses: sovity/core-edc-github/.github/workflows/verify-openapi.yml@afc78987f721e601d228b50b55e098392397f006 #0.14.0_2025-08-21 secrets: inherit Publish-Artifacts: diff --git a/README.md b/README.md index ecaa11793be..2e180fc86a4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # EDC Connector -a [![documentation](https://img.shields.io/badge/documentation-8A2BE2?style=flat-square)](https://eclipse-edc.github.io) [![discord](https://img.shields.io/badge/discord-chat-brightgreen.svg?style=flat-square&logo=discord)](https://discord.gg/n4sD9qtjMQ) From 7a16e46b4bd0c72a4db2b0f2973987a4070b6d74 Mon Sep 17 00:00:00 2001 From: Konrad Geller <45310290+konradge@users.noreply.github.com> Date: Fri, 8 May 2026 15:55:59 +0200 Subject: [PATCH 4/5] update actions/checkout --- .github/workflows/bump-version.yaml | 2 +- .github/workflows/publish-context.yaml | 2 +- .github/workflows/verify.yaml | 18 +++++++++--------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/bump-version.yaml b/.github/workflows/bump-version.yaml index ccd03abcf77..9095c6823ff 100644 --- a/.github/workflows/bump-version.yaml +++ b/.github/workflows/bump-version.yaml @@ -16,7 +16,7 @@ jobs: name: 'Update snapshot version' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: sovity/core-edc-github/.github/actions/bump-version@afc78987f721e601d228b50b55e098392397f006 #0.14.0_2025-08-21 name: Bump version with: diff --git a/.github/workflows/publish-context.yaml b/.github/workflows/publish-context.yaml index afcb89c9fdb..adeec1f4d86 100644 --- a/.github/workflows/publish-context.yaml +++ b/.github/workflows/publish-context.yaml @@ -36,7 +36,7 @@ jobs: contents: write pages: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: copy contexts into public folder run: | mkdir -p public/context diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml index 56e57a6465d..3d60b536fc8 100644 --- a/.github/workflows/verify.yaml +++ b/.github/workflows/verify.yaml @@ -30,7 +30,7 @@ jobs: Checkstyle: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: sovity/core-edc-github/.github/actions/setup-build@afc78987f721e601d228b50b55e098392397f006 #0.14.0_2025-08-21 - name: Run Checkstyle run: ./gradlew checkstyleMain checkstyleTest checkstyleTestFixtures @@ -38,7 +38,7 @@ jobs: Javadoc: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: sovity/core-edc-github/.github/actions/setup-build@afc78987f721e601d228b50b55e098392397f006 #0.14.0_2025-08-21 - name: Run Javadoc run: ./gradlew javadoc @@ -46,7 +46,7 @@ jobs: Unit-Tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: sovity/core-edc-github/.github/actions/setup-build@afc78987f721e601d228b50b55e098392397f006 #0.14.0_2025-08-21 - name: Run unit tests run: ./gradlew test @@ -54,7 +54,7 @@ jobs: Postgresql-Integration-Tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: sovity/core-edc-github/.github/actions/setup-build@afc78987f721e601d228b50b55e098392397f006 #0.14.0_2025-08-21 - name: Postgresql Tests run: ./gradlew test -DincludeTags="PostgresqlIntegrationTest" @@ -62,7 +62,7 @@ jobs: End-To-End-Tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: sovity/core-edc-github/.github/actions/setup-build@afc78987f721e601d228b50b55e098392397f006 #0.14.0_2025-08-21 - name: End to End Integration Tests run: ./gradlew test -DincludeTags="EndToEndTest" @@ -70,7 +70,7 @@ jobs: Component-Tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: sovity/core-edc-github/.github/actions/setup-build@afc78987f721e601d228b50b55e098392397f006 #0.14.0_2025-08-21 - name: Component Tests run: ./gradlew test -DincludeTags="ComponentTest" @@ -78,7 +78,7 @@ jobs: API-Tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: sovity/core-edc-github/.github/actions/setup-build@afc78987f721e601d228b50b55e098392397f006 #0.14.0_2025-08-21 - name: Component Tests run: ./gradlew test -DincludeTags="ApiTest" @@ -86,7 +86,7 @@ jobs: Tck-Tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: sovity/core-edc-github/.github/actions/setup-build@afc78987f721e601d228b50b55e098392397f006 #0.14.0_2025-08-21 - name: TCK Tests run: ./gradlew compileJava compileTestJava test -DincludeTags="TckTest" -PverboseTest=true @@ -111,7 +111,7 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: "Gradle: Publish to Production" if: ${{ startsWith(github.ref, 'refs/tags/v') }} From ed376ead3579c2154eaa2f1d0131c2b706da217e Mon Sep 17 00:00:00 2001 From: Konrad Geller <45310290+konradge@users.noreply.github.com> Date: Mon, 11 May 2026 13:43:10 +0200 Subject: [PATCH 5/5] remove update flow lease test --- .../manager/DataPlaneManagerImplTest.java | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/core/data-plane/data-plane-core/src/test/java/org/eclipse/edc/connector/dataplane/framework/manager/DataPlaneManagerImplTest.java b/core/data-plane/data-plane-core/src/test/java/org/eclipse/edc/connector/dataplane/framework/manager/DataPlaneManagerImplTest.java index bc5eb1a618d..c59a3f19f95 100644 --- a/core/data-plane/data-plane-core/src/test/java/org/eclipse/edc/connector/dataplane/framework/manager/DataPlaneManagerImplTest.java +++ b/core/data-plane/data-plane-core/src/test/java/org/eclipse/edc/connector/dataplane/framework/manager/DataPlaneManagerImplTest.java @@ -1164,28 +1164,6 @@ void shouldRestartFlows() { } } - @Nested - class UpdateFlowLease { - - @Test - void shouldUpdateFlow_whenFlowStartedAfterFlowLease() { - var dataFlow = dataFlowBuilder().state(RECEIVED.code()).build(); - when(store.nextNotLeased(anyInt(), startedFlowOwnedByThisRuntime())) - .thenReturn(List.of(dataFlow)).thenReturn(emptyList()); - - manager.start(); - - await().untilAsserted(() -> { - var captor = ArgumentCaptor.forClass(DataFlow.class); - verify(store).save(captor.capture()); - var storedDataFlow = captor.getValue(); - assertThat(storedDataFlow.getState()).isEqualTo(STARTED.code()); - assertThat(storedDataFlow.getRuntimeId()).isEqualTo(runtimeId); - assertThat(storedDataFlow.getStateCount()).isEqualTo(1); - }); - } - } - @Nested class RestartFlowOwnedByAnotherRuntime { @Test