compare_spring_versions
Identify differences between two Spring Boot versions, including breaking changes, new features, and deprecations. Choose a focus area for targeted results.
Instructions
Compare different Spring Boot versions and their features
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version1 | Yes | First Spring Boot version to compare (e.g., '2.7.0') | |
| version2 | Yes | Second Spring Boot version to compare (e.g., '3.0.0') | |
| focus | No | What aspect to focus on in comparison | all |