unfiltered-app[bot] on 0.11.x
Update specs2-core to 4.16.1 in… (compare)
unfiltered-app[bot] on main
Update specs2-core to 4.16.1 in… (compare)
xuwei-k on main
xuwei-k on main
Update jetty-webapp to 11.0.11 … (compare)
xuwei-k on 0.11.x
xuwei-k on 0.11.x
Update jetty-webapp to 10.0.11 … (compare)
xuwei-k on 0.10.x
Update jetty-webapp to 9.4.48.v… (compare)
xuwei-k on 0.10.x
unfiltered-app[bot] on 0.10.x
Update jetty-webapp to 9.4.48.v… (compare)
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?