-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/performance improvements (#71)
* Batch copy * Testing * Assume atomic action * Trivy * Remove unused libraries * Leave refs null * Code review * Test fix * separate specimen only endpoint * separate creation of handles for different object types * separate creation of handles for different object types * Test fix * Test * Remove upsert endpoint * Code review * trivy * fix docker * Update trivy
- Loading branch information
Showing
16 changed files
with
349 additions
and
683 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
# Date: Nov 14, 2023 | ||
# Notes: Issue with openssl. May need to upgrade alpine image. | ||
CVE-2023-5363 | ||
CVE-2023-5678 | ||
|
||
# Date: Nov 21, 2023 | ||
# Notes: Issue with netty. Spring boot needs to update | ||
CVE-2023-34062 | ||
# Date: Dec 1, 2023 | ||
# Notes: Issue with logback. Spring boot needs to update its version | ||
# Currently forcing logback version | ||
# CVE-2023-6378 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
src/main/java/eu/dissco/core/handlemanager/domain/requests/UpsertDigitalSpecimen.java
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
src/main/java/eu/dissco/core/handlemanager/exceptions/UnprocessableEntityException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.