After new release milestone 8 building process fails in testing section.
aramirezarsys opened this issue · 0 comments
aramirezarsys commented
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
- 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:
- https://github.com/eclipse-edc/Connector/releases/tag/v0.0.1-milestone-8
- https://github.com/eclipse-edc/GradlePlugins/releases/tag/v0.0.1-milestone-8
- https://github.com/eclipse-edc/IdentityHub/releases/tag/v0.0.1-milestone-8
- https://github.com/eclipse-edc/RegistrationService/releases/tag/v0.0.1-milestone-8
- https://github.com/eclipse-edc/FederatedCatalog/releases/tag/v0.0.1-milestone-8