Skip to content

Spring for GraphQL 2.0

Brian Clozel edited this page May 9, 2025 · 1 revision

This is a preview of the Spring for GraphQL 2.0 release, scheduled for November 2025.

Upgrading From Spring for GraphQL 1.4

Baseline upgrades

Spring for GraphQL 2.0 now requires Spring Framework 7.0 and its baseline.

New and Noteworthy

Null safety

We have applied the JSpecify annotations to its entire public API. This should now help IDEs provide you with consistent warnings, avoiding NullPointerExceptions when using Spring for GraphQL.