`FutureConvertersImpl.P` overrides `onSuccess` [here](https://github.com/scala/scala-java8-compat/blob/35831f444ca3acb214c9a276867d3a1e06d1a940/src/main/scala/scala/concurrent/java8/FutureConvertersImpl.scala#L90) with a call to `super`. Is there an important reason for that, or can it be removed? This comes up because `onSuccess` is deprecated, and may be removed in 2.13 (see scala/scala#6319).