This repository was archived by the owner on Dec 19, 2023. It is now read-only.
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Error in 7.0 release? #371
Closed
Description
Caused by: java.lang.IllegalAccessError: failed to access class graphql.schema.idl.SchemaGeneratorDirectiveHelper from class graphql.kickstart.tools.DirectiveBehavior (graphql.schema.idl.SchemaGeneratorDirectiveHelper and graphql.kickstart.tools.DirectiveBehavior are in unnamed module of loader 'app')
at graphql.kickstart.tools.DirectiveBehavior.(DirectiveBehavior.kt:25) ~[graphql-java-tools-6.0.1.jar:na]
at graphql.kickstart.tools.SchemaParser.(SchemaParser.kt:57) ~[graphql-java-tools-6.0.1.jar:na]
at graphql.kickstart.tools.SchemaParserBuilder.build(SchemaParserBuilder.kt:207) ~[graphql-java-tools-6.0.1.jar:na]
Not sure why 7.0 is trying to reference the 6.0.1 jars?
My pom is:
<dependency>
<groupId>com.graphql-java-kickstart</groupId>
<artifactId>graphql-spring-boot-starter</artifactId>
<version>7.0.0</version>
</dependency>
<dependency>
<groupId>com.graphql-java-kickstart</groupId>
<artifactId>altair-spring-boot-starter</artifactId>
<version>7.0.0</version>
<scope>runtime</scope>
</dependency>
Metadata
Metadata
Assignees
Labels
No labels