You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2020-11-09 10:20:46,960 ERROR [io.qua.dep.dev.IsolatedDevModeMain] (main) Failed to start quarkus: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.quarkus.smallrye.graphql.deployment.SmallRyeGraphQLProcessor#buildExecutionService threw an exception: java.lang.IllegalArgumentException: Not a type variable!
at org.jboss.jandex.Type.asTypeVariable(Type.java:241)
at io.smallrye.graphql.schema.creator.ReferenceCreator.createReference(ReferenceCreator.java:203)
at io.smallrye.graphql.schema.creator.type.TypeCreator.addInterfaces(TypeCreator.java:153)
at io.smallrye.graphql.schema.creator.type.TypeCreator.create(TypeCreator.java:78)
at io.smallrye.graphql.schema.creator.type.TypeCreator.create(TypeCreator.java:41)
at io.smallrye.graphql.schema.SchemaBuilder.createAndAddToSchema(SchemaBuilder.java:197)
at io.smallrye.graphql.schema.SchemaBuilder.addTypesToSchema(SchemaBuilder.java:130)
Thanks for your report. As we just discussed in #281, the problem is patched in smallrye-graphql 1.0.15 which will be in Quarkus 1.10.0 (CR release tomorrow). Tests added through my PR #512
Using quarkus
1.9.2.Final
With the following code
The compilation step throws the following error
Linked to to #281 @velias
The text was updated successfully, but these errors were encountered: