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
8 changes: 0 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,14 +284,6 @@ jobs:
echo "Running mvn with SDK version: '$SDK_VERSION'"
mvn -Dakkaserverless-sdk.version=$SDK_VERSION test-compile
mvn -Dakkaserverless-sdk.version=$SDK_VERSION verify -Pit
- run:
name: Eventing "Shopping Cart" sample
command: |
cd samples/java-eventing-shopping-cart
echo "Running mvn with SDK version: '$SDK_VERSION'"
mvn -Dakkaserverless-sdk.version=$SDK_VERSION compile verify
echo "FIXME Integration tests disabled for codegen/API work"
# mvn -Dakkaserverless-sdk.version=$SDK_VERSION verify -Pit
- run:
name: Replicated Entity examples
command: |
Expand Down
4 changes: 2 additions & 2 deletions docs/src/modules/java/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ NOTE: There is a separate `src/test/resources/logback-test.xml` that is used whe
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:

[source,java,indent=0]
----
include::example$java-eventing-shopping-cart/src/main/java/shopping/Main.java[tag=RegisterEventSourcedEntity]
----
include::example$java-eventsourced-shopping-cart/src/main/java/com/example/shoppingcart/Main.java[tag=RegisterEventSourcedEntity]
----


Expand Down
164 changes: 0 additions & 164 deletions samples/java-eventing-shopping-cart/README.md

This file was deleted.

Loading