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

Conversation

berngp
Copy link
Contributor

@berngp berngp commented Oct 12, 2022

Pull Request type


  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Other (please describe):

Changes in this PR

GraphQL

GraphQL dependency changes...

  • "com.graphql-java:graphql-java" to "19.2"
  • "com.graphql-java:graphql-java-extended-scalars"i 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"

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" 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"

@setchy
Copy link
Contributor

setchy commented Oct 12, 2022

Awesome @berngp 👏

re: federation-jvm, there was a 2.1.0 release late yesterday

re graphql-java-extended-validation, would the v19.1-validator-6.2.0.Final release be worthy of updating to? It's using graphql-java:19.2, albeit the misleading release name :p

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 berngp changed the title Upgrade to graphql-java 19.0 Upgrade to graphql-java 19.0 & Federation 2.1.0 Oct 12, 2022
@berngp
Copy link
Contributor Author

berngp commented Oct 12, 2022

Thanks @setchy, bumped both versions after you made me aware of the availability.

@berngp berngp merged commit 330bcc2 into master Oct 13, 2022
@berngp berngp deleted the feature/graphql-java-19 branch October 13, 2022 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants