Compatibility between Spring Shell and Spring Boot? #1162
|
Are there any compatibility constraints between Spring Boot and Spring Shell? Are some versions of Spring Shell only compatible with certain versions of Spring Boot? |
Answered by
fmbenhassine
Aug 27, 2025
Replies: 1 comment 1 reply
|
I created a wiki page that outlines a compatibility matrix between Spring Boot versions and Spring Shell versions. Is that what you are looking for? Unless there is a breaking change in a Spring Boot minor release, a Spring Shell version should be compatible with the corresponding Spring Boot version from that table and all previous Spring Boot versions. For example, Spring Shell 3.4 is compatible with Spring Boot 3.5 and 3.4 and 3.3. We used to continuously build Spring Shell against all Spring Boot versions but we will stop doing this starting from the next major version. |
1 reply
Answer selected by
wilx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I created a wiki page that outlines a compatibility matrix between Spring Boot versions and Spring Shell versions. Is that what you are looking for?
Unless there is a breaking change in a Spring Boot minor release, a Spring Shell version should be compatible with the corresponding Spring Boot version from that table and all previous Spring Boot versions. For example, Spring Shell 3.4 is compatible with Spring Boot 3.5 and 3.4 and 3.3.
We used to continuously build Spring Shell against all Spring Boot versions but we will stop doing this starting from the next major version.