Dariusz Kuc
04/07/2021, 7:08 PM4.0.0-rc.1
would greatly appreciate it if you could try it out and report any issues.Saharath Kleips
04/07/2021, 9:44 PMDariusz Kuc
04/07/2021, 9:51 PMSaharath Kleips
04/07/2021, 9:59 PMJilles van Gurp
04/08/2021, 7:38 AMSpringGraphQLContext
in addition to GraphQLContext
. We ended up creating a default context with our own interface and then used interface delegation to be able to use the same default context in a SpringGraphQLContext
Using this for our web socket subscriptions is not possible because the signin is done via messages on the subscription in our case and we have no access to headers there (we had issues getting this to work via headers). This may relate to the WebFilters not working with subscriptions earlier? So this may have been fixed by now.
You will likely need to do a bit of work to deal with these changes but nothing major that I can recall. Altogether, expect to spend some time dealing with this depending on what you used. If all you have is queries and mutations, the package rename for the annotations is probably the only thing to deal with.