Skip to content

Commit 94cc2b4

Browse files
authored
Merge pull request #143 from graphql-java/slf4j-removal
Remove logging documentation and update old blogs
2 parents c5cc9d8 + 2842124 commit 94cc2b4

4 files changed

Lines changed: 8 additions & 11 deletions

File tree

blog/2018-10-10-spectrum-and-new-doc.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: Moving to spectrum and new documentation home
33
authors: andi
44
slug: spectrum-and-new-doc
55
---
6+
:::info
7+
Update: we now use GitHub Discussions on the [GitHub repository](https://github.com/graphql-java/graphql-java/discussions).
8+
:::
9+
610
We have two exciting changes to announce:
711

812
# New support channel at spectrum

blog/2018-11-10-graphql-java-aims-to-be-used-directly.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ The core project doesn't deal with any form of HTTP or JSON specific things and
2525
dependencies at all. This will not change, but we recognize the need for having an easy way to get a
2626
full service up and running. This is why we are currently working on first class Spring (Boot) support.
2727

28+
:::info
29+
Update: You can now use [Spring for GraphQL](https://docs.spring.io/spring-graphql/reference/), the official GraphQL integration. It's a collaboration between the Spring and GraphQL Java teams. See our [quick start tutorial](https://www.graphql-java.com/tutorials/getting-started-with-spring-boot/).
30+
:::
31+
2832
This is not done yet, but it will provide an easy way to integrate GraphQL Java in a Spring (Boot) application
2933
without adding any abstraction on top of GraphQL Java. It will also be extended over time with more advanced features
3034
like Apollo Defer support.

documentation/execution.md

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) {

documentation/logging.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)