twitter/finagle

Don't mess with class loaders... or do it gently

Open

#357 opened on Apr 1, 2015

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Scala (8,864 stars) (1,435 forks)batch import
good first issue

Description

Issue is described in following thread: https://groups.google.com/forum/#!topic/finaglers/snRvOYwljbI Basically Play's auto-reloading breaks Finagle's reflection based API. Also @jproper gives good explanation of what's going on and how to fix it here: https://github.com/playframework/playframework/issues/4159

Contributor guide