Skip to content

Commit 34843f7

Browse files
committed
Update reference to link to wiki for requirements
1 parent 757d482 commit 34843f7

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

spring-graphql-docs/src/docs/asciidoc/index.adoc

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,22 @@ include::attributes.adoc[]
88

99
Spring for GraphQL provides support for Spring applications built on
1010
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.
1312

1413
Spring for GraphQL is the successor of the
1514
https://github.com/graphql-java/graphql-java-spring[GraphQL Java Spring] project from
1615
the 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

2224
To 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

Comments
 (0)