UrlsController/src/main/java/eu/openaire/urls_controller
Lampros Smyrnaios bdf834c439 - Refactor the "shutdown" script to do an orderly-shutdown, by default, by calling the "shutdownService" endpoint. In case a "force-shutdown" is needed, that can be requested with a cmd-argument.
- Fix not updating the "UrlsController.numOfWorkers" correctly.
- Code polishing.
2023-10-23 17:19:29 +03:00
..
components - Improve performance in "FileUtils.addUrlReportsByMatchingRecordsFromBacklog()". 2023-10-23 12:21:42 +03:00
configuration - Rename "ImpalaConnector.java" to "DatabaseConnector.java". 2023-08-23 16:55:23 +03:00
controllers - Refactor the "shutdown" script to do an orderly-shutdown, by default, by calling the "shutdownService" endpoint. In case a "force-shutdown" is needed, that can be requested with a cmd-argument. 2023-10-23 17:19:29 +03:00
models Update Bulk-Import API: 2023-07-25 11:59:47 +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 - Refactor the "shutdown" script to do an orderly-shutdown, by default, by calling the "shutdownService" endpoint. In case a "force-shutdown" is needed, that can be requested with a cmd-argument. 2023-10-23 17:19:29 +03:00
util - Improve performance in "FileUtils.addUrlReportsByMatchingRecordsFromBacklog()". 2023-10-23 12:21:42 +03:00
Application.java Upgrade the execution system for the backgroundTasks: 2023-10-09 17:23:59 +03:00