-
-
Notifications
You must be signed in to change notification settings - Fork 585
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Thank you for providing this library.
Generic (error) responses built from ControllerAdvice exception handlers are built in an undefined order. In cases where multiple exception handler methods declare the same response status, which method’s return type ends up being used as the response schema for that status code is nondeterministic (might change between runs).
I’m speculating the issue is due to the use of the Set data type in iteration:
Line 74 in cca0857
| for (Map.Entry<String, ApiResponse> entry : apiResponses.entrySet()) { |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working