-
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 : Refactored batch maven module to support multi versions. #142
feat : Refactored batch maven module to support multi versions. #142
Conversation
@Modifying | ||
@Transactional | ||
@SneakyThrows | ||
public int saveSubmodelData(List<String> colNames, String tableEntityName, String processId, JsonNode submodelData, |
Check notice
Code scanning / CodeQL
Useless parameter Note
JsonObject calculatedPCFValue = jsonObjectList.stream() | ||
.filter(ele -> request.getProductId() | ||
.equals(JsonObjectUtility.getValueFromJsonObject(ele, PRODUCT_ID))) | ||
.findAny().orElseThrow(() -> new NoDataFoundException( | ||
"No data found for product_id " + request.getProductId())); |
Check notice
Code scanning / CodeQL
Unread local variable Note
} | ||
|
||
@SneakyThrows | ||
public String checkShellAndGetIdIfExist(ObjectNode jsonObject, Map<String, String> specificAssetIds) |
Check notice
Code scanning / CodeQL
Useless parameter Note
} | ||
|
||
@SneakyThrows | ||
public int getUpdatedData(String processId) { |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
DatabaseUsecaseStep.getUpdatedData
} | ||
|
||
@SneakyThrows | ||
public JsonObject readCreatedTwinsDetails(String uuid) { |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
DatabaseUsecaseStep.readCreatedTwinsDetails
|
||
private final DigitalTwinLookUpInRegistry digitalTwinLookUpInRegistry; | ||
|
||
public void delete(Integer rowIndex, JsonObject jsonObject, String delProcessId, String refProcessId) { |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
DigitalTwinUsecaseStep.delete
...bmodules/serial-part/src/main/java/org/eclipse/tractusx/sde/submodels/sp/SerialPartV300.java
Fixed
Show fixed
Hide fixed
...-built/src/main/java/org/eclipse/tractusx/sde/submodels/slbab/SingleLevelBomAsBuiltV300.java
Fixed
Show fixed
Hide fixed
...nformation/src/main/java/org/eclipse/tractusx/sde/submodels/pti/PartTypeInformationV100.java
Fixed
Show fixed
Hide fixed
...s/sde-submodules/batch/src/main/java/org/eclipse/tractusx/sde/submodels/batch/BatchV300.java
Fixed
Show fixed
Hide fixed
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
… into CX_R24.05_batch_multi_version_support
...-built/src/main/java/org/eclipse/tractusx/sde/submodels/slbab/SingleLevelBomAsBuiltV100.java
Fixed
Show fixed
Hide fixed
… into CX_R24.05_batch_multi_version_support
… into CX_R24.05_batch_multi_version_support
into CX_R24.05_batch_multi_version_support
@almadigabor Please review and approve the PR |
image change for trivy scan
Description
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review: