Adam Gent
Adam Gent
A mistake was sort of made allowing one to access the LogOutput through the OutputRegistry. What we really want is some sort of callback so that the appenders do locking....
The pattern encoder was never set as the default encoder but the jansi encoder was making configuration confusing. The jansi encoder is pretty worthless as you cannot configure it and...
Based on various issues folks are having I think pattern encoder should be default for console if the pattern module is present. See #265 [Rainbow Gum is even designed for...
Based on @SentryMan updates to Avaje SPI and the confusion of service provider registration I think we need better doc in the overview.html #212 #211
I'm not sure I like the default fallback behavior here: https://github.com/jooby-project/jooby/blob/e9b889d593f630182b0c28db50e24c0d65215d35/jooby/src/main/java/io/jooby/SslOptions.java#L245 Instead I recommend something more like: ```java static InputStream getResource( String path) throws FileNotFoundException, IOException { URI uri =...