Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to federation-jvm 5.0.0 #972

Closed
wants to merge 1 commit into from

Commits on May 17, 2024

  1. chore: update federation-jvm to v5.0.0

    Federation JVM v5 is now using `graphql-java` v22 which caused following breaking changes in behavior
    
    - Apollo `CacheControlInstrumentation` - was using old deprecated instrumentation methods so old version will not work with latest `spring-graphql` version
    - there was a breaking change in the schema printing behavior of `@deprecated` information - previously it was always included regardless whether printed schema was filtering  `@deprecated` directive definition. This is an issue for folks relying on self-managed Federation that uses `_service { sdl }` endpoint to obtain subgraph schemas as the supergraph schema would no longer include any deprecation information.
    dariuszkuc authored May 17, 2024
    Configuration menu
    Copy the full SHA
    bddd683 View commit details
    Browse the repository at this point in the history