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.