Commit 6e74cd8
authored
chore: remove base64 encoding (#937)
* feat: prepare deprecation of base64 encoded participant context IDs
* chore: remove base64 encoding for participant-context-ID
* checkstyle
* remove old DCP context
* trigger ci
* remove old DSPACE context
* fix compile errors
* checkstyle
* update api version file
* fix tests1 parent 7bef529 commit 6e74cd8
64 files changed
Lines changed: 454 additions & 631 deletions
File tree
- core
- common-core/src/main/java/org/eclipse/edc/identityhub
- identity-hub-core/src
- main/java/org/eclipse/edc/identityhub/core/services/verifiablepresentation/generators
- test/java/org/eclipse/edc/identityhub/core/services
- verifiablecredential
- verifiablepresentation/generators
- e2e-tests
- admin-api-tests/src/test/java/org/eclipse/edc/identityhub/tests
- dcp-issuance-tests/src/test/java/org/eclipse/edc/identityhub/tests/dcp
- api
- flow
- identity-api-tests/src/test/java/org/eclipse/edc/identityhub/tests
- identityhub-test-fixtures/src/testFixtures/java/org/eclipse/edc/identityhub/tests/fixtures
- common
- credentialservice
- issuerservice
- tck-tests/presentation/src/test/java/org/eclipse/edc/test/e2e/tck
- issuance
- issuer
- presentation
- extensions
- api
- identity-api
- did-api/src/main/java/org/eclipse/edc/identityhub/api/didmanagement/v1/unstable
- keypair-api/src
- main/java/org/eclipse/edc/identityhub/api/keypair/v1/unstable
- test/java/org/eclipse/edc/identityhub/api/keypair/v1/unstable
- participant-context-api/src
- main/java/org/eclipse/edc/identityhub/api/verifiablecredential/v1/unstable
- test/java/org/eclipse/edc/identityhub/api/verifiablecredential/v1/unstable
- verifiable-credentials-api/src
- main/java/org/eclipse/edc/identityhub/api/verifiablecredentials/v1/unstable
- test/java/org/eclipse/edc/identityhub/api/verifiablecredentials/v1/unstable
- issuer-admin-api
- attestation-api/src
- main/java/org/eclipse/edc/issuerservice/api/admin/credentials/v1/unstable
- test/java/org/eclipse/edc/issuerservice/api/admin/credentials/v1/unstable
- credential-definition-api/src/main/java/org/eclipse/edc/issuerservice/api/admin/credentialdefinition/v1/unstable
- credentials-api/src/main/java/org/eclipse/edc/issuerservice/api/admin/credentials/v1/unstable
- holder-api/src/main/java/org/eclipse/edc/issuerservice/api/admin/holder/v1/unstable
- issuance-process-api/src/main/java/org/eclipse/edc/issuerservice/api/admin/issuance/v1/unstable
- store/sql
- holder-credential-offer-store-sql/src/main/java/org/eclipse/edc/identityhub/store/sql/credentialoffer/schema
- holder-credential-request-store-sql/src/main/java/org/eclipse/edc/identityhub/store/sql/credentialrequest/schema
- issuance-process-store-sql/src/main/java/org/eclipse/edc/issuerservice/store/sql/issuanceprocess
- protocols/dcp
- dcp-identityhub
- credential-offer-api/src/main/java/org/eclipse/edc/identityhub/api/credentialoffer
- credentials-api-configuration/src/main/resources
- presentation-api/src
- main/java/org/eclipse/edc/identityhub/api
- verifiablecredential
- test/java/org/eclipse/edc/identityservice/api/v1
- storage-api/src/main/java/org/eclipse/edc/identityhub/api/storage
- dcp-issuer/dcp-issuer-api/src
- main/java/org/eclipse/edc/identityhub/protocols/dcp/issuer/api/v1alpha
- credentialrequeststatus
- credentialrequest
- issuermetadata
- test/java/org/eclipse/edc/identityhub/protocols/dcp/issuer/api/v1alpha
- credentialrequeststatus
- credentialrequest
- issuermetadata
- spi/participant-context-spi/src/main/java/org/eclipse/edc/identityhub/spi/participantcontext
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| |||
157 | 156 | | |
158 | 157 | | |
159 | 158 | | |
160 | | - | |
161 | 159 | | |
162 | 160 | | |
163 | 161 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
122 | 121 | | |
123 | 122 | | |
124 | 123 | | |
125 | | - | |
| 124 | + | |
126 | 125 | | |
127 | 126 | | |
128 | 127 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
Lines changed: 18 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
| 191 | + | |
191 | 192 | | |
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
195 | 196 | | |
196 | 197 | | |
197 | | - | |
| 198 | + | |
198 | 199 | | |
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
202 | 203 | | |
203 | | - | |
| 204 | + | |
204 | 205 | | |
205 | 206 | | |
206 | 207 | | |
| |||
213 | 214 | | |
214 | 215 | | |
215 | 216 | | |
216 | | - | |
| 217 | + | |
| 218 | + | |
217 | 219 | | |
218 | 220 | | |
219 | 221 | | |
220 | 222 | | |
221 | 223 | | |
222 | 224 | | |
223 | | - | |
| 225 | + | |
224 | 226 | | |
225 | 227 | | |
226 | 228 | | |
227 | 229 | | |
228 | 230 | | |
229 | | - | |
| 231 | + | |
230 | 232 | | |
231 | 233 | | |
232 | 234 | | |
| |||
237 | 239 | | |
238 | 240 | | |
239 | 241 | | |
240 | | - | |
| 242 | + | |
| 243 | + | |
241 | 244 | | |
242 | 245 | | |
243 | 246 | | |
244 | 247 | | |
245 | 248 | | |
246 | 249 | | |
247 | 250 | | |
248 | | - | |
| 251 | + | |
249 | 252 | | |
250 | 253 | | |
251 | 254 | | |
252 | 255 | | |
253 | | - | |
| 256 | + | |
254 | 257 | | |
255 | 258 | | |
256 | 259 | | |
| |||
260 | 263 | | |
261 | 264 | | |
262 | 265 | | |
263 | | - | |
| 266 | + | |
| 267 | + | |
264 | 268 | | |
265 | 269 | | |
266 | 270 | | |
| |||
269 | 273 | | |
270 | 274 | | |
271 | 275 | | |
272 | | - | |
| 276 | + | |
273 | 277 | | |
274 | 278 | | |
275 | 279 | | |
| |||
284 | 288 | | |
285 | 289 | | |
286 | 290 | | |
287 | | - | |
| 291 | + | |
288 | 292 | | |
289 | 293 | | |
290 | 294 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
173 | 172 | | |
174 | 173 | | |
175 | 174 | | |
176 | | - | |
177 | 175 | | |
178 | 176 | | |
179 | 177 | | |
| |||
Lines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
62 | | - | |
63 | 61 | | |
64 | 62 | | |
65 | 63 | | |
| |||
86 | 84 | | |
87 | 85 | | |
88 | 86 | | |
89 | | - | |
| 87 | + | |
90 | 88 | | |
91 | 89 | | |
92 | 90 | | |
| |||
101 | 99 | | |
102 | 100 | | |
103 | 101 | | |
104 | | - | |
| 102 | + | |
105 | 103 | | |
106 | 104 | | |
107 | 105 | | |
| |||
115 | 113 | | |
116 | 114 | | |
117 | 115 | | |
118 | | - | |
| 116 | + | |
119 | 117 | | |
120 | 118 | | |
121 | 119 | | |
| |||
148 | 146 | | |
149 | 147 | | |
150 | 148 | | |
151 | | - | |
| 149 | + | |
152 | 150 | | |
153 | 151 | | |
154 | 152 | | |
| |||
175 | 173 | | |
176 | 174 | | |
177 | 175 | | |
178 | | - | |
| 176 | + | |
179 | 177 | | |
180 | 178 | | |
181 | 179 | | |
| |||
0 commit comments