Closed
Description
I can't create multiple @ControlledAdvice
classes without adding explicit @Order
.
Example project: https://github.com/xmazu/spring-graphql-multiple-controller-advice
I have added tests that should work but with current AnnotatedControllerExceptionResolver implementation they won't 😢