graphql-java-servlet icon indicating copy to clipboard operation
graphql-java-servlet copied to clipboard

Servlet endpoint for GraphQL Java

Results 10 graphql-java-servlet issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Edited/Blocked These updates have been manually edited so Renovate will no longer make...

Hello! Are there plans to implement [graphql-transport-ws](https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md) GraphQL subscription protocol? The existing `graphql-ws` protocol is no longer maintained and even not supported in some products (for example, Tyk Gateway).

enhancement

**Describe the bug** I should be able to handle the Exception from the GraphQLServletListener **To Reproduce** Steps to reproduce the behavior: In Asynchronus Excecution, Even there are exception in the...

bug

Now introducing java modules. 1. Added java modularity plugin to gradle - as gradle doesn't support modules by default 2. Updated to java 9 3. Added module-info files to both...

It would be nice to add SDL (https://www.graphql-java.com/documentation/v11/schema/) support to the GraphQL Java Servlet project. But this might also imply having a way to provide "parts" of SDL as well...

help wanted
question
osgi

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.spockframework:spock-core](https://spockframework.org) ([source](https://github.spockframework.org/spock)) | `2.1-groovy-3.0` -> `2.3-groovy-4.0` |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | biz.aQute.bnd.builder | `6.4.0` -> `7.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/biz.aQute.bnd.builder/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
keep-open

**Describe the bug** When using `OsgiGraphQLHttpServlet`, a new thread pool (of 1 thread) is created on every request, and never shut down. The thread pool is created when creating a...

bug

Despite the work in #439 , we see `InvocationInputParseException` errors caused by client disconnects that are logged as ERROR by `AbstractGraphQLHttpServlet`. We can provide our own `GraphQLHttpServlet` that stops this,...

bug