You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a tutorial for beginners: [Getting started with GraphQL Java and Spring Boot](https://www.graphql-java.com/tutorials/getting-started-with-spring-boot/)
14
+
See our tutorial for beginners: [Getting started with GraphQL Java and Spring Boot](https://www.graphql-java.com/tutorials/getting-started-with-spring-boot/)
15
15
16
-
For details how to use `graphql-java` please look at the documentation: https://www.graphql-java.com/documentation/getting-started
16
+
For further details, please see the documentation: https://www.graphql-java.com/documentation/getting-started
17
+
18
+
If you're looking to learn more, we (the maintainers) have written a book! [GraphQL with Java and Spring](https://leanpub.com/graphql-java) includes everything you need to know to build a production ready GraphQL service. The book is available on [Leanpub](https://leanpub.com/graphql-java) and [Amazon](https://www.amazon.com/GraphQL-Java-Spring-Andreas-Marek-ebook/dp/B0C96ZYWPF/).
17
19
18
20
Please take a look at our [list of releases](https://github.com/graphql-java/graphql-java/releases) if you want to learn more about new releases and the changelog.
Copy file name to clipboardExpand all lines: SECURITY.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,7 @@
2
2
3
3
## Supported Versions
4
4
5
-
We support the latest release with security updates.
6
-
7
-
We retain the discretion to backport security updates, this is decided on a case-by-case basis.
8
-
9
-
| Version | Supported |
10
-
| ------- | ------------------ |
11
-
| v20.x |:white_check_mark:|
5
+
As stated in our [Release Policy](https://www.graphql-java.com/blog/release-policy/), we will backport critical bugfixes and security fixes for versions dating back 18 months. These fixes will be backported depending on severity and demand.
0 commit comments