smallrye / smallrye-graphql

Implementation for MicroProfile GraphQL
Apache License 2.0
155 stars 89 forks source link

Updated to GraphQL-Java 22.1, and fixed some breaking changes #2119

Closed mskacelik closed 1 month ago

mskacelik commented 2 months ago

/cc @jmartisk

quarkus branch: https://github.com/mskacelik/quarkus/tree/srgql-2.8.5

jmartisk commented 1 month ago

Thanks! Hmm, I think that we should bump the minor version to 2.9.0 because this change looks a little dangerous. Could you do that in a separate commit? mvn org.codehaus.mojo:versions-maven-plugin:2.5:set -DnewVersion=2.9.0-SNAPSHOT -DgenerateBackupPoms=false should do it. Also please switch the CI to use your Quarkus branch (preferably rename it to 2.9 too)

mskacelik commented 1 month ago

QUARKUS: https://github.com/mskacelik/quarkus/tree/srgql-2.9.0

mskacelik commented 1 month ago

WF branch: https://github.com/mskacelik/wildfly-graphql-feature-pack/tree/srgql-2.9.0