@@ -8,29 +8,22 @@ include::attributes.adoc[]
8
8
9
9
Spring for GraphQL provides support for Spring applications built on
10
10
https://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.
13
12
14
13
Spring for GraphQL is the successor of the
15
14
https://github.com/graphql-java/graphql-java-spring[GraphQL Java Spring] project from
16
15
the GraphQL Java team. It aims to be the foundation for all Spring, GraphQL applications.
17
16
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.
21
23
22
24
To get started, check the Spring GraphQL starter on https://start.spring.io and the
23
25
<<samples>> in this repository.
24
26
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
34
27
35
28
36
29
0 commit comments