danubetech / verifiable-credentials-java

Java implementation of Verifiable Credentials
Apache License 2.0
31 stars 20 forks source link

Separate subject validation from JSON-LD schema validation #35

Open tdiesler opened 1 year ago

tdiesler commented 1 year ago

Currently, validation assumes that credentials/presentations have to be in JSON-LD format

tdiesler commented 1 year ago

PR: https://github.com/danubetech/verifiable-credentials-java/pull/36

tdiesler commented 1 year ago

Rebased PR: https://github.com/danubetech/verifiable-credentials-java/pull/43

tdiesler commented 1 year ago

Could you please have a look at this PR? It is currently blocking nessus-didcomm integration with Apache Camel, which cannot have transitive dependencies on SNAPSHOTS

Please also consider publishing a tag to maven central. Camel might reject the DidComm component if it comes with repositories other than central