Skip to content

Spring for GraphQL Versions

Rossen Stoyanchev edited this page Nov 28, 2022 · 11 revisions

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.

Supported Versions

  • 1.1.x is the next production line (GA as of November, 2022) based on Java 17, Spring Framework 6, and GraphQL Java 19, for use with Boot 3.0+; six months after 1.0, this release aims to provide an upgrade path to Spring Framework 6 along with AOT/native support.

  • 1.0.x is the project’s first production release (GA as of May 2022) based on Java 8, Spring Framework 5.3, and GraphQL Java 18, for use with Boot 2.7+; this branch provides 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.

What’s New and Migration Notes

Clone this wiki locally