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

GraphQL Annotations for Java

Results 37 graphql-java-annotations issues
Sort by recently updated
recently updated
newest added

Only direct implemented interfaces are supported when building a GraphQLObjectType. class MyObject implements MyInterface {} => OK class MyObject2 extends MyObject {} => No interface in ObjectType ClassUtils.getAllInterfaces(object) should be...

# Partial update to entities The purpose of this PR is to enable updation of selective entity fields. By introducing `Optional`, it also differentiates `null` from `undefined` Let's assume an...

Synk is reporting DoS vulnerability with `graphql-java` version `17.2` https://security.snyk.io/vuln/SNYK-JAVA-COMGRAPHQLJAVA-3021519. Please upgrade to `17.4`

Bump graphql-java from 17.2 to 17.4. This will fix graphql-java vulnerability issue reported by Synk [SNYK-JAVA-COMGRAPHQLJAVA-3021519](https://security.snyk.io/vuln/SNYK-JAVA-COMGRAPHQLJAVA-3021519)

We're expecting the release of 21.2.0 to happen within a month.

Once the upgrade has been done to graphql-java 21.5 (#300), we will be releasing a matching version for graphql-java-annotations. We're tentatively planning for this release to happen in June 2024

While working on: https://github.com/Enigmatis/graphql-java-annotations/issues/302 During the release, I started a publish action: https://github.com/Enigmatis/graphql-java-annotations/actions/runs/9745767091/job/26894508281 But it's failing due to: ``` Execution failed for task ':publishMavenPublicationToSonatypeRepository'. > Failed to publish publication 'maven'...