With Sling GraphQL Core I am running into an issue when upgrading to 21.x that the project upgraded to SLF4J 2.0.7 but that breaks our integration.
When I downgrade graphql-java to SLF4J to 1.7.25 and build it with the latest code (aka fixing the android.os issue) it compiles and works just fine.
If GraphQL-Java works with SLF4J 1.7.25 why did you upgrade as I am pretty sure not the only one that might have dependency issues.
With Sling GraphQL Core I am running into an issue when upgrading to 21.x that the project upgraded to SLF4J 2.0.7 but that breaks our integration.
When I downgrade graphql-java to SLF4J to 1.7.25 and build it with the latest code (aka fixing the android.os issue) it compiles and works just fine.
If GraphQL-Java works with SLF4J 1.7.25 why did you upgrade as I am pretty sure not the only one that might have dependency issues.