Krzysztof Borowski

Results 3 issues of Krzysztof Borowski

This exception occurs when I switch from 0.3.0 to 0.3.1-SNAPSHOT (build taken from Sonatype repository) `scalaVersion = 2.10.4` ``` [info] java.lang.NoClassDefFoundError: com/sun/jersey/core/spi/factory/AbstractRuntimeDelegate [info] at java.lang.ClassLoader.defineClass1(Native Method) [info] at java.lang.ClassLoader.defineClass(ClassLoader.java:800) [info]...

It would be great if Tapir supported out-of-the-box [compressions](https://en.wikipedia.org/wiki/HTTP_compression). If the client's request indicates the understanding of some compression algorithms through `Accept-Encoding` header: ``` GET /encrypted-area HTTP/1.1 Host: www.example.com Accept-Encoding:...

Netty

This PR should be merged after unicorn 1.1 will be released. For now it is a working POC and a good example that new Unicorn is usable. PR still needs...