Skip to content

Commit fa2a7bc

Browse files
authored
Merge pull request #58 from SpineEventEngine/update-embed-code
Update the `embed-code`
2 parents bae5181 + f7fc0cf commit fa2a7bc

5 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/check-code-embedding.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919
- run: ./gradlew :buildAll
2020

2121
check-embedded-samples:
22-
# TODO:2025-12-16:julia.evseeva: Remove the `if: false` when the issue
23-
# will be fixed https://github.com/SpineEventEngine/embed-code/issues/66
24-
if: false
2522
runs-on: ubuntu-latest
2623
steps:
2724
- uses: actions/checkout@v5

_code/embed-code-macos

266 KB
Binary file not shown.

_code/embed-code-macos-x86_64

308 KB
Binary file not shown.

_code/embed-code-ubuntu

316 KB
Binary file not shown.

docs/content/docs/1/guides/integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ the service and exposes it on an endpoint available to the **Takeoffs and Landin
118118
fragment="SuppliesEventProducer"></embed-code>
119119
```java
120120
public final class SuppliesEventProducer extends SuppliesEventProducerImplBase {
121-
...
121+
...
122122
@Override
123123
public void subscribe(Subscription request, StreamObserver<SuppliesEvent> responseObserver) {
124-
...
124+
...
125125
Timestamp timestamp = request.getStartingFrom();
126126
historicalEvents
127127
.stream()

0 commit comments

Comments
 (0)