Skip to content

Any break changes in 8.0? #1689

Answered by srinivasankavitha
hantsy asked this question in Q&A
Discussion options

You must be logged in to vote

Ok, I see you are using the spring dependency management plugin here: https://github.com/hantsy/spring-graphql-sample/blob/master/dgs/build.gradle#L3

This brings in graphql-java 20.2, which is conflicting with what we are now using the DGS framework 8.0.0 which is 21.2. I suspect this is causing issues with the version of java-dataloader that is brought in. You could try either

  1. explicitly specifying the graphql-java version to be 21.2 to override what the dependency management plugin is using
  2. or Add the following to your build.gradle to override what the plugin is doing for DGS dependencies:
dependencyManagement {
        imports {
        mavenBom("com.netflix.graphql.dgs:graphql-dgs-p…

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@hantsy
Comment options

@paulbakker
Comment options

@hantsy
Comment options

Answer selected by hantsy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants