This commit in twitter-util removed NonFatal from com.twitter.util in favor of the version from scala.util.control.
Unfortunately FuturePoolJavaFutureConverter (and perhaps other places as well) relies on the version from com.twitter.util (which no longer exists) leading to NoClassDefFoundError exceptions at runtime.
This commit in twitter-util removed
NonFatalfromcom.twitter.utilin favor of the version fromscala.util.control.Unfortunately FuturePoolJavaFutureConverter (and perhaps other places as well) relies on the version from
com.twitter.util(which no longer exists) leading toNoClassDefFoundErrorexceptions at runtime.