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? |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.