Commit Graph

9 Commits

Author SHA1 Message Date
Lampros Smyrnaios 48cd8384ee - Set the new version.
- Add the Jenkins-CI-link in README.md.
- Add some Gradle resources required by Jenkins.
- Update dependencies.
2024-02-12 16:03:53 +02:00
Lampros Smyrnaios 40c1a61d63 Improve documentation. 2023-10-26 13:06:07 +03:00
Lampros Smyrnaios 8175f9cd77 Update dependencies. 2023-10-05 15:21:52 +03:00
Lampros Smyrnaios 7018e4030b Code cleanup. 2023-08-01 15:32:49 +03:00
Lampros Smyrnaios 7e5c338de3 - Improve performance by avoiding checking if the huge ConcurrentHashMap is empty, on every request. After the first data-gathering, it will neven be empty and the checking-code is expensive.
- In case of an error retrieving data from the DB during initialization, gently shutdown the App. There is no point keeping the app running just to serve 500-Server-Errors.
- Code polishing.
2023-06-22 01:54:47 +03:00
Lampros Smyrnaios 1846f25c6b Update README. 2023-06-20 22:57:03 +03:00
Lampros Smyrnaios df92e4fe24 Add documentation about the API in README. 2023-06-20 22:49:44 +03:00
Lampros Smyrnaios 83b8231993 Fix link in README. 2023-06-20 22:42:53 +03:00
Lampros Smyrnaios cf0aed5274 Fully functional "PDF Aggregation Statistics" Service. 2023-06-20 22:16:07 +03:00