| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-01 | refactor(web/server): Use Panache for entity modeling | Fabian 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. | |||
| 2023-02-01 | refactor(web/server): Convert web server utils to Java | Fabian Mastenbroek | |
| This change converts the existing utilities of the web server to Java in preparation for future changes. | |||
| 2023-02-01 | refactor(web/server): Migrate to Hypersistence Utils | Fabian Mastenbroek | |
| This change updates the web server to use the Hypersistence Utils library instead of our custom code to store columns as JSON in H2 and Postgres. | |||
