-
Notifications
You must be signed in to change notification settings - Fork 11
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 | PCF exchange code refactor and bpdm service api call changes. #184
feat | PCF exchange code refactor and bpdm service api call changes. #184
Conversation
...e/src/main/java/org/eclipse/tractusx/sde/pcfexchange/service/impl/ProxyRequestInterface.java
Fixed
Show fixed
Hide fixed
modules/sde-core/src/main/java/org/eclipse/tractusx/sde/core/service/PartnerPoolService.java
Fixed
Show fixed
Hide fixed
modules/sde-core/src/main/java/org/eclipse/tractusx/sde/core/service/PartnerPoolService.java
Fixed
Show fixed
Hide fixed
|
||
|
||
private LegalEntityData fetchLegalEntityDataByEdrToken(String bpnLs, String legalName, | ||
String bpdmProviderEdcPublicUrl, EDRCachedByIdResponse edrToken, Integer page, Integer size) { |
Check notice
Code scanning / CodeQL
Useless parameter Note
@@ -159,7 +160,7 @@ | |||
|
|||
@SneakyThrows | |||
private List<QueryDataOfferModel> getSubmodelDetails(ShellLookupRequest shellLookupRequest, String endpoint, | |||
Map<String, String> header, String dtOfferUrl, List<String> shellIds, String submodel) { | |||
Map<String, String> header, String dtOfferUrl, List<String> shellIds, String submodel, String searchBPN) { |
Check notice
Code scanning / CodeQL
Useless parameter Note
...s/sde-core/src/test/java/org/eclipse/tractusx/sde/controllers/PortalProxyControllerTest.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.
LGTM
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
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
@almadigabor Please review and approve merge the PR. |
Description
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review: