Version 3 contains several breaking changes in how FredBoat works on the inside, hence the major version bump.
- Java 9 has been adopted (the class path is still used, jigsaw doesn't play nice with all dependencies yet)
- The database is not longer connected directly via JDBC, instead a standalone backend service is used. See https://github.com/FredBoat/Backend for more information
- The conf...