dgs-framework icon indicating copy to clipboard operation
dgs-framework copied to clipboard

documentation: error handling example is outdated for currentl graphql-java version

Open Patrickkooijman opened this issue 1 year ago • 3 comments

What are you missing in the docs

The error-handling page shows an example which ends with a delegate call to handle other exceptions then MyException.`

return DataFetcherExceptionHandler.super.handleException(handlerParameters);

This default method was however deprecated and is removed in graphql-java 21.3, https://github.com/graphql-java/graphql-java/commit/1021219732d24866fb5957d8d8dc473b5d588f03

Patrickkooijman avatar Mar 05 '24 15:03 Patrickkooijman