d411618e63
Fix Javadoc warnings due to Java 21 update (+ some other warnings)
...
The default implicit constructor must also have a doc comment, so I have to make it explicit and either properly restrict the visibility of the constructor, or actually document it.
2024-06-06 23:59:32 +02:00
2d6d905b54
CLI application now correctly handles uncaught Exceptions
2024-02-15 10:46:03 +01:00
ecd8b3b0c9
Some docs
2023-10-28 23:46:47 +02:00
db06ab1be9
CLI: Delay shutdown of logging system until the end of the stop() method
2023-10-08 01:38:52 +02:00
bd3bea8381
Some refactoring in pandalib-util
2023-08-27 13:37:17 +02:00
5edd8cdfec
Various code simplification/fixes and a lot of typo/grammar fixes (may brake some stuff)
2023-06-20 00:15:46 +02:00
913d5d91dd
Reduce code duplication of DailyLogRotateFileHandler + generalize logs compression
2023-05-10 10:26:02 +02:00
5b40c4aabb
Try a cleaner stdout/stderr -> logger redirector
2023-03-17 15:41:39 +01:00
99a07a2ba6
Javadoc and some API changes
2022-08-11 01:32:37 +02:00
a885c224a6
Added new Brigadier commands related APIs for bungee/paper/cli + a few javadoc
2022-08-08 01:42:11 +02:00