apollographql / federation-jvm

JVM support for Apollo Federation
https://www.apollographql.com/docs/federation/
MIT License
245 stars 65 forks source link

fix(deps): update dependency com.graphql-java:graphql-java to v22.1 #401

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.graphql-java:graphql-java 22.0 -> 22.1 age adoption passing confidence

Release Notes

graphql-java/graphql-java (com.graphql-java:graphql-java) ### [`v22.1`](https://togithub.com/graphql-java/graphql-java/releases/tag/v22.1): 22.1 This is a bugfix release. There are no breaking changes in this release. **Key changes include:** - Fix to add field fetching method [#​3571](https://togithub.com/graphql-java/graphql-java/issues/3571) - Add validation rule for `@deprecated` on required arguments and input object fields [#​3591](https://togithub.com/graphql-java/graphql-java/issues/3591) Thanks to everyone who contributed to this release! #### What's Changed - Update readme badge by [@​dondonz](https://togithub.com/dondonz) in [https://github.com/graphql-java/graphql-java/pull/3568](https://togithub.com/graphql-java/graphql-java/pull/3568) - Added a getBoolean onto GraphQLContext.java by [@​bbakerman](https://togithub.com/bbakerman) in [https://github.com/graphql-java/graphql-java/pull/3578](https://togithub.com/graphql-java/graphql-java/pull/3578) - getBoolean returns a boolean not a Boolean by [@​bbakerman](https://togithub.com/bbakerman) in [https://github.com/graphql-java/graphql-java/pull/3581](https://togithub.com/graphql-java/graphql-java/pull/3581) - Bump org.testng:testng from 7.10.1 to 7.10.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/graphql-java/graphql-java/pull/3583](https://togithub.com/graphql-java/graphql-java/pull/3583) - Bump net.bytebuddy:byte-buddy from 1.14.13 to 1.14.14 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/graphql-java/graphql-java/pull/3584](https://togithub.com/graphql-java/graphql-java/pull/3584) - Bump net.bytebuddy:byte-buddy-agent from 1.14.13 to 1.14.14 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/graphql-java/graphql-java/pull/3585](https://togithub.com/graphql-java/graphql-java/pull/3585) - Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/graphql-java/graphql-java/pull/3587](https://togithub.com/graphql-java/graphql-java/pull/3587) - Always include incremental props even if null by [@​gnawf](https://togithub.com/gnawf) in [https://github.com/graphql-java/graphql-java/pull/3570](https://togithub.com/graphql-java/graphql-java/pull/3570) - Bump net.bytebuddy:byte-buddy-agent from 1.14.14 to 1.14.15 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/graphql-java/graphql-java/pull/3595](https://togithub.com/graphql-java/graphql-java/pull/3595) - Bump net.bytebuddy:byte-buddy from 1.14.14 to 1.14.15 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/graphql-java/graphql-java/pull/3596](https://togithub.com/graphql-java/graphql-java/pull/3596) - Ready: Add [@​deprecated](https://togithub.com/deprecated) validation for input object fields, field arguments, directive arguments by [@​dondonz](https://togithub.com/dondonz) in [https://github.com/graphql-java/graphql-java/pull/3591](https://togithub.com/graphql-java/graphql-java/pull/3591) - Added field fetching method for Expedia by [@​bbakerman](https://togithub.com/bbakerman) in [https://github.com/graphql-java/graphql-java/pull/3571](https://togithub.com/graphql-java/graphql-java/pull/3571) - Update GitHub actions ahead of release by [@​dondonz](https://togithub.com/dondonz) in [https://github.com/graphql-java/graphql-java/pull/3600](https://togithub.com/graphql-java/graphql-java/pull/3600) - Bump google-github-actions/auth from 2.1.2 to 2.1.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/graphql-java/graphql-java/pull/3603](https://togithub.com/graphql-java/graphql-java/pull/3603) - Bump org.eclipse.jetty:jetty-server from 11.0.20 to 11.0.21 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/graphql-java/graphql-java/pull/3602](https://togithub.com/graphql-java/graphql-java/pull/3602) - Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/graphql-java/graphql-java/pull/3601](https://togithub.com/graphql-java/graphql-java/pull/3601) - Add nullability annotations in DataFetchingEnvironment & sub-classes by [@​Salzian](https://togithub.com/Salzian) in [https://github.com/graphql-java/graphql-java/pull/3582](https://togithub.com/graphql-java/graphql-java/pull/3582) - Now does not overwrite a types default data fetcher unless its nonnull by [@​bbakerman](https://togithub.com/bbakerman) in [https://github.com/graphql-java/graphql-java/pull/3579](https://togithub.com/graphql-java/graphql-java/pull/3579) - Add extend schema (AST print) to SchemaPrinter by [@​dondonz](https://togithub.com/dondonz) in [https://github.com/graphql-java/graphql-java/pull/3471](https://togithub.com/graphql-java/graphql-java/pull/3471) #### New Contributors - [@​Salzian](https://togithub.com/Salzian) made their first contribution in [https://github.com/graphql-java/graphql-java/pull/3582](https://togithub.com/graphql-java/graphql-java/pull/3582) **Full Changelog**: https://github.com/graphql-java/graphql-java/compare/v22.0...v22.1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 3 months ago

Apollo Federation Subgraph Compatibility Results

Federation 1 Support Federation 2 Support
_service🟢
@key (single)🟢
@key (multi)🟢
@key (composite)🟢
repeatable @key🟢
@requires🟢
@provides🟢
federated tracing🟢
@link🟢
@shareable🟢
@tag🟢
@override🟢
@inaccessible🟢
@composeDirective🟢
@interfaceObject🟢

Learn more:

dariuszkuc commented 2 months ago

superseded by https://github.com/apollographql/federation-jvm/pull/404

renovate[bot] commented 2 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (22.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.