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
3 changes: 0 additions & 3 deletions .github/workflows/check-code-embedding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified _code/embed-code-macos
Binary file not shown.
Binary file modified _code/embed-code-macos-x86_64
Binary file not shown.
Binary file modified _code/embed-code-ubuntu
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/content/docs/1/guides/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ the service and exposes it on an endpoint available to the **Takeoffs and Landin
fragment="SuppliesEventProducer"></embed-code>
```java
public final class SuppliesEventProducer extends SuppliesEventProducerImplBase {
...
...
@Override
public void subscribe(Subscription request, StreamObserver<SuppliesEvent> responseObserver) {
...
...
Timestamp timestamp = request.getStartingFrom();
historicalEvents
.stream()
Expand Down