From 34843f73995e581abff1e1bba3194d0f95b4640d Mon Sep 17 00:00:00 2001 From: rstoyanchev Date: Wed, 16 Nov 2022 11:39:22 +0000 Subject: [PATCH] Update reference to link to wiki for requirements --- .../src/docs/asciidoc/index.adoc | 21 +++++++------------ 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/spring-graphql-docs/src/docs/asciidoc/index.adoc b/spring-graphql-docs/src/docs/asciidoc/index.adoc index 4ec3352f..a4629a63 100644 --- a/spring-graphql-docs/src/docs/asciidoc/index.adoc +++ b/spring-graphql-docs/src/docs/asciidoc/index.adoc @@ -8,29 +8,22 @@ include::attributes.adoc[] Spring for GraphQL provides support for Spring applications built on https://www.graphql-java.com/[GraphQL Java]. It is a joint collaboration between the -GraphQL Java team and Spring engineering. Our shared philosophy is to provide as little -opinion as we can while focusing on comprehensive support for a wide range of use cases. +GraphQL Java team and Spring engineering. Spring for GraphQL is the successor of the https://github.com/graphql-java/graphql-java-spring[GraphQL Java Spring] project from the GraphQL Java team. It aims to be the foundation for all Spring, GraphQL applications. -The project reached version 1.0 in May 2022. Please, use our -https://github.com/spring-projects/spring-graphql/issues[issue tracker] to report a -problem, discuss a design issue, or to request a feature. +Please, use our https://github.com/spring-projects/spring-graphql/issues[issue tracker] +to report a problem, discuss a design issue, or to request a feature. + +Please, see our +https://github.com/spring-projects/spring-graphql/wiki[Wiki]. +for what's new, baseline requirements, and upgrade notes, and other cross-version information. To get started, check the Spring GraphQL starter on https://start.spring.io and the <> in this repository. -[[requirements]] -== Requirements - -Spring for GraphQL requires the following as a baseline: - -* JDK8 -* Spring Framework 5.3 -* GraphQL Java 18 -* Spring Data 2021.1.0 or later for QueryDSL or Query by Example