summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-server/src/test/java
AgeCommit message (Collapse)Author
2023-02-01refactor(web/server): Use Panache for entity modelingFabian Mastenbroek
This change updates the OpenDC web server to use Panache (provided by Quarkus) to model entities. Such approach is better supported in Quarkus and simplifies our implementation.