UrlsController/src/main/java/eu/openaire/urls_controller
Lampros Smyrnaios 39c36f9e66 - Resolve a concurrency issue, by enforcing synchronization on the "BulkImportReport.getJsonReport()" method.
- Increase the number of stacktrace-lines to 20, for bulkImport-segment-failures.
- Improve "GenericUtils.getSelectiveStackTrace()".
2024-05-01 01:29:25 +03:00
..
components - Add handling for additional/specific exceptions, when checking the "futures". 2024-03-14 13:59:23 +02:00
configuration Optimize the test-DB creation process: 2024-03-14 13:10:54 +02:00
controllers - Optimize writing to the Bulk-import-report file. 2024-03-22 17:50:55 +02:00
models - Resolve a concurrency issue, by enforcing synchronization on the "BulkImportReport.getJsonReport()" method. 2024-05-01 01:29:25 +03:00
payloads - Process the WorkerReports in background Jobs and post the reportResults to the Workers. 2023-05-24 13:52:28 +03:00
security - Update the Spring-Security-code to use the "SecurityFilterChain", as the previous code was deprecated. 2022-06-27 21:41:32 +03:00
services - Resolve a concurrency issue, by enforcing synchronization on the "BulkImportReport.getJsonReport()" method. 2024-05-01 01:29:25 +03:00
util - Resolve a concurrency issue, by enforcing synchronization on the "BulkImportReport.getJsonReport()" method. 2024-05-01 01:29:25 +03:00
UrlsControllerApplication.java - Allow to easily change the por used by workers. 2023-12-19 23:31:42 +02:00