Skip to content

Commit

Permalink
feat(spring-sdk): provide access to current state in views (#1092)
Browse files Browse the repository at this point in the history
* feat(spring-sdk): provide access to currentState on views

* Update sdk/spring-sdk/src/it/java/com/example/wiring/SpringSdkWiringIntegrationTest.java

Co-authored-by: Renato Cavalcanti <renato@cavalcanti.be>

* removing spring-wiring-tests

Co-authored-by: Renato Cavalcanti <renato@cavalcanti.be>
  • Loading branch information
efgpinto and octonato committed Sep 9, 2022
1 parent 08174dd commit b6d3754
Show file tree
Hide file tree
Showing 27 changed files with 308 additions and 819 deletions.
21 changes: 0 additions & 21 deletions .circleci/config.yml
Expand Up @@ -1016,23 +1016,6 @@ jobs:
echo "Running mvn with SDK version: '$SDK_VERSION'"
mvn -Dkalix-sdk.version=$SDK_VERSION verify -Pit
sample-spring-wiring-tests:
machine:
image: ubuntu-2004:202201-02
steps:
- checkout-and-merge-to-main
- setup_sbt
- restore_deps_cache
# note: `copy-from-workspace` requires `publish-local` to be run first as declared in workflow section below
- copy-from-workspace
- set-sdk-version
- run:
name: Spring SDK wiring tests
command: |
cd samples/spring-wiring-tests
echo "Running mvn with SDK version: '$SDK_VERSION'"
# no testing for now, only 'compile'
mvn -Dkalix-sdk.version=$SDK_VERSION verify -Pit
publish:
docker:
- image: circleci/openjdk:11
Expand Down Expand Up @@ -1285,10 +1268,6 @@ workflows:
requires:
- checks
- publish-local
- sample-spring-wiring-tests:
requires:
- checks
- publish-local
- publish:
filters: # version tags only
tags:
Expand Down
5 changes: 0 additions & 5 deletions samples/spring-wiring-tests/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions samples/spring-wiring-tests/docker-compose.yml

This file was deleted.

0 comments on commit b6d3754

Please sign in to comment.