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 graphql-java 19.0 & Federation 2.1.0 #1270

Merged
merged 1 commit into from Oct 13, 2022

Commits on Oct 12, 2022

  1. Upgrade to graphql-java 19.0 and Federation 2.1.0

    GraphQL
    =======
    
    GraphQL dependency changes...
    * "com.graphql-java:graphql-java" to "19.2"
    * "com.graphql-java:graphql-java-extended-scalars" to "19.0"
    * "com.graphql-java:graphql-java-extended-validation" to "19.1-hibernate-validator-6.2.0.Final"
    * "com.apollographql.federation:federation-graphql-java-support" to "2.1.0"
    
    But what about "com.graphql-java:graphql-java-extended-validation"?
    The `graphql-java-extended-validation` project doesn't offer, at least yet, a package that
    is officially labeled for `graphql-java` `19`. We don't expect breaking
    changes but we are looking for community feedback.
    
    Kotlin 1.7.20
    =============
    
    With the intention to keep up with the latest version of Kotlin, we are
    upgrading to 1.7.20. Migration to Kotlin 1.7 should be fairly simple.
    Please review ["What's new in Kotlin 1.7.0"](https://kotlinlang.org/docs/whatsnew17.html) for further reference.
    
    Spring Boot 2.6
    ===============
    
    Latest Spring Boot 2.6, this includes upgrading...
    * "org.springframework:spring-framework-bom:5.3.23"
    * "org.springframework.security:spring-security-bom" to "5.7.3"))
    * "com.fasterxml.jackson:jackson-bom" to "2.13.4"
    
    Other
    =====
    
    * "com.jayway.jsonpath:json-path" to "2.7.0"
    * "io.projectreactor:reactor-core" to "3.4.22"
    * "io.projectreactor:reactor-test" to "3.4.22"
    berngp committed Oct 12, 2022
    Copy the full SHA
    c934962 View commit details
    Browse the repository at this point in the history