Commit 4988a13
Build(deps): Bump aas4j-version from 2.0.1 to 2.0.2 (#1011)
* Build(deps): Bump aas4j-version from 2.0.1 to 2.0.2
Bumps `aas4j-version` from 2.0.1 to 2.0.2.
Updates `org.eclipse.digitaltwin.aas4j:aas4j-model` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/eclipse-digitaltwin/aas4j/releases)
- [Commits](eclipse-aas4j/aas4j@2.0.1...2.0.2)
Updates `org.eclipse.digitaltwin.aas4j:aas4j-dataformat-json` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/eclipse-digitaltwin/aas4j/releases)
- [Commits](eclipse-aas4j/aas4j@2.0.1...2.0.2)
Updates `org.eclipse.digitaltwin.aas4j:aas4j-dataformat-xml` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/eclipse-digitaltwin/aas4j/releases)
- [Commits](eclipse-aas4j/aas4j@2.0.1...2.0.2)
Updates `org.eclipse.digitaltwin.aas4j:aas4j-dataformat-core` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/eclipse-digitaltwin/aas4j/releases)
- [Commits](eclipse-aas4j/aas4j@2.0.1...2.0.2)
Updates `org.eclipse.digitaltwin.aas4j:aas4j-dataformat-aasx` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/eclipse-digitaltwin/aas4j/releases)
- [Commits](eclipse-aas4j/aas4j@2.0.1...2.0.2)
---
updated-dependencies:
- dependency-name: org.eclipse.digitaltwin.aas4j:aas4j-dataformat-aasx
dependency-version: 2.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.eclipse.digitaltwin.aas4j:aas4j-dataformat-core
dependency-version: 2.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.eclipse.digitaltwin.aas4j:aas4j-dataformat-json
dependency-version: 2.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.eclipse.digitaltwin.aas4j:aas4j-dataformat-xml
dependency-version: 2.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.eclipse.digitaltwin.aas4j:aas4j-model
dependency-version: 2.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fixes failing tests
* Enhance AAS Environment Authorization and Testing
- Added support for concept description IDs in AAS environment target information and authorization checks.
- Implemented new tests for verifying concept description ID handling in permission verification.
- Updated AasEnvironmentLoaderTest to include scenarios for environments with and without shells, submodels, and concept descriptions.
- Enhanced AuthorizedAasEnvironment to handle concept descriptions in permission checks and serialization.
- Introduced new test classes for verifying the behavior of the AasEnvironmentTargetPermissionVerifier and AuthorizedAasEnvironment.
- Refactored existing tests to ensure compatibility with the new concept description handling.
- Removed unused dependency from pom.xml.
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aaron Zielstorff <aaron.zielstorff@iese.fraunhofer.de>1 parent 27c5f09 commit 4988a13
20 files changed
Lines changed: 637 additions & 179 deletions
File tree
- .github/workflows/scripts
- basyx.aasenvironment
- basyx.aasenvironment-core/src
- main/java/org/eclipse/digitaltwin/basyx/aasenvironment/base
- test/java/org/eclipse/digitaltwin/basyx/aasenvironment
- basyx.aasenvironment-feature-authorization/src
- main/java/org/eclipse/digitaltwin/basyx/aasenvironment/feature/authorization
- rbac
- backend/submodel
- test/java/org/eclipse/digitaltwin/basyx/aasenvironment/feature/authorization
- basyx.common/basyx.http/src/main/java/org/eclipse/digitaltwin/basyx/http
- basyx.submodelrepository
- basyx.submodelrepository-feature-authorization/src/test/java/org/eclipse/digitaltwin/basyx
- submodelrepository
- client
- feature/authorization
- submodelservice/client
- basyx.submodelrepository-feature-operation-delegation
- src/test/java/org/eclipse/digitaltwin/basyx/submodelrepository/feature/operation/delegation
- basyx.submodelrepository-http/src/main/java/org/eclipse/digitaltwin/basyx/submodelrepository/http
- basyx.submodelservice/basyx.submodelservice-http/src/main/java/org/eclipse/digitaltwin/basyx/submodelservice/http
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
9 | 19 | | |
10 | 20 | | |
11 | 21 | | |
12 | 22 | | |
13 | 23 | | |
14 | 24 | | |
15 | | - | |
| 25 | + | |
16 | 26 | | |
17 | 27 | | |
18 | 28 | | |
19 | 29 | | |
20 | 30 | | |
21 | 31 | | |
22 | 32 | | |
23 | | - | |
| 33 | + | |
24 | 34 | | |
25 | 35 | | |
26 | 36 | | |
| |||
29 | 39 | | |
30 | 40 | | |
31 | 41 | | |
32 | | - | |
| 42 | + | |
33 | 43 | | |
34 | 44 | | |
35 | 45 | | |
| |||
Lines changed: 23 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | | - | |
| 309 | + | |
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
| 313 | + | |
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
332 | 348 | | |
333 | 349 | | |
334 | 350 | | |
| |||
Lines changed: 45 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
101 | 134 | | |
102 | 135 | | |
103 | 136 | | |
| |||
199 | 232 | | |
200 | 233 | | |
201 | 234 | | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
202 | 246 | | |
203 | 247 | | |
204 | 248 | | |
| |||
210 | 254 | | |
211 | 255 | | |
212 | 256 | | |
213 | | - | |
| 257 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | | - | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
53 | 59 | | |
54 | 60 | | |
55 | 61 | | |
56 | 62 | | |
57 | 63 | | |
58 | 64 | | |
59 | 65 | | |
| 66 | + | |
60 | 67 | | |
61 | 68 | | |
62 | 69 | | |
| |||
69 | 76 | | |
70 | 77 | | |
71 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
72 | 83 | | |
73 | 84 | | |
74 | | - | |
| 85 | + | |
75 | 86 | | |
76 | 87 | | |
77 | 88 | | |
| |||
83 | 94 | | |
84 | 95 | | |
85 | 96 | | |
86 | | - | |
| 97 | + | |
87 | 98 | | |
88 | 99 | | |
89 | 100 | | |
90 | 101 | | |
91 | | - | |
| 102 | + | |
92 | 103 | | |
93 | 104 | | |
94 | 105 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| 53 | + | |
| 54 | + | |
51 | 55 | | |
52 | 56 | | |
53 | 57 | | |
| |||
58 | 62 | | |
59 | 63 | | |
60 | 64 | | |
61 | | - | |
| 65 | + | |
62 | 66 | | |
63 | 67 | | |
64 | 68 | | |
| |||
67 | 71 | | |
68 | 72 | | |
69 | 73 | | |
70 | | - | |
| 74 | + | |
71 | 75 | | |
72 | 76 | | |
73 | 77 | | |
| |||
76 | 80 | | |
77 | 81 | | |
78 | 82 | | |
79 | | - | |
| 83 | + | |
80 | 84 | | |
81 | 85 | | |
82 | 86 | | |
| |||
92 | 96 | | |
93 | 97 | | |
94 | 98 | | |
95 | | - | |
| 99 | + | |
96 | 100 | | |
97 | 101 | | |
98 | 102 | | |
| |||
105 | 109 | | |
106 | 110 | | |
107 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
108 | 115 | | |
109 | 116 | | |
110 | 117 | | |
111 | 118 | | |
112 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
113 | 123 | | |
114 | 124 | | |
115 | 125 | | |
116 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
117 | 143 | | |
0 commit comments