-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat(edc 0.7.0): integrated the latest edc in the backend + e2e bugs solved #314
Merged
matbmoser
merged 43 commits into
eclipse-tractusx:main
from
catenax-ng:release/v3.0.0-edc7-integration
May 13, 2024
Merged
feat(edc 0.7.0): integrated the latest edc in the backend + e2e bugs solved #314
matbmoser
merged 43 commits into
eclipse-tractusx:main
from
catenax-ng:release/v3.0.0-edc7-integration
May 13, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… bpn + fixed unit tests
…oduct-pass into feature/edc7-integration
feat(edc7): integration of edc v0.7.0 into the DPP application
.../main/java/org/eclipse/tractusx/digitalproductpass/models/negotiation/response/Transfer.java
Dismissed
Show dismissed
Hide dismissed
matbmoser
force-pushed
the
release/v3.0.0-edc7-integration
branch
3 times, most recently
from
May 11, 2024 17:30
946caf8
to
91d5599
Compare
matbmoser
force-pushed
the
release/v3.0.0-edc7-integration
branch
from
May 12, 2024 13:03
d61f357
to
8d28ae9
Compare
matbmoser
force-pushed
the
release/v3.0.0-edc7-integration
branch
from
May 13, 2024 14:10
e73a906
to
5cce456
Compare
matbmoser
force-pushed
the
release/v3.0.0-edc7-integration
branch
from
May 13, 2024 14:46
109ffc8
to
3c9c40d
Compare
matbmoser
changed the title
feat(edc 0.7.0): integrated the latest edc in the backend
feat(edc 0.7.0): integrated the latest edc in the backend + e2e bugs solved
May 13, 2024
matbmoser
added
frontend
Issue or PR connected to the frontend application
backend
Issue or PR connected to the backend application
R24.05
All issues included in R24.05
labels
May 13, 2024
matbmoser
force-pushed
the
release/v3.0.0-edc7-integration
branch
from
May 13, 2024 15:13
7805296
to
92d4288
Compare
matbmoser
force-pushed
the
release/v3.0.0-edc7-integration
branch
from
May 13, 2024 16:39
e62912c
to
ed565a7
Compare
saudkhan116
approved these changes
May 13, 2024
No IP issue found |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backend
Issue or PR connected to the backend application
edc-connector
Issue or PR related to the EDC Connector
frontend
Issue or PR connected to the frontend application
R24.05
All issues included in R24.05
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why we create this PR?
Integrate the new EDC v0.7.0 is a requirement for the next release and solve e2e bugs found.
What we want to achieve with this PR?
Be able to use the functionality from the EDC 0.7.0 in the backend.
What is new?
Added
bpn
lombok
dependency to speed the developmentUpdated
Issues Fixed
PR Related
Closes #302
Closes #265
Closes #275
Closes #273