You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I upgrade my project to a new version that is using the moderniser-maven-plugin now.
It complains, that the generated code in
GraphQLServerMain and GraphqlUtils is using StringBuffer and that StringBuilder should be preferred.