-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore: Migrate to EDC 0.7.0 #359
Chore: Migrate to EDC 0.7.0 #359
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
KICS found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
@eschrewe : please focus on the backend part Feel invited to check also the each other's part. Please ignore the overall changes regarding infrastructure. I'll need to cherry pick and rewrite the branch as the infrastructure has some open IP checks and we need the working EDC separately. |
...main/java/org/eclipse/tractusx/puris/backend/common/edc/logic/service/EdcAdapterService.java
Fixed
Show resolved
Hide resolved
...main/java/org/eclipse/tractusx/puris/backend/common/edc/logic/service/EdcAdapterService.java
Fixed
Show resolved
Hide resolved
...main/java/org/eclipse/tractusx/puris/backend/common/edc/logic/service/EdcAdapterService.java
Fixed
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, really a major update. Thanks for your great contribution. :)
Please see my remarks for some (mostly minor) details.
...main/java/org/eclipse/tractusx/puris/backend/common/edc/logic/service/EdcAdapterService.java
Outdated
Show resolved
Hide resolved
...c/main/java/org/eclipse/tractusx/puris/backend/common/edc/logic/dto/PolicyConstraintDto.java
Outdated
Show resolved
Hide resolved
...main/java/org/eclipse/tractusx/puris/backend/common/edc/logic/service/EdcAdapterService.java
Show resolved
Hide resolved
...main/java/org/eclipse/tractusx/puris/backend/common/edc/logic/service/EdcAdapterService.java
Outdated
Show resolved
Hide resolved
...main/java/org/eclipse/tractusx/puris/backend/common/edc/logic/service/EdcAdapterService.java
Show resolved
Hide resolved
… take the first fulfilled
9fb6a63
to
65178bc
Compare
This reverts commit bcb04e8.
# Conflicts: # backend/src/main/java/org/eclipse/tractusx/puris/backend/common/edc/logic/service/EdcAdapterService.java # local/docker-compose.yaml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done, thank you. Just some very minor remarks left :)
...main/java/org/eclipse/tractusx/puris/backend/common/edc/logic/service/EdcAdapterService.java
Show resolved
Hide resolved
...main/java/org/eclipse/tractusx/puris/backend/common/edc/logic/service/EdcAdapterService.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much :)
# Conflicts: # charts/puris/README.md # frontend/src/config.json
Description
Adoption of EDC to version to 0.7.0 (please only focus on backend and frontend folder during review):
EdcAdapterService
now uses the/v2/edrs
api to obtain an EDR tokenEndpointDataReferenceService
EndpointDataReferenceService
renewal is only triggered, if token is not yet or does not expire in 5 secondsEdcRequestBodyBuilder
This branch builds on chore/edc-0.7.0 (PR#351), a
git diff --stat -w
on that branch results in a delta of 951 lines.ATTENTION: PLEASE DO NOT FORK FROM THIS BRANCH. THIS BRANCH WILL BE MERGED SOMEHOW PRIOR TO INT TEST.
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review: