Commit graph

9 commits

Author SHA1 Message Date
bec45ce14c Fix starting web with virtual threads
I don't know how to disable them on Javalin and with them it breaks...
2023-05-21 22:44:41 +02:00
f3bcd64a90 Fix db pooling shutdown on web after startup 2023-05-21 22:23:22 +02:00
6d537db12e Move dependency version management from module to parent pom
This should simplify updating dependencies and reduce dependency
resolution overhead.
2023-05-21 19:04:20 +02:00
d160f01b52 Intorduce HikariCP for JDBC connection pooling 2023-05-21 18:48:45 +02:00
f7ebd79cbd Change license from MIT to MPL-2.0
It fits better to this project and is a license I find interesting.
2023-05-16 03:06:52 +02:00
c8c3f70254 Fix ui redirect 2023-05-16 02:43:22 +02:00
cbab8ff439 Fix ui serving location
The ui is now part of the classpath.
2023-05-16 02:08:48 +02:00
4f0be9919f Adjust container image build to support multi modules 2023-05-16 01:51:45 +02:00
b8b83baa72 Move into multi module project structure
Javalin and Javacord crash if running on same JVM but on different
threads for some reasons. This is should fix it :D
2023-05-16 01:50:56 +02:00