Upgrading Java from 17 -> 21 and upgrading all dependencies

- Updating all dependencies to their latest non-beta versions
(except for junit, as junit 5 is significantly different from junit4)
- Converted the log4j configuration as the XML format changed.  Switched the rolling appenders to random access rolling appenders and turned on asynchronous logging, as this is supposed to be dramatically faster in all cases.
- Altered some DB POJO classes whose field names did not match exactly, as fastjson is now more strict about capitalization
- Altered JSON deserialization of arrays to use modern APIs which are much more readable
- Minor improvements to the Docker setup, including automatic working directory movement
This commit is contained in:
Christian 'ketura' McCarty
2024-04-12 21:52:23 -05:00
parent 4623851c51
commit bb6c7a0b6b
71 changed files with 347 additions and 363 deletions

1
.gitignore vendored
View File

@@ -21,4 +21,5 @@ remote-sync
replay
!replay/.placeholder
logs/nohup.out
nohup.out
gemp-lotr/docker/docker-compose.yml