HaugrNet / eds

Cryptographic Web Share
https://haugr.net/
Apache License 2.0
6 stars 0 forks source link

Convert Date Objects to Java 8+ Time Objects #69

Closed knjensen closed 3 years ago

knjensen commented 4 years ago

The Data Objects currently used was chosen because it worked better with JPA in Java EE 7, however Java EE 8 / Jakarta EE 8 both supports the newer Time Objects, so the code should be migrated from the old Objects to the newer.

knjensen commented 3 years ago

With the latest commit, this should be completed.