Commit a84f97b
authored
Adds AAS Discovery Integration for AAS Repository (eclipse-basyx#726)
* Adds Feature Discovery-Integration
- TODO: Test
* Adds Tests for AAS Repository Discovery Integration
* Adds Test for Authorized AAS Discovery Integration
* Refactoring and adds missing Tests
* Refactoring and adds missing Tests
* Adapts examples and fixes error in parent pom
* Resolves Bean Conflict
* Resolves Bean Conflict
* Resolves Bean Conflict
* Adds Discovery Integration to example1 parent cdd6ad7 commit a84f97b
32 files changed
Lines changed: 1271 additions & 21 deletions
File tree
- .github/workflows
- basyx.aasdiscoveryservice/basyx.aasdiscoveryservice-client/src/main/java/org/eclipse/digitaltwin/basyx/aasdiscoveryservice/client
- basyx.aasenvironment/basyx.aasenvironment.component/src/main/resources
- basyx.aasrepository
- basyx.aasrepository-feature-discovery-integration
- src
- main/java/org/eclipse/digitaltwin/basyx/aasrepository/feature/discoveryintegration
- test
- java/org/eclipse/digitaltwin/basyx/aasrepository/feature/discoveryintegration
- resources
- basyx.aasrepository.component
- src/main/resources
- basyx.common/basyx.core/src/main/java/org/eclipse/digitaltwin/basyx/core/exceptions
- ci
- keycloak/rules
- examples
- BaSyxClient
- BaSyxDynamicRBAC/basyx
- BaSyxMinimal
- BaSyxNGINX
- basyx
- BaSyxOperationDelegation
- BaSyxSecured/basyx
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| |||
91 | 94 | | |
92 | 95 | | |
93 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
94 | 100 | | |
95 | 101 | | |
96 | 102 | | |
| |||
156 | 162 | | |
157 | 163 | | |
158 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
159 | 168 | | |
160 | 169 | | |
161 | 170 | | |
| |||
221 | 230 | | |
222 | 231 | | |
223 | 232 | | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
224 | 236 | | |
225 | 237 | | |
226 | 238 | | |
| |||
285 | 297 | | |
286 | 298 | | |
287 | 299 | | |
288 | | - | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
289 | 304 | | |
290 | 305 | | |
291 | 306 | | |
| |||
340 | 355 | | |
341 | 356 | | |
342 | 357 | | |
343 | | - | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
344 | 362 | | |
345 | 363 | | |
346 | 364 | | |
| |||
405 | 423 | | |
406 | 424 | | |
407 | 425 | | |
408 | | - | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
409 | 430 | | |
410 | 431 | | |
411 | 432 | | |
| |||
460 | 481 | | |
461 | 482 | | |
462 | 483 | | |
463 | | - | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
464 | 488 | | |
465 | 489 | | |
466 | 490 | | |
| |||
525 | 549 | | |
526 | 550 | | |
527 | 551 | | |
528 | | - | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
529 | 556 | | |
530 | 557 | | |
531 | 558 | | |
| |||
591 | 618 | | |
592 | 619 | | |
593 | 620 | | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
594 | 624 | | |
595 | 625 | | |
596 | 626 | | |
| |||
656 | 686 | | |
657 | 687 | | |
658 | 688 | | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
659 | 692 | | |
660 | 693 | | |
661 | 694 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
Lines changed: 22 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
Lines changed: 72 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
0 commit comments