Skip to content

Guava Dependency Issue with 21.3 #3374

@marchpane

Description

@marchpane

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:
image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions