-
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 : Draft code changes for multi submodel version support impl #135
feat : Draft code changes for multi submodel version support impl #135
Conversation
|
||
@SneakyThrows | ||
public String lookupTwinRemotely(Integer rowIndex, Map<String, String> specificAssetIds, | ||
String bpnForRemoteRegistry, ObjectNode jsonObject, JsonObject asJsonObject) { |
Check notice
Code scanning / CodeQL
Useless parameter Note
private final DigitalTwinsFacilitator digitalTwinFacilitator; | ||
|
||
@SneakyThrows | ||
public String lookupTwinInLocalRrgistry(Integer rowIndex, Map<String, String> specificAssetIds, |
Check notice
Code scanning / CodeQL
Useless parameter Note
|
||
@SneakyThrows | ||
public String lookupTwinInLocalRrgistry(Integer rowIndex, Map<String, String> specificAssetIds, | ||
ObjectNode jsonObject, JsonObject asJsonObject) { |
Check notice
Code scanning / CodeQL
Useless parameter Note
|
||
@SneakyThrows | ||
public String lookupTwinInLocalRrgistry(Integer rowIndex, Map<String, String> specificAssetIds, | ||
ObjectNode jsonObject, JsonObject asJsonObject) { |
Check notice
Code scanning / CodeQL
Useless parameter Note
|
||
@SneakyThrows | ||
private String getChildSubmodelDetails(Integer rowIndex, ShellLookupRequest shellLookupRequest, String endpoint, | ||
Map<String, String> header, ObjectNode jsonObject, String dtOfferUrl, List<String> childshellIds) |
Check notice
Code scanning / CodeQL
Useless parameter Note
return jsonString; | ||
} | ||
try { | ||
JsonParser parser = new JsonParser(); |
Check notice
Code scanning / CodeQL
Deprecated method or constructor invocation Note
JsonParser.JsonParser
} | ||
try { | ||
JsonParser parser = new JsonParser(); | ||
JsonElement element = parser.parse(jsonString); |
Check notice
Code scanning / CodeQL
Deprecated method or constructor invocation Note
JsonParser.parse
Gson gson = new Gson(); | ||
|
||
@SuppressWarnings("unchecked") | ||
public JsonObject mapJsonbjectToFormatedResponse(JsonObject jsonObject) { |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
SubmoduleMapperUsecaseStep.mapJsonbjectToFormatedResponse
…bmodel_support_impl
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
…s://github.com/catenax-ng/tx-managed-simple-data-exchanger-backend.git into CX_R24.05_multi-_version_submodel_support_impl
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 merge the PR. |
Description
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review: