In the latest release, at this time 17.2, DataFetcherExceptionHandler's method onException is deprecated in favor of its async replacement handleException.
It seems you can't implement its replacement still needing to implement onException which leaves new code following the suggestion with a deprecation warning. What's the recommended path to migrating without deprecation warnings?