diff options
| author | Fabian Mastenbroek <fmastenbroek@meta.com> | 2023-01-06 17:01:45 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2023-02-01 22:01:19 +0000 |
| commit | 724ae527b9ef6afc482f3a8684881e1baa869f67 (patch) | |
| tree | e404bc0e510f25376ab45c887c3098030a584321 /opendc-web/opendc-web-server/src/main/resources | |
| parent | a7ae00115ed8d65c64830d93ed5e502f122480ef (diff) | |
refactor(web/server): Migrate to Hypersistence Utils
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.
Diffstat (limited to 'opendc-web/opendc-web-server/src/main/resources')
| -rw-r--r-- | opendc-web/opendc-web-server/src/main/resources/hypersistence-utils.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opendc-web/opendc-web-server/src/main/resources/hypersistence-utils.properties b/opendc-web/opendc-web-server/src/main/resources/hypersistence-utils.properties new file mode 100644 index 00000000..451ce2d8 --- /dev/null +++ b/opendc-web/opendc-web-server/src/main/resources/hypersistence-utils.properties @@ -0,0 +1 @@ +hypersistence.utils.jackson.object.mapper=org.opendc.web.server.util.QuarkusObjectMapperSupplier |
