Results 5 issues of Mac

the example https://github.com/kohsuke/args4j/blob/master/args4j/examples/SampleMain.java uses multiple deprecated methods such as CmdLineException(Parser, String), parser.printExample(ALL)

I was reading the rapidoid SSL support code, and notice it uses javax.net.ssl.SSLEngine. What do you think about replacing SSL provider from javax.net.ssl.SSLEngine to Conscrypt? this will kill two birds...

I noticed http-server pulls in http-fast, which in term pulls in render. for a REST service, having the template engine isn't useful at all. can this be made optional?

enhancement

I notice the grails2 branch is still using jedis 2.6, would be great to bump it to 2.7.2

using gaelyk plugin with gradle 4.0 gives Gradle now uses separate output directories for each JVM language, but this build assumes a single directory for all classes from a source...