xuwei-k on main
Update version.sbt (compare)
xuwei-k on v0.12.0-M7
xuwei-k on main
Setting version to 0.12.0-M7 Setting version to 0.12.0-M8-SN… (compare)
xuwei-k on main
Update version.sbt (compare)
omarkilani on 0.10.x
Update netty-codec-http, netty-… (compare)
omarkilani on 0.10.x
omarkilani on 0.11.x
omarkilani on 0.11.x
Update netty-codec-http, netty-… (compare)
omarkilani on main
Update netty-codec-http, netty-… (compare)
unfiltered-app[bot] on 0.10.x
Update netty-codec-http, netty-… (compare)
unfiltered-app[bot] on 0.11.x
Update netty-codec-http, netty-… (compare)
case P("/e") & Expect(v) => ResponseString("pass")
Hi there. Looking for a Scala 2.13.0-RC2 build. I see a version for Scala 2.13.0-RC1 was published, 0.10.0-M3, but it seems to have a problem; in dispatch/reboot I always get these:
java.lang.NoClassDefFoundError: io/netty/channel/kqueue/KQueueEventLoopGroup
which doesn't happen when using 0.10.0-M2 (ends with Scala 2.13.0-M5). Any ideas if this is a bug in the published artifact?
Seems something got messed up in your pom file, for example I see this entry in 0.10.0-M3 not 0.10.0-M2:
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-kqueue</artifactId>
<version>4.1.13.Final</version>
<classifier>osx-x86_64</classifier>
</dependency>
So that would mean it only shows up in OS X I guess?