@@ -8,29 +8,22 @@ include::attributes.adoc[]
88
99Spring for GraphQL provides support for Spring applications built on
1010https://www.graphql-java.com/[GraphQL Java]. It is a joint collaboration between the
11- GraphQL Java team and Spring engineering. Our shared philosophy is to provide as little
12- opinion as we can while focusing on comprehensive support for a wide range of use cases.
11+ GraphQL Java team and Spring engineering.
1312
1413Spring for GraphQL is the successor of the
1514https://github.com/graphql-java/graphql-java-spring[GraphQL Java Spring] project from
1615the GraphQL Java team. It aims to be the foundation for all Spring, GraphQL applications.
1716
18- The project reached version 1.0 in May 2022. Please, use our
19- https://github.com/spring-projects/spring-graphql/issues[issue tracker] to report a
20- problem, discuss a design issue, or to request a feature.
17+ Please, use our https://github.com/spring-projects/spring-graphql/issues[issue tracker]
18+ to report a problem, discuss a design issue, or to request a feature.
19+
20+ Please, see our
21+ https://github.com/spring-projects/spring-graphql/wiki[Wiki].
22+ for what's new, baseline requirements, and upgrade notes, and other cross-version information.
2123
2224To get started, check the Spring GraphQL starter on https://start.spring.io and the
2325<<samples>> in this repository.
2426
25- [[requirements]]
26- == Requirements
27-
28- Spring for GraphQL requires the following as a baseline:
29-
30- * JDK8
31- * Spring Framework 5.3
32- * GraphQL Java 18
33- * Spring Data 2021.1.0 or later for QueryDSL or Query by Example
3427
3528
3629
0 commit comments