Commit Graph

10 Commits

Author SHA1 Message Date
Lampros Smyrnaios 43de723494 - Refactor the "XMLApplicationProfile.ValidationResult" and "Guideline.Result" to provide only getter and setter methods.
- Use the Guava's "Lists.newArrayList()" when converting an "Iterable" to a List.
2024-01-15 14:30:44 +02:00
Lampros Smyrnaios 7693532124 - Make the interfaces extend the "Serializable", instead of implementing the "Serializable" in the classes and have to return them, instead of their interface, thus reducing code-abstraction.
- Add the ability to print a "StandardValidationResult" object in a user-friendly way.
2023-12-04 17:32:58 +02:00
Lampros Smyrnaios 0915e1b22e Make the "AbstractOpenAireProfile" return a serializable ValidationResult. 2023-11-13 15:40:19 +02:00
Lampros Smyrnaios 668f4ce157 - Make some classes to implement the "Serializable" interface, in order to be used by Spark.
- Move the "TestUtils" class to be used by other libraries calling this project.
2023-11-10 16:02:38 +02:00
Lampros Smyrnaios 7be1dbe493 Add validation for XML namespaces in v3 and v4 guidelines. 2023-07-27 14:41:00 +03:00
Lampros Smyrnaios 8b4da5c4eb - Fix missing import in groovy test.
- Code polishing.
2023-07-14 14:26:11 +03:00
Lampros Smyrnaios b63f09bfc4 - Optimize logging.
- Code polishing.
2023-07-14 14:02:03 +03:00
Lampros Smyrnaios fd99f536d3 - Fix Logging System not working; Move to Logback and integrate all logs which were printed with "System.out".
- Update dependencies.
- Code polishing.
2023-07-10 14:38:06 +03:00
Lampros Smyrnaios 1ece17e0a7 - Update dependencies.
- Optimize imports.
2023-03-17 17:37:23 +02:00
Antonis Lempesis 959f81dc73 initial commit 2022-09-16 13:56:52 +03:00