Skip to content
Success

Changes

Summary

  1. docs: add decision record about the adoption of IATP (#145) (details)
  2. build(deps): bump agilepathway/label-checker from 1.5.4 to 1.5.9 (#144) (details)
  3. Bump version from 0.3.1 to 0.3.2-SNAPSHOT [skip ci] (details)
  4. docs: Add architecture docs for the Identity and Trust protocol  (#149) (details)
  5. docs: adds documentation about IATP modules (#146) (details)
  6. feat: add Resolution API (#160) (details)
  7. feat: implement AccessTokenVerifier (#162) (details)
  8. build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.25 to 9.37 (#158) (details)
  9. build(deps): bump io.swagger.core.v3:swagger-jaxrs2-jakarta from 2.1.13 to 2.2.18 (#161) (details)
  10. build(deps): bump agilepathway/label-checker from 1.5.9 to 1.6.7 (#165) (details)
  11. build(deps): bump org.junit.jupiter:junit-jupiter-api from 5.10.0 to 5.10.1 (#166) (details)
  12. chore: update DEPENDENCIES file (details)
  13. chore: add latest JSON-LD context to cache (#167) (details)
  14. feat: add `CredentialStore` + inmem implementation (#164) (details)
  15. feat: implement CredentialQueryResolver (#168) (details)
  16. build: add breaking-change section to release note (details)
  17. feat: implement PresentationGenerator (#172) (details)
  18. chore: delete model classes that were moved to EDC (#173) (details)
  19. Bump version from 0.4.0 to 0.4.1-SNAPSHOT [skip ci] (details)
Commit 9edabd6246321a2d14d1bf9590dc92608118c8cb by GitHub
docs: add decision record about the adoption of IATP (#145)

* docs: add decision record about the adoption or IATP

* DEPENDENCIES

* wording
The file was modified DEPENDENCIES (diff)
The file was addeddocs/developer/decision-records/2023-09-27-adoption_of_the_identity_and_trust_protocol/README.md
Commit 32e61ca72ed9d205d61779d4883ecff16b8bc56e by GitHub
build(deps): bump agilepathway/label-checker from 1.5.4 to 1.5.9 (#144)

* build(deps): bump agilepathway/label-checker from 1.5.4 to 1.5.9

Bumps [agilepathway/label-checker](https://github.com/agilepathway/label-checker) from 1.5.4 to 1.5.9.
- [Release notes](https://github.com/agilepathway/label-checker/releases)
- [Commits](https://github.com/agilepathway/label-checker/compare/v1.5.4...v1.5.9)

---
updated-dependencies:
- dependency-name: agilepathway/label-checker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: deps file

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Enrico Risa <enrico.risa@gmail.com>
The file was modified .github/workflows/scan-pull-request.yaml (diff)
Commit f326a3aa9cb34de663dc239dda7a65f62275760b by EDC Bot
Bump version from 0.3.1 to 0.3.2-SNAPSHOT [skip ci]
The file was modified DEPENDENCIES (diff)
The file was modified gradle.properties (diff)
The file was modified gradle/libs.versions.toml (diff)
The file was modified identity-hub-cli/README.md (diff)
Commit 4e9a59c44e94fc5f51d388b352af412bde2389d2 by GitHub
docs: Add architecture docs for the Identity and Trust protocol  (#149)

* Add architecture docs

* Update docs/developer/architecture/identity-trust-protocol/identity.hub.architecture.md

Co-authored-by: Benjamin Scholtes <88310985+bscholtes1A@users.noreply.github.com>

* Changes based on Ben's comments

* Changes based on Ben's comments

---------

Co-authored-by: Benjamin Scholtes <88310985+bscholtes1A@users.noreply.github.com>
The file was addeddocs/developer/architecture/identity-trust-protocol/identity.hub.modules.png
The file was addeddocs/developer/architecture/identity-trust-protocol/identity.hub.architecture.md
The file was addeddocs/developer/architecture/styles/diagram.styles.puml
The file was addeddocs/developer/architecture/identity-trust-protocol/identity.hub.modules.puml
The file was addeddocs/developer/architecture/identity-trust-protocol/README.md
Commit 31c6df82496c9069202eba4d5bd5772c1187bef6 by GitHub
docs: adds documentation about IATP modules (#146)

* docs: adds documentation about IATP modules

* removed PR template

* wording

* rebased - moved

* PR Remarks
The file was removed.github/PULL_REQUEST_TEMPLATE.md
The file was addeddocs/developer/architecture/identity-trust-protocol/identity-and-trust-modules.md
Commit 4c5d32736acef1114b46413a3ff60e2183522b29 by GitHub
feat: add Resolution API (#160)

* feat: add the Resolution API (stubbed)

* PR remarks
The file was removedcore/identity-hub/build.gradle.kts
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/credentials/transformer/CredentialEnvelopeTransformer.java
The file was removedspi/identity-hub-spi/src/test/java/org/eclipse/edc/identityhub/spi/credentials/model/RecordTest.java
The file was removedcore/identity-hub/src/main/java/org/eclipse/edc/identityhub/processor/CollectionsQueryProcessor.java
The file was removeddocs/developer/openapi.md
The file was removedextensions/credentials/identity-hub-credentials-jwt/src/test/java/org/eclipse/edc/identityhub/credentials/jwt/JwtCredentialEnvelopeTest.java
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/processor/MessageProcessor.java
The file was removedsystem-tests/resources/jwt/participant/public-key.pem
The file was removedspi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/store/spi/IdentityHubRecord.java
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/credentials/model/Verifiable.java
The file was removedextensions/identity-hub-verifier-jwt/src/test/java/org/eclipse/edc/identityhub/verifier/jwt/DidJwtCredentialsVerifierTest.java
The file was removedcore/identity-hub-credentials-verifier/src/main/java/org/eclipse/edc/identityhub/verifier/CredentialsVerifierExtension.java
The file was addede2e-tests/api-tests/src/test/java/org/eclipse/edc/identityhub/tests/fixtures/TestData.java
The file was addede2e-tests/README.md
The file was removedextensions/self-description-api/src/test/java/org/eclipse/edc/identityhub/api/selfdescription/controller/SelfDescriptionDefaultApiTest.java
The file was removedspi/identity-hub-spi/src/test/java/org/eclipse/edc/identityhub/spi/credentials/model/CredentialStatusTest.java
The file was removedextensions/credentials/identity-hub-credentials-jwt/src/main/java/org/eclipse/edc/identityhub/credentials/jwt/JwtCredentialEnvelope.java
The file was removedextensions/self-description-api/src/test/resources/invalid-self-description.txt
The file was removedextensions/credentials/identity-hub-credentials-jwt/src/main/java/org/eclipse/edc/identityhub/credentials/jwt/JwtCredentialFactory.java
The file was removedextensions/identity-hub-api/src/main/resources/META-INF/services/org.eclipse.edc.spi.system.ServiceExtension
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/credentials/model/VerifiableCredential.java
The file was removedsystem-tests/resources/jwt/authority/public-key.pem
The file was removedextensions/identity-hub-verifier-jwt/src/test/java/org/eclipse/edc/identityhub/verifier/jwt/JwtPresentationEnvelopeVerifierTest.java
The file was removedextensions/self-description-api/src/test/resources/self-description.json
The file was addedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/PresentationResponse.java
The file was removedextensions/store/sql/identity-hub-store-sql/README.md
The file was removedextensions/store/sql/identity-hub-store-sql/src/main/java/org/eclipse/edc/identityhub/store/sql/schema/IdentityHubStatements.java
The file was removedspi/identity-hub-spi/src/test/java/org/eclipse/edc/identityhub/spi/credentials/model/VerifiableCredentialTest.java
The file was addedcore/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/v1/PresentationApiController.java
The file was removedsystem-tests/resources/jwt/participant/private-key.pem
The file was removeddocs/templates/decision-record.md
The file was removeddocs/templates/puml-colors.txt
The file was addede2e-tests/api-tests/build.gradle.kts
The file was modified spi/identity-hub-spi/build.gradle.kts (diff)
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/FeatureDetection.java
The file was removedidentity-hub-cli/src/main/java/org/eclipse/edc/identityhub/cli/ListVerifiableCredentialsCommand.java
The file was removedsystem-tests/src/test/resources/webdid/participant/did.json
The file was removedextensions/self-description-api/src/main/java/org/eclipse/edc/identityhub/api/selfdescription/loader/SelfDescriptionLoader.java
The file was removedsystem-tests/build.gradle.kts
The file was removedextensions/self-description-api/src/main/java/org/eclipse/edc/identityhub/api/selfdescription/controller/SelfDescriptionApi.java
The file was addedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/presentationdefinition/PresentationDefinition.java
The file was removedextensions/credentials/identity-hub-credentials-jwt/src/main/java/org/eclipse/edc/identityhub/credentials/jwt/JwtPresentationEnvelopeTransformer.java
The file was removedidentity-hub-cli/src/test/java/org/eclipse/edc/identityhub/cli/VerifiableCredentialsCommandTest.java
The file was addede2e-tests/src/test/resources/webdid/authority/did.json
The file was removedcore/identity-hub-credentials-verifier/src/main/resources/META-INF/services/org.eclipse.edc.spi.system.ServiceExtension
The file was removedcore/identity-hub-client/src/test/java/org/eclipse/edc/identityhub/client/IdentityHubClientImplTest.java
The file was addedspi/identity-hub-spi/src/test/java/org/eclipse/edc/identityhub/spi/model/PresentationSubmissionSerDesTest.java
The file was removedextensions/store/sql/identity-hub-store-sql/docs/er.png
The file was modified launcher/build.gradle.kts (diff)
The file was removedsystem-tests/resources/jwt/authority/private-key.pem
The file was removedextensions/identity-hub-api/src/main/java/org/eclipse/edc/identityhub/api/IdentityHubApiExtension.java
The file was removedextensions/identity-hub-api/src/test/java/org/eclipse/edc/identityhub/api/IdentityHubApiTest.java
The file was removedidentity-hub-cli/src/test/java/org/eclipse/edc/identityhub/cli/CliTestUtils.java
The file was removedextensions/identity-hub-verifier-jwt/src/test/java/org/eclipse/edc/identityhub/verifier/jwt/IdentityHubJwtCredentialsVerifierTest.java
The file was removedextensions/self-description-api/src/main/resources/META-INF/services/org.eclipse.edc.spi.system.ServiceExtension
The file was removedidentity-hub-cli/build.gradle.kts
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/credentials/verifier/CredentialEnvelopeVerifierRegistryImpl.java
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/credentials/verifier/CredentialEnvelopeVerifier.java
The file was addedcore/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/PresentationApiExtension.java
The file was removedextensions/store/sql/identity-hub-store-sql/src/main/java/org/eclipse/edc/identityhub/store/sql/schema/BaseSqlIdentityHubStatements.java
The file was modified settings.gradle.kts (diff)
The file was removedextensions/store/sql/identity-hub-store-sql/src/main/java/org/eclipse/edc/identityhub/store/sql/SqlIdentityHubStore.java
The file was removedspi/identity-hub-spi/src/test/java/org/eclipse/edc/identityhub/spi/credentials/model/CredentialSubjectTest.java
The file was addedcore/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/validation/PresentationQueryValidator.java
The file was removedextensions/identity-hub-api/build.gradle.kts
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/Descriptor.java
The file was addede2e-tests/resources/jwt/participant/private-key.pem
The file was addedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/resolution/CredentialQueryResolver.java
The file was removedextensions/self-description-api/src/test/java/org/eclipse/edc/identityhub/api/selfdescription/loader/SelfDescriptionLoaderTest.java
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/Status.java
The file was removedspi/identity-hub-spi/src/test/java/org/eclipse/edc/identityhub/spi/credentials/model/AbstractSerDeserTest.java
The file was removedspi/identity-hub-client-spi/build.gradle.kts
The file was removedextensions/identity-hub-api/src/main/java/org/eclipse/edc/identityhub/api/controller/OpenApiCommon.java
The file was removedextensions/credentials/identity-hub-credentials-jwt/src/main/java/org/eclipse/edc/identityhub/credentials/jwt/JwtPresentation.java
The file was removeddocs/templates/README.md
The file was removedextensions/identity-hub-api/src/test/java/org/eclipse/edc/identityhub/api/IdentityHubApiWithConfigTest.java
The file was removedextensions/identity-hub-verifier-jwt/src/main/java/org/eclipse/edc/identityhub/verifier/jwt/JwtCredentialsVerifierExtension.java
The file was removedsystem-tests/src/test/java/org/eclipse/edc/identityhub/systemtests/VerifiableCredentialsIntegrationTest.java
The file was addedcore/identity-hub-transform/build.gradle.kts
The file was removedcore/identity-hub-client/src/main/java/org/eclipse/edc/identityhub/client/IdentityHubClientImpl.java
The file was removedextensions/identity-hub-api/src/main/java/org/eclipse/edc/identityhub/api/IdentityHubApiConfiguration.java
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/ResponseObject.java
The file was removedcore/identity-hub-credentials-verifier/src/main/java/org/eclipse/edc/identityhub/verifier/AggregatedResult.java
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/MessageResponseObject.java
The file was removedidentity-hub-cli/README.md
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/processor/MessageProcessorRegistry.java
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/credentials/transformer/CredentialEnvelopeTransformerRegistry.java
The file was removedcore/identity-hub/src/test/java/org/eclipse/edc/identityhub/store/InMemoryIdentityHubStoreTest.java
The file was removedspi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/store/spi/IdentityHubStore.java
The file was addedcore/identity-hub-api/src/main/resources/presentation-exchange.v1.json
The file was removedextensions/credentials/identity-hub-credentials-jwt/src/main/java/org/eclipse/edc/identityhub/credentials/jwt/JwtCredentialsExtension.java
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/MessageStatus.java
The file was removedextensions/self-description-api/src/main/java/org/eclipse/edc/identityhub/api/selfdescription/SelfDescriptionApiExtension.java
The file was removedextensions/self-description-api/build.gradle.kts
The file was removedextensions/credentials/identity-hub-credentials-jwt/src/test/java/org/eclipse/edc/identityhub/credentials/jwt/JwtCredentialFactoryTest.java
The file was addede2e-tests/src/test/resources/webdid/participant/did.json
The file was removedidentity-hub-cli/src/main/java/org/eclipse/edc/identityhub/cli/CliException.java
The file was addede2e-tests/build.gradle.kts
The file was modified gradle/libs.versions.toml (diff)
The file was removedspi/identity-hub-spi/src/test/resources/vc.json
The file was addede2e-tests/resources/jwt/authority/public-key.pem
The file was removedidentity-hub-cli/src/test/resources/test-public-key.pem
The file was modified DEPENDENCIES (diff)
The file was removedextensions/store/sql/identity-hub-store-sql/src/test/java/org/eclipse/edc/identityhub/store/sql/PostgresIdentityHubStoreTest.java
The file was removedcore/identity-hub/src/test/java/org/eclipse/edc/identityhub/processor/CollectionsWriteProcessorTest.java
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/credentials/model/CredentialStatus.java
The file was modified .github/workflows/verify.yaml (diff)
The file was removedcore/identity-hub-client/src/test/java/org/eclipse/edc/identityhub/client/IdentityHubClientImplIntegrationTest.java
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/credentials/model/CredentialEnvelope.java
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/MessageRequestObject.java
The file was removedextensions/identity-hub-api/src/test/java/org/eclipse/edc/identityhub/api/IdentityHubDefaultApiTest.java
The file was removedextensions/identity-hub-verifier-jwt/src/main/java/org/eclipse/edc/identityhub/verifier/jwt/JwtEnvelopeVerifier.java
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/Record.java
The file was removedcore/identity-hub-credentials-verifier/build.gradle.kts
The file was addedcore/identity-hub-api/src/main/resources/META-INF/services/org.eclipse.edc.spi.system.ServiceExtension
The file was removedidentity-hub-cli/src/main/java/org/eclipse/edc/identityhub/cli/IdentityHubCli.java
The file was addedcore/identity-hub-transform/src/main/java/org/eclipse/edc/identityhub/transform/JsonObjectToPresentationQueryTransformer.java
The file was addede2e-tests/api-tests/src/test/java/org/eclipse/edc/identityhub/tests/fixtures/IdentityHubRuntimeConfiguration.java
The file was removedspi/identity-hub-store-spi/src/test/java/org/eclipse/edc/identityhub/store/spi/IdentityHubRecordTest.java
The file was addedcore/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/v1/PresentationApi.java
The file was addedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/presentationdefinition/InputDescriptor.java
The file was removedextensions/credentials/identity-hub-credentials-jwt/src/test/java/org/eclipse/edc/identityhub/credentials/jwt/JwtPresentationTest.java
The file was removedextensions/store/sql/identity-hub-store-sql/docs/er.puml
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/credentials/model/Credential.java
The file was addede2e-tests/resources/jwt/participant/public-key.pem
The file was addedcore/identity-hub-transform/src/test/resources/presentation_ex.json
The file was removedextensions/credentials/identity-hub-credentials-jwt/src/test/java/org/eclipse/edc/identityhub/credentials/jwt/JwtPresentationEnvelopeTransformerTest.java
The file was addedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/generator/PresentationGenerator.java
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/RequestObject.java
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/credentials/verifier/CredentialEnvelopeVerifierRegistry.java
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/WebNodeInterfaceMethod.java
The file was addedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/presentationdefinition/FilterExpression.java
The file was removedsystem-tests/README.md
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/credentials/model/CredentialSubject.java
The file was removedextensions/store/sql/identity-hub-store-sql/src/main/resources/META-INF/services/org.eclipse.edc.spi.system.ServiceExtension
The file was removedextensions/credentials/identity-hub-credentials-jwt/src/main/resources/META-INF/services/org.eclipse.edc.spi.system.ServiceExtension
The file was removedextensions/store/sql/identity-hub-store-sql/src/main/java/org/eclipse/edc/identityhub/store/sql/SqlIdentityHubStoreExtension.java
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/credentials/model/Proof.java
The file was addedcore/identity-hub-api/src/test/java/org/eclipse/edc/identityservice/api/validation/PresentationQueryValidatorTest.java
The file was addedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/PresentationSubmission.java
The file was removedspi/identity-hub-client-spi/src/main/java/org/eclipse/edc/identityhub/client/spi/IdentityHubClient.java
The file was addedcore/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/v1/ApiSchema.java
The file was removedextensions/self-description-api/src/main/resources/default-self-description.json
The file was removedcore/identity-hub/src/main/java/org/eclipse/edc/identityhub/processor/FeatureDetectionReadProcessor.java
The file was addedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/InputDescriptorMapping.java
The file was removedspi/identity-hub-spi/src/test/java/org/eclipse/edc/identityhub/spi/credentials/model/ProofTest.java
The file was removedspi/identity-hub-spi/src/test/java/org/eclipse/edc/identityhub/spi/credentials/model/CredentialTest.java
The file was removedcore/identity-hub/src/main/java/org/eclipse/edc/identityhub/processor/InterfaceNotImplementedProcessor.java
The file was modified .github/actions/gradle-setup/action.yml (diff)
The file was removedextensions/store/sql/identity-hub-store-sql/docs/schema.sql
The file was removedcore/identity-hub-credentials-verifier/src/main/java/org/eclipse/edc/identityhub/verifier/IdentityHubCredentialsVerifier.java
The file was removedidentity-hub-cli/src/test/resources/test-private-key.pem
The file was removedresources/openapi/yaml/identity-hub-api.yaml
The file was addedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/presentationdefinition/Constraints.java
The file was removedextensions/identity-hub-verifier-jwt/src/main/java/org/eclipse/edc/identityhub/verifier/jwt/DidJwtCredentialsVerifier.java
The file was addedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/presentationdefinition/Format.java
The file was addedcore/identity-hub-transform/src/test/java/org/eclipse/edc/identityhub/transform/JsonObjectToPresentationQueryTransformerTest.java
The file was modified spi/identity-hub-spi/src/testFixtures/java/org/eclipse/edc/identityhub/junit/testfixtures/VerifiableCredentialTestUtil.java (diff)
The file was removedextensions/identity-hub-api/src/main/java/org/eclipse/edc/identityhub/api/controller/IdentityHubController.java
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/RequestStatus.java
The file was removedcore/identity-hub/src/main/java/org/eclipse/edc/identityhub/store/InMemoryIdentityHubStore.java
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/credentials/transformer/CredentialEnvelopeTransformerRegistryImpl.java
The file was removedextensions/self-description-api/src/test/java/org/eclipse/edc/identityhub/api/selfdescription/controller/SelfDescriptionApiWithConfigTest.java
The file was addedcore/identity-hub-api/src/test/java/org/eclipse/edc/identityservice/api/v1/PresentationApiControllerTest.java
The file was removedextensions/identity-hub-verifier-jwt/src/main/java/org/eclipse/edc/identityhub/verifier/jwt/JwtCredentialsVerifier.java
The file was addedcore/identity-hub-transform/src/test/resources/presentation_query.json
The file was removedextensions/identity-hub-verifier-jwt/src/main/resources/META-INF/services/org.eclipse.edc.spi.system.ServiceExtension
The file was removedcore/identity-hub-client/build.gradle.kts
The file was addedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/PresentationQuery.java
The file was removedextensions/identity-hub-verifier-jwt/src/test/java/org/eclipse/edc/identityhub/verifier/jwt/JwtCredentialEnvelopeVerifierTest.java
The file was removedresources/openapi/yaml/self-description-api.yaml
The file was removedextensions/credentials/identity-hub-credentials-jwt/build.gradle.kts
The file was removedcore/identity-hub/src/main/resources/META-INF/services/org.eclipse.edc.spi.system.ServiceExtension
The file was removedextensions/self-description-api/src/test/java/org/eclipse/edc/identityhub/api/selfdescription/controller/SelfDescriptionApiTest.java
The file was addedcore/identity-hub-api/build.gradle.kts
The file was removedcore/identity-hub/src/main/java/org/eclipse/edc/identityhub/processor/MessageProcessorRegistryImpl.java
The file was removedextensions/identity-hub-verifier-jwt/src/main/java/org/eclipse/edc/identityhub/verifier/jwt/JwtCredentialEnvelopeVerifier.java
The file was removedidentity-hub-cli/src/main/java/org/eclipse/edc/identityhub/cli/CryptoUtils.java
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/WebNodeInterfaces.java
The file was removedcore/identity-hub-credentials-verifier/src/test/java/org/eclipse/edc/identityhub/verifier/IdentityHubCredentialsVerifierTest.java
The file was removedidentity-hub-cli/src/main/java/org/eclipse/edc/identityhub/cli/AddVerifiableCredentialCommand.java
The file was removedextensions/credentials/identity-hub-credentials-jwt/src/main/java/org/eclipse/edc/identityhub/credentials/jwt/JwtPresentationEnvelope.java
The file was removedextensions/store/sql/identity-hub-store-sql/build.gradle.kts
The file was removedcore/identity-hub/src/main/java/org/eclipse/edc/identityhub/IdentityHubExtension.java
The file was removedsystem-tests/src/test/java/org/eclipse/edc/identityhub/systemtests/IntegrationTest.java
The file was removedextensions/credentials/identity-hub-credentials-jwt/src/main/java/org/eclipse/edc/identityhub/credentials/jwt/JwtCredentialConstants.java
The file was removedspi/identity-hub-store-spi/src/testFixtures/java/org/eclipse/edc/identityhub/store/spi/IdentityHubStoreTestBase.java
The file was addedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/verification/AccessTokenVerifier.java
The file was removedextensions/identity-hub-verifier-jwt/src/test/java/org/eclipse/edc/identityhub/verifier/jwt/CredentialsVerifierExtensionTest.java
The file was removedcore/identity-hub/src/main/java/org/eclipse/edc/identityhub/processor/CollectionsWriteProcessor.java
The file was removedextensions/identity-hub-verifier-jwt/build.gradle.kts
The file was removedidentity-hub-cli/src/main/java/org/eclipse/edc/identityhub/cli/VerifiableCredentialsCommand.java
The file was addedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/IdentityHubConstants.java
The file was addedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/presentationdefinition/Field.java
The file was addede2e-tests/resources/jwt/authority/private-key.pem
The file was removedextensions/credentials/identity-hub-credentials-jwt/src/test/java/org/eclipse/edc/identityhub/credentials/jwt/JwtPresentationEnvelopeTest.java
The file was removedextensions/identity-hub-verifier-jwt/src/main/java/org/eclipse/edc/identityhub/verifier/jwt/JwtPresentationEnvelopeVerifier.java
The file was removedextensions/credentials/identity-hub-credentials-jwt/src/main/java/org/eclipse/edc/identityhub/credentials/jwt/JwtCredentialEnvelopeTransformer.java
The file was removedextensions/self-description-api/src/main/java/org/eclipse/edc/identityhub/api/selfdescription/controller/SelfDescriptionController.java
The file was addedcore/identity-hub-api/src/main/resources/presentation-query.v08.json
The file was addede2e-tests/api-tests/src/test/java/org/eclipse/edc/identityhub/tests/ResolutionApiEndToEndTest.java
The file was removedsystem-tests/src/test/resources/webdid/authority/did.json
Commit cedd5c6cb61a287309064ee5bb5776a0e063185a by GitHub
feat: implement AccessTokenVerifier (#162)

* feat: add AccessTokenVerifier implementation

* source doc
The file was modified DEPENDENCIES (diff)
The file was modified launcher/build.gradle.kts (diff)
The file was addedcore/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/token/verification/AccessTokenVerifierImpl.java
The file was addedcore/identity-hub-core/src/test/java/org/eclipse/edc/identityhub/token/verification/AccessTokenVerifierImplTest.java
The file was addede2e-tests/api-tests/src/test/resources/testkey.pem
The file was addedextensions/cryptography/public-key-provider/src/main/java/org/eclipse/edc/identityhub/publickey/resolver/PublicKeyWrapperExtension.java
The file was addedextensions/cryptography/public-key-provider/src/test/resources/invalidkey.txt
The file was addedspi/identity-hub-spi/src/testFixtures/java/org/eclipse/edc/identityhub/junit/testfixtures/JwtCreationUtil.java
The file was addedcore/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/CoreServicesExtension.java
The file was modified e2e-tests/api-tests/src/test/java/org/eclipse/edc/identityhub/tests/ResolutionApiEndToEndTest.java (diff)
The file was addedcore/identity-hub-core/build.gradle.kts
The file was addedcore/identity-hub-core/src/main/resources/META-INF/services/org.eclipse.edc.spi.system.ServiceExtension
The file was addedextensions/cryptography/public-key-provider/src/test/resources/testkey.json
The file was modified settings.gradle.kts (diff)
The file was addedextensions/cryptography/public-key-provider/src/main/resources/META-INF/services/org.eclipse.edc.spi.system.ServiceExtension
The file was modified gradle/libs.versions.toml (diff)
The file was addedextensions/cryptography/public-key-provider/src/test/java/org/eclipse/edc/identityhub/publickey/provider/PublicKeyWrapperExtensionTest.java
The file was modified e2e-tests/api-tests/src/test/java/org/eclipse/edc/identityhub/tests/fixtures/IdentityHubRuntimeConfiguration.java (diff)
The file was addedextensions/cryptography/public-key-provider/src/test/resources/testkey.pem
The file was addedextensions/cryptography/public-key-provider/build.gradle.kts
Commit 674c4e75bd2893ea483ee971783dc3d01eecad4d by GitHub
build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.25 to 9.37 (#158)

Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.25 to 9.37.
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.37..9.25)

---
updated-dependencies:
- dependency-name: com.nimbusds:nimbus-jose-jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The file was modified gradle/libs.versions.toml (diff)
Commit 039803db01b5a475d5586e764d55b8f601eeaa0a by GitHub
build(deps): bump io.swagger.core.v3:swagger-jaxrs2-jakarta from 2.1.13 to 2.2.18 (#161)

build(deps): bump io.swagger.core.v3:swagger-jaxrs2-jakarta

Bumps io.swagger.core.v3:swagger-jaxrs2-jakarta from 2.1.13 to 2.2.18.

---
updated-dependencies:
- dependency-name: io.swagger.core.v3:swagger-jaxrs2-jakarta
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The file was modified gradle/libs.versions.toml (diff)
Commit 341b3d38071eaebb01c4b1070def955416e2b281 by GitHub
build(deps): bump agilepathway/label-checker from 1.5.9 to 1.6.7 (#165)

Bumps [agilepathway/label-checker](https://github.com/agilepathway/label-checker) from 1.5.9 to 1.6.7.
- [Release notes](https://github.com/agilepathway/label-checker/releases)
- [Commits](https://github.com/agilepathway/label-checker/compare/v1.5.9...v1.6.7)

---
updated-dependencies:
- dependency-name: agilepathway/label-checker
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The file was modified .github/workflows/scan-pull-request.yaml (diff)
Commit fa8700bbdc7673cc3f84ae0e776c50b1b09f0131 by GitHub
build(deps): bump org.junit.jupiter:junit-jupiter-api from 5.10.0 to 5.10.1 (#166)

build(deps): bump org.junit.jupiter:junit-jupiter-api

Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The file was modified gradle/libs.versions.toml (diff)
Commit e8bee8ba7645b67a5e0af41c6ca60a7d3921eac2 by Paul Latzelsperger
chore: update DEPENDENCIES file
The file was modified e2e-tests/api-tests/build.gradle.kts (diff)
The file was modified DEPENDENCIES (diff)
Commit 084a28db5d0cd9409762bbc24ef5f408f0d114c8 by GitHub
chore: add latest JSON-LD context to cache (#167)

The file was addedcore/identity-hub-core/src/main/resources/presentation-query.v08.json
The file was modified spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/PresentationQuery.java (diff)
The file was modified core/identity-hub-core/build.gradle.kts (diff)
The file was modified core/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/validation/PresentationQueryValidator.java (diff)
The file was removedcore/identity-hub-api/src/main/resources/presentation-query.v08.json
The file was removedcore/identity-hub-api/src/main/resources/presentation-exchange.v1.json
The file was modified core/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/PresentationApiExtension.java (diff)
The file was modified core/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/v1/PresentationApi.java (diff)
The file was modified core/identity-hub-api/src/test/java/org/eclipse/edc/identityservice/api/validation/PresentationQueryValidatorTest.java (diff)
The file was modified e2e-tests/api-tests/src/test/java/org/eclipse/edc/identityhub/tests/ResolutionApiEndToEndTest.java (diff)
The file was addedcore/identity-hub-core/src/main/resources/presentation-exchange.v1.json
The file was modified core/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/v1/ApiSchema.java (diff)
The file was modified core/identity-hub-transform/src/test/java/org/eclipse/edc/identityhub/transform/JsonObjectToPresentationQueryTransformerTest.java (diff)
The file was modified core/identity-hub-transform/src/test/resources/presentation_query.json (diff)
The file was modified core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/CoreServicesExtension.java (diff)
Commit d47d56d629f4bba974bf9106502e5e848aadca6c by GitHub
feat: add `CredentialStore` + inmem implementation (#164)

* feat(store): adds a CredentialStore + inmem impl

* DEPENDENCIES
The file was modified .github/workflows/verify.yaml (diff)
The file was modified core/identity-hub-core/build.gradle.kts (diff)
The file was addedcore/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/defaults/InMemoryCredentialStore.java
The file was addedcore/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/DefaultServicesExtension.java
The file was modified core/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/validation/PresentationQueryValidator.java (diff)
The file was addedspi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/IdentityResource.java
The file was addedspi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/CredentialStore.java
The file was addedspi/identity-hub-store-spi/src/test/java/org/eclipse/edc/identityhub/spi/store/model/VerifiableCredentialResourceTest.java
The file was addedspi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/VerifiableCredentialResource.java
The file was modified core/identity-hub-core/src/main/resources/META-INF/services/org.eclipse.edc.spi.system.ServiceExtension (diff)
The file was modified launcher/build.gradle.kts (diff)
The file was modified DEPENDENCIES (diff)
The file was modified core/identity-hub-transform/src/main/java/org/eclipse/edc/identityhub/transform/JsonObjectToPresentationQueryTransformer.java (diff)
The file was addedspi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/VcState.java
The file was addedcore/identity-hub-core/src/test/java/org/eclipse/edc/identityhub/defaults/InMemoryCredentialStoreTest.java
Commit 9f0a2f88c66c07a960fdf343f22e53837b4be15c by GitHub
feat: implement CredentialQueryResolver (#168)

* add possibility to supply PublicKey as config value

* added QueryResolverImpl + Test

* add storageresult class

* made scope-to-criterion conversion pluggable

* cleanup

* javadoc

* DEPENDENCIES

* Update core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/DefaultServicesExtension.java

Co-authored-by: Jim Marino <jim.marino@gmail.com>

* pr remars

---------

Co-authored-by: Jim Marino <jim.marino@gmail.com>
The file was modified core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/DefaultServicesExtension.java (diff)
The file was removede2e-tests/api-tests/src/test/java/org/eclipse/edc/identityhub/tests/ResolutionApiEndToEndTest.java
The file was modified DEPENDENCIES (diff)
The file was addedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/ScopeToCriterionTransformer.java
The file was addedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/resolution/QueryFailure.java
The file was modified core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/CoreServicesExtension.java (diff)
The file was modified core/identity-hub-api/src/test/java/org/eclipse/edc/identityservice/api/v1/PresentationApiControllerTest.java (diff)
The file was addedcore/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/defaults/EdcScopeToCriterionTransformer.java
The file was modified spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/resolution/CredentialQueryResolver.java (diff)
The file was addedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/resolution/QueryResult.java
The file was addedcore/identity-hub-core/src/test/java/org/eclipse/edc/identityhub/defaults/EdcScopeToCriterionTransformerTest.java
The file was modified core/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/v1/PresentationApiController.java (diff)
The file was addedcore/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/CredentialQueryResolverImpl.java
The file was addede2e-tests/api-tests/src/test/java/org/eclipse/edc/identityhub/tests/ResolutionApiComponentTest.java
The file was modified extensions/cryptography/public-key-provider/src/main/java/org/eclipse/edc/identityhub/publickey/resolver/PublicKeyWrapperExtension.java (diff)
The file was addedcore/identity-hub-core/src/test/java/org/eclipse/edc/identityhub/core/CredentialQueryResolverImplTest.java
Commit ffb40a0499ff1af1c1b975e17e6e3a18f13c222c by Andrea Bertagnolli
build: add breaking-change section to release note
The file was modified .github/release.yaml (diff)
Commit 3d5c1226aacf237e8f8bd5dd834530fd03d4b7d2 by GitHub
feat: implement PresentationGenerator (#172)

* feat: implement PresentationGenerator for JWT-VP and LDP-VP

* cleanup

* checkstyle

* DEPENDENCIES

* added tests, and some cleamup

* add presentation submission context

* Update core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/creators/JwtPresentationCreator.java

Co-authored-by: Enrico Risa <enrico.risa@gmail.com>

---------

Co-authored-by: Enrico Risa <enrico.risa@gmail.com>
The file was addedcore/identity-hub-core/src/main/resources/presentation-submission.v1.json
The file was addedcore/identity-hub-core/src/test/java/org/eclipse/edc/identityhub/core/creators/JwtPresentationCreatorTest.java
The file was modified core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/CoreServicesExtension.java (diff)
The file was addedcore/identity-hub-core/src/test/resources/odrl.jsonld
The file was modified core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/DefaultServicesExtension.java (diff)
The file was addedcore/identity-hub-core/src/main/resources/jws2020.json
The file was addedcore/identity-hub-core/src/test/java/org/eclipse/edc/identityhub/core/creators/PresentationCreatorTest.java
The file was addedcore/identity-hub-core/src/test/java/org/eclipse/edc/identityhub/core/creators/LdpPresentationCreatorTest.java
The file was addedcore/identity-hub-core/src/test/resources/credentials.v1.json
The file was addedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/generator/PresentationCreator.java
The file was addedcore/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/PresentationGeneratorImpl.java
The file was modified DEPENDENCIES (diff)
The file was addedcore/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/creators/LdpPresentationCreator.java
The file was modified spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/generator/PresentationGenerator.java (diff)
The file was addedcore/identity-hub-core/src/main/resources/credentials.v1.json
The file was modified spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/IdentityHubConstants.java (diff)
The file was addedcore/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/creators/JwtPresentationCreator.java
The file was addedcore/identity-hub-core/src/test/java/org/eclipse/edc/identityhub/core/PresentationGeneratorImplTest.java
The file was addedcore/identity-hub-core/src/test/resources/examples.v1.json
The file was addedcore/identity-hub-core/src/test/java/org/eclipse/edc/identityhub/core/creators/TestData.java
The file was addedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/generator/PresentationCreatorRegistry.java
The file was addedcore/identity-hub-core/src/test/resources/did.json
The file was modified gradle/libs.versions.toml (diff)
The file was addedcore/identity-hub-core/src/test/resources/presentation-exchange.v1.json
The file was addedcore/identity-hub-core/src/main/resources/did.json
The file was addedcore/identity-hub-core/src/test/resources/jws2020.json
The file was addedcore/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/PresentationCreatorRegistryImpl.java
The file was modified core/identity-hub-core/build.gradle.kts (diff)
The file was addedcore/identity-hub-core/src/test/resources/presentation-query.v08.json
Commit 26f806a227f3e29a468302d519b853b4abb723ae by GitHub
chore: delete model classes that were moved to EDC (#173)

* chore: delete model classes that were moved to EDC

* DEPENDENCIES
The file was modified core/identity-hub-api/src/test/java/org/eclipse/edc/identityservice/api/v1/PresentationApiControllerTest.java (diff)
The file was modified core/identity-hub-core/src/test/java/org/eclipse/edc/identityhub/core/CredentialQueryResolverImplTest.java (diff)
The file was modified core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/CredentialQueryResolverImpl.java (diff)
The file was removedcore/identity-hub-transform/src/test/resources/presentation_query.json
The file was modified e2e-tests/api-tests/src/test/java/org/eclipse/edc/identityhub/tests/ResolutionApiComponentTest.java (diff)
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/presentationdefinition/PresentationDefinition.java
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/presentationdefinition/FilterExpression.java
The file was modified core/identity-hub-api/src/test/java/org/eclipse/edc/identityservice/api/validation/PresentationQueryValidatorTest.java (diff)
The file was modified settings.gradle.kts (diff)
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/PresentationSubmission.java
The file was modified core/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/PresentationApiExtension.java (diff)
The file was modified core/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/v1/PresentationApi.java (diff)
The file was removedcore/identity-hub-transform/src/test/resources/presentation_ex.json
The file was removedcore/identity-hub-transform/build.gradle.kts
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/presentationdefinition/Constraints.java
The file was modified spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/resolution/CredentialQueryResolver.java (diff)
The file was removedspi/identity-hub-spi/src/test/java/org/eclipse/edc/identityhub/spi/model/PresentationSubmissionSerDesTest.java
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/InputDescriptorMapping.java
The file was modified core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/PresentationGeneratorImpl.java (diff)
The file was removedcore/identity-hub-transform/src/test/java/org/eclipse/edc/identityhub/transform/JsonObjectToPresentationQueryTransformerTest.java
The file was modified gradle/libs.versions.toml (diff)
The file was modified spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/generator/PresentationGenerator.java (diff)
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/PresentationQuery.java
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/PresentationResponse.java
The file was modified core/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/v1/PresentationApiController.java (diff)
The file was modified core/identity-hub-api/build.gradle.kts (diff)
The file was modified core/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/validation/PresentationQueryValidator.java (diff)
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/presentationdefinition/Field.java
The file was modified DEPENDENCIES (diff)
The file was modified core/identity-hub-core/src/test/java/org/eclipse/edc/identityhub/core/PresentationGeneratorImplTest.java (diff)
The file was modified spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/IdentityHubConstants.java (diff)
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/presentationdefinition/InputDescriptor.java
The file was removedspi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/presentationdefinition/Format.java
The file was removedcore/identity-hub-transform/src/main/java/org/eclipse/edc/identityhub/transform/JsonObjectToPresentationQueryTransformer.java
Commit 73370390fea273a873a80104b29ab3372a590abb by EDC Bot
Bump version from 0.4.0 to 0.4.1-SNAPSHOT [skip ci]
The file was modified gradle/libs.versions.toml (diff)
The file was modified DEPENDENCIES (diff)
The file was modified gradle.properties (diff)