UrlsController/src/main/java/eu/openaire/urls_controller/util
Lampros Smyrnaios 4528d1f9be - Fix the "baseFilesLocation" being null (there was no serious problem, but multiple directories were spawned in the project's directory).
- Make sure the given "baseFilesLocation" ends with a file-separator, before using it.
- Optimize the process of unzipping-files.
2022-12-20 18:38:11 +02:00
..
FileUnZipper.java - Fix the "baseFilesLocation" being null (there was no serious problem, but multiple directories were spawned in the project's directory). 2022-12-20 18:38:11 +02:00
FileUtils.java - Fix the "baseFilesLocation" being null (there was no serious problem, but multiple directories were spawned in the project's directory). 2022-12-20 18:38:11 +02:00
GenericUtils.java Add the "Datasource" inside the "Task" class and include it in the Assignment. 2021-05-20 02:50:50 +03:00
ParquetFileUtils.java - Add info about the Stats API usage in "README.md". 2022-12-15 14:04:22 +02:00
S3ObjectStore.java - Change the parquet compression from "Snappy" to "Gzip", as there is an unhandleable exception when the app is running inside a Docker Container and uses the "Snappy" compression. 2022-12-08 16:28:41 +02:00
TestFileUtils.java - Optimize file-related tasks. 2022-05-26 15:43:59 +03:00
UriBuilder.java Update the "UriBuilder.java" to be able to acquire the running port of the server, in case the port-number was initially set to "random" (0). Also make sure we get the "localHostAddress" and not the "localHostName", in case the public IP is not retrievable. 2022-09-12 17:04:05 +03:00