This repository was archived by the owner on Mar 27, 2025. It is now read-only.
File tree
93 files changed
+447
-354
lines changed- code
- exercise_000_initial_state
- src/main/java/com/lunatech/training/quarkus
- exercise_001_create_a_greeting_service
- src/main/java/com/lunatech/training/quarkus
- exercise_002_a_qute_hello_world
- src
- main/java/com/lunatech/training/quarkus
- test/java/com/lunatech/training/quarkus
- exercise_003_qute_products
- src
- main/java/com/lunatech/training/quarkus
- test/java/com/lunatech/training/quarkus
- exercise_004_even_qute_products
- src
- main/java/com/lunatech/training/quarkus
- test/java/com/lunatech/training/quarkus
- exercise_005_products_from_the_database
- src
- main
- java/com/lunatech/training/quarkus
- resources
- test/java/com/lunatech/training/quarkus
- exercise_006_CDI_and_ArC
- src
- main
- java/com/lunatech/training/quarkus
- resources
- test/java/com/lunatech/training/quarkus
- exercise_007_Convert_endpoints_to_JSON
- src/main
- java/com/lunatech/training/quarkus
- resources
- exercise_008_Adding_REST_data_Panache
- src/main
- java/com/lunatech/training/quarkus
- resources
- exercise_009_Hook_up_the_React_app
- src/main
- java/com/lunatech/training/quarkus
- resources
- exercise_010_Validation_and_PUT
- src/main
- java/com/lunatech/training/quarkus
- resources
- exercise_011_Going_Reactive
- src/main
- java/com/lunatech/training/quarkus
- resources
- exercise_012_Reactive_search_endpoint
- src/main
- java/com/lunatech/training/quarkus
- resources
- exercise_013_Listen_and_Notify
- src/main
- java/com/lunatech/training/quarkus
- resources
- exercise_014_Internal_Channels
- src/main
- java/com/lunatech/training/quarkus
- resources
- exercise_015_Connecting_to_Kafka
- src/main
- java/com/lunatech/training/quarkus
- resources
- exercise_016_Dead_Letter_Queue_and_Stream_filtering
- src/main
- java/com/lunatech/training/quarkus
- resources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
93 files changed
+447
-354
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
0 commit comments