bijection icon indicating copy to clipboard operation
bijection copied to clipboard

FuturePoolJavaFutureConverter is not compatible w/ twitter-util 19.1.0

Open jcohen opened this issue 6 years ago • 2 comments

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.

jcohen avatar Jan 17 '19 16:01 jcohen

Happy to take a PR to update this.

johnynek avatar Jan 17 '19 22:01 johnynek

Thanks for merging that @johnynek! Would it be possible to push a release with this fix?

jcohen avatar Jan 18 '19 15:01 jcohen