Skip to content

Commit a96c055

Browse files
committed
doc: remove eventing sample
1 parent 0afc814 commit a96c055

28 files changed

Lines changed: 4 additions & 1995 deletions

.circleci/config.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -284,14 +284,6 @@ jobs:
284284
echo "Running mvn with SDK version: '$SDK_VERSION'"
285285
mvn -Dakkaserverless-sdk.version=$SDK_VERSION test-compile
286286
mvn -Dakkaserverless-sdk.version=$SDK_VERSION verify -Pit
287-
- run:
288-
name: Eventing "Shopping Cart" sample
289-
command: |
290-
cd samples/java-eventing-shopping-cart
291-
echo "Running mvn with SDK version: '$SDK_VERSION'"
292-
mvn -Dakkaserverless-sdk.version=$SDK_VERSION compile verify
293-
echo "FIXME Integration tests disabled for codegen/API work"
294-
# mvn -Dakkaserverless-sdk.version=$SDK_VERSION verify -Pit
295287
- run:
296288
name: Replicated Entity examples
297289
command: |

docs/src/modules/java/pages/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ NOTE: There is a separate `src/test/resources/logback-test.xml` that is used whe
9292
Your main class will be responsible for creating the gRPC server, registering the services and components for it to serve, and starting it. The following code snippet shows an example that registers an Event Sourced Entity and starts the server:
9393
9494
[source,java,indent=0]
95-
----
96-
include::example$java-eventing-shopping-cart/src/main/java/shopping/Main.java[tag=RegisterEventSourcedEntity]
95+
----
96+
include::example$java-eventsourced-shopping-cart/src/main/java/com/example/shoppingcart/Main.java[tag=RegisterEventSourcedEntity]
9797
----
9898
9999

samples/java-eventing-shopping-cart/README.md

Lines changed: 0 additions & 164 deletions
This file was deleted.

0 commit comments

Comments
 (0)