mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2026-01-25 16:42:32 +01:00
This is an experiment. The code was checked to keep blocking of platform threads to a minimum (See [1]). This will keep overhead to of using threads small while only I/O will allocate more threads. The project now uses Multi-Release Jars, so it will detect correct version during runtime while keeping backwards compatibility. However, your IDE might be set manually to Java 21. A multi-project [2] architecture might be necessary, but not tested if it really fixes it. [1] https://openjdk.org/jeps/444 [2] https://maven.apache.org/plugins/maven-compiler-plugin/multirelease.html