Skip to content

Commit

Permalink
BOM now requires graphql-java-extended-validation:17.0-hibernate-vali…
Browse files Browse the repository at this point in the history
…dator-6.2.0.Final

The folks that maintain the graphql-java-extended-validation library
were kind enough to provide a version of the library that is compatible
with JEE 8 and Hibernate Validator 6.2 which are compatible with Spring
Boot 2.x.

Note that Spring Boot 3.0 will move to JEE 9.

Ref:
graphql-java/graphql-java-extended-validation#52
  • Loading branch information
berngp committed Nov 26, 2021
1 parent 43fe209 commit 1cb89da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions graphql-dgs-platform/build.gradle.kts
Expand Up @@ -54,6 +54,11 @@ dependencies {
api("com.apollographql.federation:federation-graphql-java-support") {
version { require(Versions.GRAPHQL_JAVA_FEDERATION) }
}
api("com.graphql-java:graphql-java-extended-validation"){
// The version below will work with Jakarta EE 8
// and use Hibernate Validator 6.2.
version { require("17.0-hibernate-validator-6.2.0.Final") }
}
api("com.jayway.jsonpath:json-path") {
version { require("2.6.0") }
}
Expand Down

0 comments on commit 1cb89da

Please sign in to comment.