You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application failed to start up because of Assertions in Command. Specifically, I was hit by Help constructor which asserts that description has text. I think the assertion is great, but I had to put debug points to finally figure out which class had the offender. Since group is usually defined (since we default to the class name when a name isn't explicitly defined) in StandardMethodTargetRegistrar::getOrInferGroup I think we could just add this to the assertion message for clarity?
The text was updated successfully, but these errors were encountered:
nhomble
added a commit
to nhomble/spring-shell
that referenced
this issue
Dec 18, 2019
We're doing housekeeping in issues and closing ones which are potentially stale due to recent changes in a project. We are now more up to date with Spring Boot starting with release 2.1.0 and work in 3.x making shell compatible with Spring Framework 6 and Spring Boot 3.
If you think issue should not have been closed, try to re-open or open a new issue with updated info.
The application failed to start up because of Assertions in
Command
. Specifically, I was hit by Help constructor which asserts that description has text. I think the assertion is great, but I had to put debug points to finally figure out which class had the offender. Since group is usually defined (since we default to the class name when a name isn't explicitly defined) inStandardMethodTargetRegistrar::getOrInferGroup
I think we could just add this to the assertion message for clarity?The text was updated successfully, but these errors were encountered: