-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Hello everyone,
I'm having difficulties with the latest release (21.3) where in file GraphQLSchema some dependencies seem to be missing.
This is how it looks in my Intellij:

This could maybe be similar to this older issue: #3318
I even set up a completely new Spring / Maven project and only added the dependency below and there is still a mismatch between the files.
<dependency>
<groupId>com.graphql-java</groupId>
<artifactId>graphql-java</artifactId>
<version>21.3</version>
</dependency>
Is anyone else also experiencing this behavior? If yes, how did you solve it?
The strange thing is that when I downgrade from 21.3 to 21.2 the bytecode and source match and Intellij doesn't complain any more.
Metadata
Metadata
Assignees
Labels
No labels