Commit graph

6 commits

Author SHA1 Message Date
51115e1a2a Update dependencies to newst versions 2023-07-28 17:43:34 +02:00
7e0cad6ddb Update jackson-databind version to 2.13.4 2022-09-23 20:20:49 +02:00
01f62303fc Update mockito to version 4.8.0 2022-09-23 20:19:56 +02:00
7d7cf8148a Reformat header section 2022-09-07 14:57:07 +02:00
306f3c25bc Rework persistence
- Rename exceptions to be more descriptive
- Add tests for the FileSystemDB
- Add Mockito extension JUnit
2022-09-07 14:54:35 +02:00
fae88aa262 Add basic structure
The basic structure for the project.
This commit includes the code for the model of the main object
`PlayTimePlayer`, its serialization and file persistence. The
persistence package is not tested.

I am trying to keep the dependency list as small as possible. This is
also why I implemented the serialization without jackson.
2022-09-02 22:11:52 +02:00