graphql-java-generator / graphql-maven-plugin-project

graphql-maven-plugin is a Maven Plugin for GraphQL, based on graphql-java. It accelerates the development for both the client and the server, by generating the Java code. It allows a quicker development when in contract-first approach, by avoiding to code the boilerplate code.
https://graphql-maven-plugin-project.graphql-java-generator.com
MIT License
115 stars 47 forks source link

StringBuffer, modernizer-maven-plugin fails #163

Closed mheidt closed 1 year ago

mheidt commented 1 year ago

Hello Etienne,

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.

Could you change that please?

Regards, Markus

etienne-sf commented 1 year ago

The change all command is wonderful :)

It will be available in the next release.

etienne-sf commented 1 year ago

Released in the 1.18.9.