Commit 6d0052e
authored
Update Java/Kotlin examples (#261)
* Update Java/Kotlin examples
* Add Kotlin Spring boot example, fix java spring boot example
* Few cosmetic small improvements to the examples
* Remove stuff not needed anymore
* Fix Kotlin
* Last minute package renaming
* Finish updates
* Add .idea to improve the experience with code generator1 parent 080ae2d commit 6d0052e
File tree
136 files changed
+1127
-699
lines changed- .github/workflows
- .tools
- java
- basics
- .idea
- src/main/java
- building_blocks
- durable_execution
- utils
- virtual_objects
- workflows
- end-to-end-applications
- food-ordering/app
- gradle/wrapper
- restate-app
- src/main/java/dev/restate/sdk/examples
- clients
- external
- types
- restaurant
- src/main/java/dev/restate/sdk/examples
- subway-fare-calculator
- src/main/java/dev/restate/example
- workflow-interpreter
- src/main/java/com/example/restatestarter
- types
- utils
- integrations/java-spring
- src/main/java/dev/restate/examples
- patterns-use-cases
- .idea
- src/main/java/my/example
- durablerpc
- eventenrichment
- eventtransactions
- parallelizework
- queue
- sagas
- schedulingtasks
- signalspayments
- statefulactors
- statemachinepayments
- accounts
- syncasync
- templates
- java-gradle
- .idea
- src
- main/java/my/example
- test/java/my/example
- java-maven-quarkus
- src/main/java/org/acme
- java-maven-spring-boot
- src
- main/java/com/example/restatestarter
- test/java/com/example/restatestarter
- java-maven
- .idea
- src
- main/java/my/example
- test/java/my/example
- tutorials/tour-of-restate-java
- src/main/java/dev/restate/tour
- app
- part1
- part2
- part3
- part4
- kotlin
- basics
- src/main/kotlin
- building_blocks
- durable_execution
- utils
- virtual_objects
- workflows
- end-to-end-applications
- food-ordering
- app
- restate-app
- src/main/kotlin/dev/restate/sdk/examples
- external
- restaurant
- src/main/kotlin/dev/restate/sdk/examples
- kmp-android-todo-app/server
- src/main/kotlin/dev/restate/examples/noteapp
- integrations/kotlin-gradle-lambda-cdk/lambda
- src/main/kotlin/dev/restate/sdk/examples
- patterns-use-cases
- gradle/wrapper
- src/main/kotlin/my/example
- eventenrichment
- eventtransactions
- parallelizework
- queue
- sagas
- schedulingtasks
- templates
- kotlin-gradle-spring-boot
- gradle/wrapper
- src
- main
- kotlin/com/example/restatestarter
- resources
- test/kotlin/com/example/restatestarter
- kotlin-gradle
- src/main/kotlin/my/example
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
136 files changed
+1127
-699
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | | - | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | | - | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 28 | | |
33 | 29 | | |
34 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
76 | | - | |
| 74 | + | |
77 | 75 | | |
78 | 76 | | |
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
| 53 | + | |
56 | 54 | | |
57 | 55 | | |
58 | 56 | | |
| |||
0 commit comments