Skip to content

Conversation

@bbakerman
Copy link
Member

This has been deprecated since 2021-06-23

This was previously a sync value and its now required to be async. It used to default but now it will not

This has been deprecated since 2021-06-23
@bbakerman bbakerman added this to the 2023 July milestone May 29, 2023
@bbakerman bbakerman added the breaking change requires a new major version to be relased label May 29, 2023
DataFetcherExceptionHandlerResult result = onException(handlerParameters);
return CompletableFuture.completedFuture(result);
}
CompletableFuture<DataFetcherExceptionHandlerResult> handleException(DataFetcherExceptionHandlerParameters handlerParameters);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You MUST now implement the method if you make your own. Its no longer defaulted

Copy link
Member

@dondonz dondonz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@bbakerman bbakerman added this pull request to the merge queue May 30, 2023
Merged via the queue into master with commit d6a62a3 May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking change requires a new major version to be relased

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants