diff --git a/.github/workflows/check-code-embedding.yml b/.github/workflows/check-code-embedding.yml index ff00d62..811b616 100644 --- a/.github/workflows/check-code-embedding.yml +++ b/.github/workflows/check-code-embedding.yml @@ -19,9 +19,6 @@ jobs: - run: ./gradlew :buildAll check-embedded-samples: - # TODO:2025-12-16:julia.evseeva: Remove the `if: false` when the issue - # will be fixed https://github.com/SpineEventEngine/embed-code/issues/66 - if: false runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 diff --git a/_code/embed-code-macos b/_code/embed-code-macos index b19f982..035be58 100755 Binary files a/_code/embed-code-macos and b/_code/embed-code-macos differ diff --git a/_code/embed-code-macos-x86_64 b/_code/embed-code-macos-x86_64 index 9627656..5e2577c 100755 Binary files a/_code/embed-code-macos-x86_64 and b/_code/embed-code-macos-x86_64 differ diff --git a/_code/embed-code-ubuntu b/_code/embed-code-ubuntu index 7379805..ca362fe 100755 Binary files a/_code/embed-code-ubuntu and b/_code/embed-code-ubuntu differ diff --git a/docs/content/docs/1/guides/integration.md b/docs/content/docs/1/guides/integration.md index 7ab6209..97413a6 100755 --- a/docs/content/docs/1/guides/integration.md +++ b/docs/content/docs/1/guides/integration.md @@ -118,10 +118,10 @@ the service and exposes it on an endpoint available to the **Takeoffs and Landin fragment="SuppliesEventProducer"> ```java public final class SuppliesEventProducer extends SuppliesEventProducerImplBase { -... + ... @Override public void subscribe(Subscription request, StreamObserver responseObserver) { -... + ... Timestamp timestamp = request.getStartingFrom(); historicalEvents .stream()