eclipse-edc/MinimumViableDataspace

After new release milestone 8 building process fails in testing section.

aramirezarsys opened this issue · 0 comments

Bug Report

After new release milestone 8 building process fails in testing section.

Describe the Bug

After new release milestone 8 building process fails in testing section with following trace:

$ ./gradlew build -x test;
> Task :system-tests:compileTestJava
/home/aramirez/PROJECTS/aramirez/REPOSITORIES/EDC-MinimumViableDataspace/system-tests/src/test/java/org/eclipse/edc/system/tests/identityhub/IdentityHubIntegrationTest.java:135: error: cannot find symbol
            var jwt = ((JwtCredentialEnvelope) envelope).getJwtVerifiableCredentials();
                                                        ^
  symbol:   method getJwtVerifiableCredentials()
  location: class JwtCredentialEnvelope

Expected Behavior

Building process running correctly.

Observed Behavior

It fails on building process

Steps to Reproduce

  1. Execute in command line the following command as it is told in documentation:
    https://github.com/eclipse-edc/MinimumViableDataspace/blob/main/system-tests/README.md

Context Information

Nothing to add.

Detailed Description

As commented before.

Possible Implementation

Adapt current MVD code to 0.0.1-milestone-8 release for following repositories: