Commit 3a51056
authored
Refactored structure and more Kotlin examples (#42)
* Cleanup CI
* Directory refactoring
* Refactored GraalVM examples
Updated and fixed parallel build due to GraalVM plugin issue in build.gradle
Improved and reinforced grouping.gradle and settings.gradle
Updated CI
* Cleanup
* Improved README.md
* Added more Kotlin examples
* Cleanup
* Added README.md
* Downgrade JDK to 21
* Downgrade JDK to 21
* Reinforce CI
* Changed Cassandra test extension for Scylla for better performance
Updated testcontainers-extensions version
Minor fixes
* Try downgrade GraalVM plugin
* Cleanup
* Limit workers for CI
* Disable parallel for Github cause it always fail there
* Disable parallel for Github cause it always fail there
* Minor cleanup
* Minor cleanup
* Fixed native configs
* Added full Kotlin tests
Updated test dependencies
Code style
* Fixed dep for zeebe
* Fixed root containers
* Cleanup
* Fixes
* Fixes
* Separated
* Minor cleanup
* Minor cleanup and dep fix
* Added test driver
* Reinforced and improved and fixed and cleanup
* Kafka as separate
* Cleanup1 parent 162eb11 commit 3a51056
1,245 files changed
Lines changed: 21542 additions & 792 deletions
File tree
- .github/workflows
- examples
- graalvm
- kora-java-graalvm-crud-cassandra
- src
- main
- java/ru/tinkoff/kora/example/graalvm/crud/cassandra
- controller
- model
- dao
- mapper
- repository
- mapper
- service
- resources
- META-INF/native-image/ru.tinkoff.kora.examples/logback
- migrations
- openapi
- test
- java/ru/tinkoff/kora/example/graalvm/crud/cassandra
- resources
- kora-java-graalvm-crud-jdbc
- src
- main
- java/ru/tinkoff/kora/example/graalvm/crud/jdbc
- controller
- model
- dao
- mapper
- repository
- mapper
- service
- resources
- META-INF/native-image/ru.tinkoff.kora.examples/logback
- db/migration
- openapi
- test
- java/ru/tinkoff/kora/example/graalvm/crud/jdbc
- resources
- kora-java-graalvm-crud-r2dbc
- src
- main
- java/ru/tinkoff/kora/example/graalvm/crud/r2dbc
- controller
- model
- dao
- mapper
- repository
- mapper
- service
- resources
- META-INF/native-image/ru.tinkoff.kora.examples/logback
- db/migration
- openapi
- test
- java/ru/tinkoff/kora/example/graalvm/crud/r2dbc
- resources
- kora-java-graalvm-crud-vertx
- src
- main
- java/ru/tinkoff/kora/example/graalvm/crud/vertx
- controller
- model
- dao
- mapper
- repository
- mapper
- service
- resources
- META-INF/native-image/ru.tinkoff.kora.examples/logback
- db/migration
- openapi
- test
- java/ru/tinkoff/kora/example/graalvm/crud/vertx
- resources
- kora-java-graalvm-kafka
- docker
- src
- main
- java/ru/tinkoff/kora/example/graalvm/kafka
- resources
- META-INF/native-image/ru.tinkoff.kora.examples/logback
- test
- java/ru/tinkoff/kora/example/graalvm/kafka
- resources
- java
- kora-java-cache-caffeine
- src
- main
- java/ru/tinkoff/kora/example/cache/caffeine
- resources
- test
- java/ru/tinkoff/kora/example/cache/caffeine
- resources
- kora-java-cache-redis
- src
- main
- java/ru/tinkoff/kora/example/cache/redis
- resources
- test
- java/ru/tinkoff/kora/example/cache/redis
- resources
- kora-java-camunda-engine
- src
- main
- java/ru/tinkoff/kora/example/camunda/engine
- helloworld
- onboarding
- resources
- bpm
- test
- java/ru/tinkoff/kora/example/bpmn/camunda7
- resources
- kora-java-camunda-zeebe-worker
- src
- main
- java/ru/tinkoff/kora/example/camunda/zeebe
- resources
- bpm
- test
- java/ru/tinkoff/kora/example/bpmn/camunda8
- resources
- kora-java-config-hocon
- src
- main
- java/ru/tinkoff/kora/example/config/hocon
- resources
- test
- java/ru/tinkoff/kora/example/telemetry
- resources
- kora-java-config-yaml
- src
- main
- java/ru/tinkoff/kora/example/config/hocon
- resources
- test
- java/ru/tinkoff/kora/example/telemetry
- resources
- kora-java-crud-submodule
- kora-java-crud-submodule-app
- src
- main
- java/ru/tinkoff/kora/example/submodule/app
- controller
- model
- resources
- openapi
- test
- java/ru/tinkoff/kora/example/submodule/app
- resources
- kora-java-crud-submodule-common
- src/main
- java/ru/tinkoff/kora/example/submodule/common
- resources/db/migration
- kora-java-crud-submodule-pet-api
- src
- main
- java/ru/tinkoff/kora/example/submodule/pet
- model/dao
- repository
- mapper
- service
- resources
- test
- java/ru/tinkoff/kora/example/submodule/pet
- resources
- kora-java-crud-submodule-vet-api
- src
- main
- java/ru/tinkoff/kora/example/submodule/vet
- model/dao
- repository
- service
- resources
- test
- java/ru/tinkoff/kora/example/submodule/vet
- resources
- kora-java-crud
- src
- main
- java/ru/tinkoff/kora/example/crud
- controller
- model
- dao
- mapper
- repository
- mapper
- service
- resources
- db/migration
- openapi
- test
- java/ru/tinkoff/kora/example/crud
- resources
- kora-java-database-cassandra
- src
- main
- java/ru/tinkoff/kora/example/cassandra
- resources
- migrations
- test
- java/ru/tinkoff/kora/example/cassandra
- resources
- kora-java-database-jdbc
- src
- main
- java/ru/tinkoff/kora/example/jdbc
- resources
- db/migration
- test
- java/ru/tinkoff/kora/example/jdbc
- resources
- kora-java-database-r2dbc
- src
- main
- java/ru/tinkoff/kora/example/r2dbc
- resources
- db/migration
- test
- java/ru/tinkoff/kora/example/r2dbc
- resources
- kora-java-database-vertx
- src
- main
- java/ru/tinkoff/kora/example/vertx
- resources
- db/migration
- test
- java/ru/tinkoff/kora/example/vertx
- resources
- kora-java-grpc-client
- src
- main
- java/ru/tinkoff/kora/example/grpc/client
- proto
- resources
- test
- java/ru/tinkoff/kora/example/grpc/client
- resources
- kora-java-grpc-server
- src
- main
- java/ru/tinkoff/kora/example/grpc/server
- proto
- resources
- test
- java/ru/tinkoff/kora/example/grpc/server
- resources
- kora-java-helloworld
- src
- main
- java/ru/tinkoff/kora/example/helloworld
- resources
- test
- java/ru/tinkoff/kora/example/helloworld
- resources
- kora-java-http-client
- src
- main
- java/ru/tinkoff/kora/example/http/client
- resources
- test
- java/ru/tinkoff/kora/example/http/client
- resources
- kora-java-http-server
- src
- main
- java/ru/tinkoff/kora/example/http/server
- resources
- test
- java/ru/tinkoff/kora/example/httpserver
- resources
- kora-java-kafka
- src
- main
- java/ru/tinkoff/kora/example/kafka
- listener
- publisher
- resources
- test
- java/ru/tinkoff/kora/example/kafka
- listener
- publisher
- resources
- kora-java-openapi-generator-http-client
- src
- main
- java/ru/tinkoff/kora/example/openapi/http/client
- resources
- openapi
- test
- java/ru/tinkoff/kora/example/openapi/http/client
- resources
- kora-java-openapi-generator-http-server
- src
- main
- java/ru/tinkoff/kora/example/openapi/http/server
- resources
- openapi
- test
- java/ru/tinkoff/kora/example/openapi/http/server
- resources
- kora-java-resilient
- src
- main
- java/ru/tinkoff/kora/example/resilient
- resources
- test
- java/ru/tinkoff/kora/example/resilient
- resources
- kora-java-s3-client-aws
- src
- main
- java/ru/tinkoff/kora/example/s3/aws
- resources
- test
- java/ru/tinkoff/kora/example/s3/aws
- resources
- kora-java-s3-client-minio
- src
- main
- java/ru/tinkoff/kora/example/s3/minio
- resources
- test
- java/ru/tinkoff/kora/example/s3/minio
- resources
- kora-java-scheduling-jdk
- src
- main
- java/ru/tinkoff/kora/example/scheduling/jdk
- resources
- test
- java/ru/tinkoff/kora/example/scheduling/jdk
- resources
- kora-java-scheduling-quartz
- src
- main
- java/ru/tinkoff/kora/example/scheduling/quartz
- resources
- test
- java/ru/tinkoff/kora/example/scheduling/quartz
- resources
- kora-java-soap-client
- src
- main
- java/ru/tinkoff/kora/example/soap/client
- resources
- wsdl
- test
- java/ru/tinkoff/kora/example/soap/client
- resources
- kora-java-telemetry
- src
- main
- java/ru/tinkoff/kora/example/telemetry
- resources
- test
- java/ru/tinkoff/kora/example/telemetry
- resources
- kora-java-validation
- src
- main
- java/ru/tinkoff/kora/example/validation
- resources
- test
- java/ru/tinkoff/kora/example/validation
- resources
- kotlin
- kora-kotlin-cache-caffeine
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/cache/caffeine
- resources
- test
- kotlin/ru/tinkoff/kora/kotlin/example/cache/caffeine
- resources
- kora-kotlin-cache-redis
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/cache/redis
- resources
- test
- kotlin/ru/tinkoff/kora/kotlin/example/cache/redis
- resources
- kora-kotlin-camunda-engine
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/camunda/engine
- helloworld
- onboarding
- resources
- bpm
- test
- kotlin/ru/tinkoff/kora/kotlin/example/bpmn/camunda7
- resources
- kora-kotlin-camunda-zeebe-worker
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/camunda/zeebe
- resources
- bpm
- test
- kotlin/ru/tinkoff/kora/kotlin/example/bpmn/camunda8
- resources
- kora-kotlin-config-hocon
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/config/hocon
- resources
- test
- kotlin/ru/tinkoff/kora/kotlin/example/config/hocon
- resources
- kora-kotlin-config-yaml
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/config/hocon
- resources
- test
- kotlin/ru/tinkoff/kora/kotlin/example/config/hocon
- resources
- kora-kotlin-crud-submodule
- kora-kotlin-crud-submodule-app
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/submodule/app
- controller
- model
- resources
- openapi
- test
- kotlin/ru/tinkoff/kora/kotlin/example/submodule/app
- resources
- kora-kotlin-crud-submodule-common
- src/main
- kotlin/ru/tinkoff/kora/kotlin/example/submodule/common
- resources/db/migration
- kora-kotlin-crud-submodule-pet-api
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/submodule/pet
- model/dao
- repository
- service
- resources
- test
- kotlin/ru/tinkoff/kora/kotlin/example/submodule/pet
- resources
- kora-kotlin-crud-submodule-vet-api
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/submodule/vet
- model/dao
- repository
- service
- resources
- test
- kotlin/ru/tinkoff/kora/kotlin/example/submodule/vet
- resources
- kora-kotlin-crud
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/crud
- controller
- model
- repository
- service
- resources
- db/migration
- openapi
- test
- kotlin/ru/tinkoff/kora/kotlin/example/crud
- resources
- kora-kotlin-database-cassandra
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/cassandra
- resources
- migrations
- test
- kotlin/ru/tinkoff/kora/kotlin/example/cassandra
- resources
- kora-kotlin-database-jdbc
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/jdbc
- resources
- db/migration
- test
- kotlin/ru/tinkoff/kora/kotlin/example/jdbc
- resources
- kora-kotlin-database-r2dbc
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/r2dbc
- resources
- db/migration
- test
- kotlin/ru/tinkoff/kora/kotlin/example/r2dbc
- resources
- kora-kotlin-database-vertx
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/vertx
- resources
- db/migration
- test
- kotlin/ru/tinkoff/kora/kotlin/example/vertx
- resources
- kora-kotlin-grpc-client
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/grpc/client
- proto
- resources
- test
- kotlin/ru/tinkoff/kora/kotlin/example/grpc/client
- resources
- kora-kotlin-grpc-server
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/grpc/server
- proto
- resources
- test
- kotlin/ru/tinkoff/kora/kotlin/example/grpc/server
- resources
- kora-kotlin-helloworld
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/helloworld
- resources
- test
- kotlin/ru/tinkoff/kora/kotlin/example/helloworld
- resources
- kora-kotlin-http-client
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/http/client
- resources
- test
- kotlin/ru/tinkoff/kora/kotlin/example/http/client
- resources
- kora-kotlin-http-server
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/http/server
- resources
- test
- kotlin/ru/tinkoff/kora/kotlin/example/httpserver
- resources
- kora-kotlin-kafka
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/kafka
- listener
- publisher
- resources
- test
- kotlin/ru/tinkoff/kora/kotlin/example/kafka
- listener
- publisher
- resources
- kora-kotlin-openapi-generator-http-client
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/openapi/http/client
- resources
- openapi
- test
- kotlin/ru/tinkoff/kora/kotlin/example/openapi/http/client
- resources
- kora-kotlin-openapi-generator-http-server
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/openapi/http/server
- resources
- openapi
- test
- kotlin/ru/tinkoff/kora/kotlin/example/openapi/http/server
- resources
- kora-kotlin-resilient
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/resilient
- resources
- test
- kotlin/ru/tinkoff/kora/kotlin/example/resilient
- resources
- kora-kotlin-s3-client-aws
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/s3/aws
- resources
- test
- kotlin/ru/tinkoff/kora/kotlin/example/s3/aws
- resources
- kora-kotlin-s3-client-minio
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/s3/minio
- resources
- test
- kotlin/ru/tinkoff/kora/kotlin/example/s3/minio
- resources
- kora-kotlin-scheduling-jdk
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/scheduling/jdk
- resources
- test
- kotlin/ru/tinkoff/kora/kotlin/example/scheduling/jdk
- resources
- kora-kotlin-scheduling-quartz
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/scheduling/quartz
- resources
- test
- kotlin/ru/tinkoff/kora/kotlin/example/scheduling/quartz
- resources
- kora-kotlin-soap-client
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/soap/client
- resources
- wsdl
- test
- kotlin/ru/tinkoff/kora/kotlin/example/soap/client
- resources
- kora-kotlin-telemetry
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/telemetry
- resources
- test
- kotlin/ru/tinkoff/kora/kotlin/example/telemetry
- resources
- kora-kotlin-validation
- src
- main
- kotlin/ru/tinkoff/kora/kotlin/example/validation
- resources
- test
- kotlin/ru/tinkoff/kora/kotlin/example/validation
- resources
- gradle/wrapper
- kora-java-kafka/src/main/java/ru/tinkoff/kora/example/kafka/listener
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
15 | 20 | | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
19 | 24 | | |
20 | | - | |
| 25 | + | |
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
| |||
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
29 | | - | |
30 | | - | |
| 34 | + | |
| 35 | + | |
31 | 36 | | |
32 | | - | |
33 | | - | |
| 37 | + | |
| 38 | + | |
34 | 39 | | |
35 | | - | |
36 | | - | |
| 40 | + | |
| 41 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
37 | | - | |
38 | | - | |
| 41 | + | |
| 42 | + | |
39 | 43 | | |
40 | | - | |
41 | | - | |
| 44 | + | |
| 45 | + | |
42 | 46 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 47 | + | |
| 48 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
13 | 19 | | |
14 | 20 | | |
15 | 21 | | |
| |||
21 | 27 | | |
22 | 28 | | |
23 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
24 | 36 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
4 | | - | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
15 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
16 | 41 | | |
17 | 42 | | |
18 | 43 | | |
19 | 44 | | |
20 | 45 | | |
21 | 46 | | |
22 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
23 | 54 | | |
24 | 55 | | |
25 | 56 | | |
| |||
43 | 74 | | |
44 | 75 | | |
45 | 76 | | |
46 | | - | |
| 77 | + | |
47 | 78 | | |
48 | 79 | | |
49 | 80 | | |
| |||
54 | 85 | | |
55 | 86 | | |
56 | 87 | | |
57 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
58 | 93 | | |
59 | 94 | | |
60 | 95 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
File renamed without changes.
File renamed without changes.
Lines changed: 17 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
17 | 24 | | |
18 | 25 | | |
19 | 26 | | |
| |||
49 | 56 | | |
50 | 57 | | |
51 | 58 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| |||
122 | 124 | | |
123 | 125 | | |
124 | 126 | | |
125 | | - | |
126 | | - | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
162 | | - | |
| 161 | + | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 7 | | |
11 | 8 | | |
12 | 9 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
0 commit comments