Spring Shell 4.0.0 GA released!
On behalf of the team and all contributors, I am pleased to announce that Spring Shell 4.0.0 GA is now available from Maven Central!
What's new?
This major release marks a significant milestone in the evolution of Spring Shell and comes with several new features, improvements, and bug fixes. Some of the highlights include:
- Alignment with Spring projects: Compatibility with the latest versions of Spring Framework and Spring Boot, ensuring seamless integration and improved performance.
- Enhanced Command Model: A revamped command model that simplifies the creation and management of commands, making it easier for developers to build interactive CLI applications.
- Improved APIs Null Safety: Use of jSpecify null-safety features to reduce the likelihood of
NullPointerExceptions. - Improved Modularity: A more modular architecture that allows for better customization and extension of the shell's capabilities.
- Updated Documentation…