-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fix/dtrcontract reusage #382
Fix/dtrcontract reusage #382
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.
overall works ways better. Currently for derlivery information due to an error mutliple Contracts are done. Could you please check that? Is this on purpose due to the three different types of asset cutting? If so, we should try on switching to reuse edc management of contracts (maybe we should handle that post R24.05)
...main/java/org/eclipse/tractusx/puris/backend/common/edc/logic/service/EdcAdapterService.java
Show resolved
Hide resolved
...ava/org/eclipse/tractusx/puris/backend/delivery/logic/service/DeliveryRequestApiService.java
Dismissed
Show resolved
Hide resolved
...n/java/org/eclipse/tractusx/puris/backend/demand/logic/services/DemandRequestApiService.java
Dismissed
Show resolved
Hide resolved
.../java/org/eclipse/tractusx/puris/backend/stock/logic/service/ItemStockRequestApiService.java
Dismissed
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.
LGTM, works much more stable!
# Conflicts: # charts/puris/Chart.yaml # charts/puris/README.md
Description
edited getAasSubmodelDescriptors method of EdcAdapterService to be more hesitant when invalidating contract data for the DTR asset of a partner. Invalidation now will happen only, if no response or a completely unexpected response was received
enabled the SammMapper classes to produce empty responses
solving Fix: Contracts are not reused, if no shell descriptors are found #367
edited getEdrForTransferProcessId method in order to handle unexpected responses from the edrs-API more gracefully
fixed DTR Registration workflow to deploy the known customers on first try
added/improved emergency cx-id fetch
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review: