Reason for this PR
We decided to reengineer parts of the delphi system to be more flexible in terms of new feature and new data. We first decided to split the ES index into multiple parts, and reduce the application to parsing POM files for now.
Changes in this PR
Upgrade to Scala 2.12.15 and SBT 1.5.5
Upgrade to latest versions of Elastic4s, AKKA, Apache Maven and OPAL
Removed code that was stale or not needed for the redesign
Introduced PomFileReadActor for processing POM files plus unit tests
Adopted storage interface to store identifiers, metadata and hermes results in separate indices
Adopted storage maintenance interface to create three separate indices
Made download more flexibel, JAR file download success is now not required anymore if packaging is not set to jar
Improved error handling: Errors in the different phases (downloading, metadata extraction, hermes processing) are caught and stored in a separate ES index.
Improved handling of OPAL logging, can now be switched on or off as desired
References
Fully incorporates all functionalities proposed in PRs #49, #48 and #47
Reason for this PR We decided to reengineer parts of the delphi system to be more flexible in terms of new feature and new data. We first decided to split the ES index into multiple parts, and reduce the application to parsing POM files for now.
Changes in this PR
PomFileReadActor
for processing POM files plus unit testsjar
References Fully incorporates all functionalities proposed in PRs #49, #48 and #47