-
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
Feat/register parttype at edc #296
Feat/register parttype at edc #296
Conversation
.../org/eclipse/tractusx/puris/backend/masterdata/controller/PartTypeInformationController.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.
Overall great contribution! Please adjust the EDC Asset definition and check regarding my question of future combination with shellDescriptor and asset bundling.
...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
Outdated
Show resolved
Hide resolved
...main/java/org/eclipse/tractusx/puris/backend/common/edc/logic/service/EdcAdapterService.java
Outdated
Show resolved
Hide resolved
...ain/java/org/eclipse/tractusx/puris/backend/common/edc/logic/util/EdcRequestBodyBuilder.java
Outdated
Show resolved
Hide resolved
...ain/java/org/eclipse/tractusx/puris/backend/common/edc/logic/util/EdcRequestBodyBuilder.java
Outdated
Show resolved
Hide resolved
.../org/eclipse/tractusx/puris/backend/masterdata/controller/PartTypeInformationController.java
Outdated
Show resolved
Hide resolved
...ipse/tractusx/puris/backend/masterdata/logic/service/MaterialPartnerRelationServiceImpl.java
Show resolved
Hide resolved
.../org/eclipse/tractusx/puris/backend/masterdata/controller/PartTypeInformationController.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.
Great update! I faulty desribed the semantic id with @id which should be a nested object same as dct:type. All findings are rather small :)
...ain/java/org/eclipse/tractusx/puris/backend/common/edc/logic/util/EdcRequestBodyBuilder.java
Outdated
Show resolved
Hide resolved
@Autowired | ||
private PartTypeInformationSammMapper sammMapper; | ||
|
||
@Operation(description = "Ednpoint that delivers PartTypeInformation of own products to customer partners. " + |
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.
Small typo Ednpoint -> Endpoint
.../org/eclipse/tractusx/puris/backend/masterdata/controller/PartTypeInformationController.java
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. Thanks a lot!
Please ensure to do as many of the following checks as possible, before asking for committer review: