Commit graph

16 commits

Author SHA1 Message Date
edad5fd140 misc: Update dependencies to news version 2023-11-23 21:00:20 +01:00
3c63bf9b27 misc: Update to Java 21 2023-11-23 21:00:19 +01:00
eef6b98171 build: Update java to version 20
Some checks failed
ci/woodpecker/push/build Pipeline failed
2023-07-26 19:45:33 +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
5662d2faf1 Add additional package information to the pom.xml 2023-05-16 03:12:46 +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
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
1060d4d577 Update Javalin to version 5.5.0 2023-05-05 01:25:15 +02:00
8b2422dd1b Fix formatting 2023-04-15 23:25:08 +02:00
703b49e8a0 Implement web api for allowed servers 2023-04-14 17:23:01 +02:00
0ce576a7bb Update jetbrains annotations lib to newes version 2023-04-05 00:03:40 +02:00
9227935de5 Use Virtual Threads for handling listening message create events
The API calls require some time and this might overload the handler and
produce warnings.
2023-04-04 23:15:28 +02:00
4418b08fbb Add persistence over Postgresql 2023-04-04 17:52:50 +02:00
9ff2754e00 Add slf4j logging with logback-classic backend 2023-04-04 00:46:35 +02:00
d7bc035b3e Init 2023-04-03 19:15:48 +02:00