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

DGS BOM is expresses stronger version constraints for GraphQL Java #1284

Merged
merged 1 commit into from Oct 19, 2022

Conversation

berngp
Copy link
Contributor

@berngp berngp commented Oct 19, 2022

Pull Request type

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

Changes in this PR

The following BOM constraints will now be expressed

  • graphql-java , strictly between [19.2, 20), prefering 19.2 if no version is specified.
  • com.graphql-java:graphql-java-extended-scalars, strictly between [19.0, 20) and will reject "18.2".
  • com.graphql-java:graphql-java-extended-validation, strictly 19.1-hibernate-validator-6.2.0.Final
  • com.apollographql.federation:federation-graphql-java-support, strictly between [2.0, 2.2), preferring 2.1.0

The following BOM constraints will now be expressed

* `graphql-java` , strictly between `[19.2, 20)`, prefering `19.2` if no version is specified.
* `com.graphql-java:graphql-java-extended-scalars`, strictly between `[19.0, 20)` and will reject "18.2".
* `com.graphql-java:graphql-java-extended-validation`, strictly `19.1-hibernate-validator-6.2.0.Final`
* `com.apollographql.federation:federation-graphql-java-support`, strictly between `[2.0, 2.2)`, preferring `2.1.0`
@berngp berngp merged commit 4df3b5a into master Oct 19, 2022
@berngp berngp deleted the feature/dgs-platform-graphql-19 branch October 20, 2022 01:47
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

1 participant