Skip to content

Commit 6e3f7be

Browse files
committed
Update documentation for v22
1 parent 065ab2a commit 6e3f7be

21 files changed

Lines changed: 17 additions & 28 deletions

documentation/getting-started.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repositories {
2525
}
2626
2727
dependencies {
28-
implementation 'com.graphql-java:graphql-java:21.5'
28+
implementation 'com.graphql-java:graphql-java:22.0'
2929
}
3030
```
3131
</TabItem>
@@ -38,7 +38,7 @@ repositories {
3838
}
3939

4040
dependencies {
41-
implementation("com.graphql-java:graphql-java:21.5")
41+
implementation("com.graphql-java:graphql-java:22.0")
4242
}
4343
```
4444
</TabItem>
@@ -51,7 +51,7 @@ Dependency:
5151
<dependency>
5252
<groupId>com.graphql-java</groupId>
5353
<artifactId>graphql-java</artifactId>
54-
<version>21.5</version>
54+
<version>22.0</version>
5555
</dependency>
5656
```
5757

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ lastVersion: "v20",
4949

5050
Delete the oldest version by deleting the oldest version's directory inside `versioned_docs` and the corresponding file in `versioned_sidebars`. Then delete the oldest version from `versions.json`.
5151

52-
Finally, change the Maven and Gradle sections in [documentation/getting-started.mdx](/documentation/getting-started.mdx).
52+
Finally, change the Maven and Gradle sections for the latest docs in [documentation/getting-started.mdx](/documentation/getting-started.mdx) and the `getting-started` file for your newly created version.
5353

5454
For more, see the [Docusaurus versioning documentation](https://docusaurus.io/docs/versioning).

versioned_docs/version-v20/logging.md

Lines changed: 0 additions & 9 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ Here is the code for the standard behaviour.
7474
```java
7575
public class SimpleDataFetcherExceptionHandler implements DataFetcherExceptionHandler {
7676

77-
private static final Logger logNotSafe = LogKit.getNotPrivacySafeLogger(SimpleDataFetcherExceptionHandler.class);
78-
7977
static final SimpleDataFetcherExceptionHandler defaultImpl = new SimpleDataFetcherExceptionHandler();
8078

8179
private DataFetcherExceptionHandlerResult handleExceptionImpl(DataFetcherExceptionHandlerParameters handlerParameters) {

0 commit comments

Comments
 (0)