Jasper van Merle
Jasper van Merle
fxlauncher does not seem to work with Java 9, due to javax.xml.bind.JAXB being a Java EE API and not being on the classpath anymore in Java 9 ([related StackOverflow question](https://stackoverflow.com/questions/43574426/how-to-resolve-java-lang-noclassdeffounderror-javax-xml-bind-jaxbexception-in-j))....
Would it be possible to make the language specific favicon optional? I use only one instance and the new colorful favicons are a distraction. E.g.: > - [x] Enable language...
### Changes Recently I tried to set the leeway of the JWT verifier to `Long.MAX_VALUE` to do some local debugging where the token being expired didn't matter. Unfortunately the verifier...