Alberto Zugazagoitia
Alberto Zugazagoitia
### Summary The green dots indicating container status are pretty hard to differentiate from the red ones for people suffering from deuteranomaly. https://github.com/mailcow/mailcow-dockerized/blob/5d14baa43a433638dc9500866039eea1546ed926/data/web/templates/debug.twig#L94 A posible solution would be to display...
I'm currently working on my [javalin-ssl](https://github.com/javalin/javalin-ssl) plugin, and for development I've released snapshot builds on my own maven repository. For simplicity sake I believe plugins should be available on maven...
**Describe the feature** Remove conscrypt ALPN from the library. Target for 7.x
As discussed in Discord we should provide a better distribution example/documentation/tool than we currently do in our hello-world tutorials, they let the user run but not package/deploy the application. Options...
Draft PR of the in-progress work to implement a non-Jetty dependent Static Files Handler, aiming to maintain maximum compatibility with the current API and Behaviour. Related to #2164
While we leverage the Servlet API for compatibility, some areas of our codebase are tightly coupled to Jetty-specific implementations (like #2157). This issue aims to identify these dependencies to improve...
The tutorial is outdated and it's been discussed on discord to remove it. However it could be updated for javalin/javalin#1795. Related: javalin/javalin#1793 **Posible implementation**: javalin/javalin#1825
https://github.com/javalin/javalin.github.io/blob/master/pages%2Fplugins%2Fssl-helpers.md#L107-L112 and https://github.com/javalin/javalin.github.io/blob/master/pages%2Fplugins%2Fssl-helpers.md#L32-L41 Weren't updated to the new syntax of 6.x: `config.registerPlugin(sslPlugin)` (my fault)