daviddenton / fintrospect

Implement fast, type-safe HTTP webservices for Finagle
http://fintrospect.io
Apache License 2.0
90 stars 10 forks source link

Netty warning on startup with Scala 2.12 #34

Closed daviddenton closed 7 years ago

daviddenton commented 7 years ago

There is a bug in the version of finagle-http that fintrospect uses with scala 2.12.X:

https://github.com/twitter/finagle/issues/581

Unknown if this causes any further effects, but recommend NOT using 2.12.X version of Scala until above is fixed.

daviddenton commented 7 years ago

Fixed in 14.10.0