-
Notifications
You must be signed in to change notification settings - Fork 317
Spring for GraphQL Versions
This document describes new features, noteworthy changes, and provides guidance on upgrading from earlier versions. If you see anything missing or inaccurate, please submit a pull-request against individual pages, or create an issue.
-
1.1.x is the next production line (GA as of November, 2022) based on Java 17, Spring Framework 6, for use with Boot 3.0+; provides an upgrade path to a Spring Framework 6 baseline along with AOT/native support.
-
1.0.x is the project’s first production line (GA as of May 2022) based on Java 8 and Spring Framework 5.3, for use with Boot 2.7+; provides long term support for applications on JDK 8-17.
For more details on supported versions and JDK version ranges, please see the Spring Framework Versions. We generally adhere to the same baseline as the underlying Spring Framework feature branch.
For support and EOL dates, check the Support page.