com.netflix.graphql.dgs:graphql-dgs-client version compatibility with spring boot 3.x

292 views Asked by At

I am currently using com.netflix.graphql.dgs:graphql-dgs-client version 4.9.15. This worked well with spring boot 2.6.6. On upgrading to spring boot 3.x specifically 3.1.3 I am seeing few failures (If required I can add more details about this).

So I upgraded dgs client - com.netflix.graphql.dgs:graphql-dgs-client to 7.6.0. After upgrade, few things are working but other things are failing.

So in general, I want to know if there is a compatibly matrix between dgs framework specifically graphql-dgs-client and spring boot 3.0. specifically 3.1.3. Could some one share any details on the range of dgs clients that are compatible with spring boot 3.x.

1

There are 1 answers

0
phuongnq1995 On

You can check it on git by the tag release version, even the newest version (8.0.0-rc1) is supporting spring boot 3.0.8. Also we can get rid of versioning management by using BOM. Hope it helps.