CommandExceptionResolver beans should have order #634
Labels
branch/3.0.x
Issue for a branch
for/backport
For backporting
type/enhancement
Is an enhancement request
Milestone
Currently we have only one added as bean that being
CommandParserExceptionResolver
. It was always meant that this would pickCommandParserExceptionsException
and then user could create their own resolvers. Issue is that if user creates resolver which handles everything it's not possible make sure if that is used before/after default ones from spring-shell itself.That's why
CommandParserExceptionResolver
needs an order as it defaults to lowest precedence.The text was updated successfully, but these errors were encountered: